Page MenuHomeDevCentral

Switch to local delivery instead of mailgun
Open, LowPublic

Description

To avoid billing we will switch to local mail delivery to have free mail delivery

  1. phabricator outbound (done)
  2. phabricator inbound

DOCS:

https://secure.phabricator.com/book/phabricator/article/configuring_outbound_email/
https://secure.phabricator.com/book/phabricator/article/configuring_inbound_email/

Event Timeline

DorianWinty triaged this task as Normal priority.Mon, Jan 6, 18:42
DorianWinty lowered the priority of this task from Normal to Low.Mon, Jan 6, 18:58
Jan  6 19:04:10 hervil postfix/smtpd[73868]: connect from docker-002.nasqueron.org[51.255.124.9]
Jan  6 19:04:12 hervil postfix/smtpd[73868]: warning: docker-002.nasqueron.org[51.255.124.9]: SASL LOGIN authentication failed: (reason unavailable), sasl_username=devcentral
Jan  6 19:04:12 hervil postfix/smtpd[73868]: lost connection after RSET from docker-002.nasqueron.org[51.255.124.9]
Jan  6 19:04:12 hervil postfix/smtpd[73868]: disconnect from docker-002.nasqueron.org[51.255.124.9] ehlo=1 auth=0/1 rset=1 commands=2/3

Should use port 587 for submission. Port 25 (smptd) should be server-to-server only.

First part done,

We are using our own SMTP to make outbound mail

We still need to work on inbound mail that are still on mailgun