-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mod_smtp_delivery_external: Allow relaying mail to/from downstream MTAs.
The ability to accept outgoing mail from other MTAs has been present for some time. This adds the ability to accept incoming mail for other MTAs (forwarding it to them) as well as route an MTA's own outgoing mail through another MTA (smart host). With this addition, handling of incoming and outgoing mail is sufficiently flexible to handle most relay scenarios. * The 'Received' header is now added for such messages as well. * Fix improper allocation size for delivery status, and general issues exposed by allowing messages to be accepted and relayed. * Eliminate spurious errors for ignored config sections in net_smtp.conf.
- Loading branch information
1 parent
5ab5155
commit 1c2f914
Showing
5 changed files
with
308 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.