This is an automated email from the ASF dual-hosted git repository. rcordier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit c7c877a8907c1931072f0ef015065a488abaf5f7 Author: Benoit Tellier <[email protected]> AuthorDate: Wed Jul 7 16:44:51 2021 +0700 JAMES-3610 SMTP: unit for size related options (documentation) --- docs/modules/servers/pages/distributed/configure/smtp.adoc | 2 +- src/site/xdoc/server/config-smtp-lmtp.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/servers/pages/distributed/configure/smtp.adoc b/docs/modules/servers/pages/distributed/configure/smtp.adoc index 5e765aa..465a1ad 100644 --- a/docs/modules/servers/pages/distributed/configure/smtp.adoc +++ b/docs/modules/servers/pages/distributed/configure/smtp.adoc @@ -98,7 +98,7 @@ If unspecified, default value is true. | This is an optional tag with a non-negative integer body. It specifies the maximum size, in kbytes, of any message that will be transmitted by this SMTP server. It is a service-wide, as opposed to a per user, limit. If the value is zero then there is no limit. If the tag isn't specified, the service will -default to an unlimited message size. +default to an unlimited message size. Must be a positive integer, optionally with a unit: B, K, M, G. | heloEhloEnforcement | This sets whether to enforce the use of HELO/EHLO salutation before a diff --git a/src/site/xdoc/server/config-smtp-lmtp.xml b/src/site/xdoc/server/config-smtp-lmtp.xml index 5b7f1d2..7890313 100644 --- a/src/site/xdoc/server/config-smtp-lmtp.xml +++ b/src/site/xdoc/server/config-smtp-lmtp.xml @@ -115,7 +115,7 @@ <dd>This is an optional tag with a non-negative integer body. It specifies the maximum size, in kbytes, of any message that will be transmitted by this SMTP server. It is a service-wide, as opposed to a per user, limit. If the value is zero then there is no limit. If the tag isn't specified, the service will - default to an unlimited message size.</dd> + default to an unlimited message size. Must be a positive integer, optionally with a unit: B, K, M, G.</dd> <dt><strong>handler.heloEhloEnforcement</strong></dt> <dd>This sets whether to enforce the use of HELO/EHLO salutation before a MAIL command is accepted. If unspecified, the value defaults to true.</dd> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
