diff options
author | 2015-12-03 22:15:54 +0000 | |
---|---|---|
committer | 2015-12-03 22:15:54 +0000 | |
commit | 448711cf8575a961dcfa6d78010ac882ba4af442 (patch) | |
tree | f2388decf1be8bd19b3f45111f3ff552a5d2c856 | |
parent | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every (diff) | |
download | wireguard-openbsd-448711cf8575a961dcfa6d78010ac882ba4af442.tar.xz wireguard-openbsd-448711cf8575a961dcfa6d78010ac882ba4af442.zip |
new sentence, new line;
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 46d8f68f3fe..5444d8eec21 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.135 2015/12/03 21:13:53 jung Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.136 2015/12/03 22:15:54 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -579,7 +579,9 @@ expire 10h # expire after 10 hours .Xc Instruct .Xr smtpd 8 -to accept a maximum number of recipients or emails at once in the receiving queue. Defaults are 100 for +to accept a maximum number of recipients or emails at once +in the receiving queue. +Defaults are 100 for .Ic max-mails and 1000 for .Ic max-rcpt . |