Branch: refs/heads/master
Home: https://github.com/smtpd/qpsmtpd
Commit: f9d84d94c787e4842ccc5ff5edd7bf652f5aa102
https://github.com/smtpd/qpsmtpd/commit/f9d84d94c787e4842ccc5ff5edd7bf652f5aa102
Author: Matt Simerson <[email protected]>
Date: 2014-02-13 (Thu, 13 Feb 2014)
Changed paths:
M plugins/queue/smtp-forward
Log Message:
-----------
Add Postfix XCLIENT support to smtp-forward plugin
manually merged in PR #2 from cventers
XCLIENT support allows Qpsmtpd to forward client information, such as
the IP address and HELO information, to Postfix such that it can use
that information in access control decisions and logging.
XCLIENT is documented here: http://www.postfix.org/XCLIENT_README.html
This patch adds a "xclient" argument to smtp-forward which enables the
use of the XCLIENT verb if it is advertised by the server smtp-forward
is delivering mail to.