1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-10 05:48:30 +01:00
phorge-phorge/src/applications/metamta/controller
epriestley 690a460c8e Allow mailers to be explicitly marked as inbound or outbound
Summary:
See PHI785. Ref T13164. In this case, an install wants to receive mail via Mailgun, but not configure it (DKIM + SPF) for outbound mail.

Allow individual mailers to be marked as not supporting inbound or outbound mail.

Test Plan:
  - Added and ran unit tests.
  - Went through some mail pathways locally, but I don't have every inbound/outbound configured so this isn't totally conclusive.
  - Hit `bin/mail send-test` with a no-outbound mailer.
  - I'll hold this until after the release cut so it can soak on `secure` for a bit.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13164

Differential Revision: https://secure.phabricator.com/D19546
2018-07-30 08:25:06 -07:00
..
PhabricatorMetaMTAController.php Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
PhabricatorMetaMTAMailgunReceiveController.php Allow mailers to be explicitly marked as inbound or outbound 2018-07-30 08:25:06 -07:00
PhabricatorMetaMTAMailListController.php MetaMTA - more progress towards a mail application 2015-06-23 11:37:14 -07:00
PhabricatorMetaMTAMailViewController.php Add a "View Object" button on the web mail view page 2018-02-08 06:24:19 -08:00
PhabricatorMetaMTAPostmarkReceiveController.php Allow mailers to be explicitly marked as inbound or outbound 2018-07-30 08:25:06 -07:00
PhabricatorMetaMTASendGridReceiveController.php Allow mailers to be explicitly marked as inbound or outbound 2018-07-30 08:25:06 -07:00