This is an automated email from the ASF dual-hosted git repository. rouazana pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 4b524fd574b7f374105c43af47c6a0e22c52cd39 Author: Rémi KOWALSKI <[email protected]> AuthorDate: Mon Feb 10 14:51:37 2020 +0100 JAMES-3038 update config smtp documentation --- src/site/xdoc/server/config-smtp-lmtp.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/site/xdoc/server/config-smtp-lmtp.xml b/src/site/xdoc/server/config-smtp-lmtp.xml index a9c190b..97f1471 100644 --- a/src/site/xdoc/server/config-smtp-lmtp.xml +++ b/src/site/xdoc/server/config-smtp-lmtp.xml @@ -108,6 +108,7 @@ if SMTP authentication is required. If the parameter is set to true then the sender address for the submitted message will be verified against the authenticated subject. Verify sender addresses, ensuring that the sender address matches the user who has authenticated. + It will verify that the sender address matches the address of the user or one of its alias (from user or domain aliases). This prevents a user of your mail server from acting as someone else If unspecified, default value is true.</dd> <dt><strong>handler.maxmessagesize</strong></dt> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
