summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-12-03 22:15:54 +0000
committerjmc <jmc@openbsd.org>2015-12-03 22:15:54 +0000
commit448711cf8575a961dcfa6d78010ac882ba4af442 (patch)
treef2388decf1be8bd19b3f45111f3ff552a5d2c856
parentGet rid of rt_mask() and stop allocating a "struct sockaddr" for every (diff)
downloadwireguard-openbsd-448711cf8575a961dcfa6d78010ac882ba4af442.tar.xz
wireguard-openbsd-448711cf8575a961dcfa6d78010ac882ba4af442.zip
new sentence, new line;
-rw-r--r--usr.sbin/smtpd/smtpd.conf.56
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 .