This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 2beeaf00704fc915e3c0505c7d58839c64e468d3 Author: Daniel Dias <[email protected]> AuthorDate: Sat Nov 10 04:51:51 2018 -0200 JAMES-2302:SMTP configuration documentation refers to servername which does not exist anymore --- src/site/xdoc/server/config-smtp-lmtp.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/site/xdoc/server/config-smtp-lmtp.xml b/src/site/xdoc/server/config-smtp-lmtp.xml index 97f1471..f746960 100644 --- a/src/site/xdoc/server/config-smtp-lmtp.xml +++ b/src/site/xdoc/server/config-smtp-lmtp.xml @@ -152,8 +152,7 @@ <li>As mentioned above, SMTP AUTH requires that Apache James Server be able to distinguish between mail intended for local delivery and mail intended for remote delivery. Apache James Server makes this determination by matching the - domain to which the mail was sent against the <servernames> element of the Apache James Server configuration block. Any - local domains should be explicitly listed as <servername> elements in this section.</li> + domain to which the mail was sent against the <DomainList> component, configured by <a href="/server/config-domainlist.html">Domain List Configuration</a>.</li> <!-- Correct this. <li>Apache James Server is configured out of the box so as to not serve as an open relay for spammers. This is done --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
