1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-21 04:50:55 +01:00

Supports Postfix as MTA with SMTP

Summary:
    Install and configure Postfix as MTA, on local host with SMTP works
    for outbound emails. 

TestPlan:
    Configured Postfix on Amazon EC2 instance, where Phabricator is running,
    used SMTP, sent some mail to myself and my team.

[TODO] : Write a documentation of how-to
    configure postfix, running as MTA with SMTP.
This commit is contained in:
Swathi V 2013-03-01 19:26:42 +05:30
parent 85975084e9
commit c34d5f6083

View file

@ -8,6 +8,7 @@ Instructions for configuring Phabricator to send mail.
Phabricator can send outbound email via several different adapters:
- by running ##sendmail## on the local host with SMTP; or
- by running postfix on the local host with SMTP; or
- by using Amazon SES (Simple Email Service); or
- by using SendGrid's REST API; or
- via a custom adapter you write; or
@ -78,8 +79,10 @@ do any of this, consider using Amazon SES.
= Adapter: SMTP =
For most situations of using SMTP to send email, you could actually use
'sendmail' to do it. But some SMTP server requires authentication and the
'sendmail' mailer doesn't work. You could configure to use SMTP then.
'sendmail' or 'postfix' to do it. But some SMTP server requires authentication
and the 'sendmail' mailer doesn't work. If you want to try with postfix, for install
instructions, consult the documentation for postfix as MTA and you could configure
to use SMTP then.
To configure Phabricator to use SMTP, set these configuration keys: