Repository: james-project Updated Branches: refs/heads/master 3a25b92a8 -> 134b0c533
JAMES-1512:smtpserver.xml Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/134b0c53 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/134b0c53 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/134b0c53 Branch: refs/heads/master Commit: 134b0c533a574961a6ac0e516af8e2754f9e37b8 Parents: 3a25b92 Author: Daniel Dias <[email protected]> Authored: Fri Nov 16 01:29:40 2018 -0200 Committer: Benoit Tellier <[email protected]> Committed: Wed Nov 21 17:49:07 2018 +0700 ---------------------------------------------------------------------- src/site/xdoc/server/config-smtp-lmtp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/134b0c53/src/site/xdoc/server/config-smtp-lmtp.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/server/config-smtp-lmtp.xml b/src/site/xdoc/server/config-smtp-lmtp.xml index 62037f5..a9c190b 100644 --- a/src/site/xdoc/server/config-smtp-lmtp.xml +++ b/src/site/xdoc/server/config-smtp-lmtp.xml @@ -51,7 +51,7 @@ <dl> <dt><strong>bind</strong></dt> - <dd>A list of address:port - This is an optional value. If present, this value is a string describing + <dd>A list of address:port separed by comma - This is an optional value. If present, this value is a string describing the IP address to which this service should be bound. If the tag or value is absent then the service will bind to all network interfaces for the machine on port 25. Port 25 is the well-known/IANA registered port for SMTP. Port 465 is the well-known/IANA registered port for SMTP over TLS.</dd> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
