Fix a small inbound email glitch
Summary: Sendmail isn't actually OK with passing ENV stuff via 'aliases', accept it as an argument instead. Test Plan: Sent real email to a real server, got differential updates! Reviewed By: jungejason Reviewers: jungejason, tuomaspelkonen, aran CC: aran, jungejason Differential Revision: 233
This commit is contained in:
@@ -47,7 +47,7 @@ probably means something like this:
|
||||
Now, you can actually configure sendmail to deliver to Phabricator. In
|
||||
##/etc/aliases##, add an entry like this:
|
||||
|
||||
phabricator: "| PHABRICATOR_ENV=<ENV> /path/to/phabricator/scripts/mail/mail_handler.php"
|
||||
phabricator: "| /path/to/phabricator/scripts/mail/mail_handler.php <ENV>"
|
||||
|
||||
...where <ENV> is the PHABRICATOR_ENV the script should run under. Run
|
||||
##sudo newaliases##. Now you likely need to symlink this script into
|
||||
|
||||
Reference in New Issue
Block a user