diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2019-08-10 13:34:31 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2019-08-10 13:34:31 +0000 |
commit | 9d0f63e44b0d181d73eb4d389689bfe2f32c59c1 (patch) | |
tree | 8b81f36de6a5617ee459f1c18b546c11a5a20d41 | |
parent | 0dd1cb638a5d8144efdcf367593d6df111aef521 (diff) |
documentation was missing 'smtp limit' bits, document them.
spotted by "mabi"
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 467752038e4..7ac480f1d27 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.212 2019/07/24 20:44:21 kn Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.213 2019/08/10 13:34:30 gilles Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: July 24 2019 $ +.Dd $Mdocdate: August 10 2019 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -716,6 +716,16 @@ string for .Xr SSL_CTX_set_cipher_list 3 . The default is .Qq HIGH:!aNULL:!MD5 . +.It Ic smtp limit Cm max\-mails Ar count +Limit the number of messages to +.Ar count +for each session. +The default is 100. +.It Ic smtp limit Cm max\-rcpt Ar count +Limit the number of recipients to +.Ar count +for each transaction. +The default is 1000. .It Ic smtp Cm max\-message\-size Ar size Reject messages larger than .Ar size , |