diff options
author | 2021-01-27 14:59:10 +0000 | |
---|---|---|
committer | 2021-01-27 14:59:10 +0000 | |
commit | d33c290d9c7ed9dab6a59d12a3ea611304a7352f (patch) | |
tree | 0725c9a2ca7fd52165978a79e48934d232a3f230 | |
parent | word fix; (diff) | |
download | wireguard-openbsd-d33c290d9c7ed9dab6a59d12a3ea611304a7352f.tar.xz wireguard-openbsd-d33c290d9c7ed9dab6a59d12a3ea611304a7352f.zip |
mark up fixes; from lyndon
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 36207c39a1e..7bcd1400191 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.255 2020/09/23 19:11:50 martijn Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.256 2021/01/27 14:59:10 jmc 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: September 23 2020 $ +.Dd $Mdocdate: January 27 2021 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -118,13 +118,13 @@ file. .It Cm forward-only Only accept the message if the recipient results in a remote address after the processing of aliases or forward file. -.It Cm lmtp Ar destination Op Ar rcpt-to +.It Cm lmtp Ar destination Op Cm rcpt-to Deliver the message to an LMTP server at .Ar destination . The location may be expressed as host:port or as a UNIX socket. .Pp Optionally, -.Ar rcpt-to +.Cm rcpt-to might be specified to use the recipient email address (after expansion) instead of the local user in the LMTP session as RCPT TO. |