summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Chehade <gilles@cvs.openbsd.org>2011-12-13 21:47:10 +0000
committerGilles Chehade <gilles@cvs.openbsd.org>2011-12-13 21:47:10 +0000
commitc186c66598aa1d157332722bf0503f6450ed4983 (patch)
treecbab0b9c77277251b7ec74bb6da1dd327dde31d2
parent72612720b30c3e8da4cf5e94514d61d6848be134 (diff)
- man page had an example wrong
spotted and diff by Ptter J. Philipp <php@centroid.eu> a while ago, thanks
-rw-r--r--usr.sbin/smtpd/smtpd.conf.56
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5
index cadd3aa8456..f5b32e12bb5 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.45 2011/10/03 17:57:43 gilles Exp $
+.\" $OpenBSD: smtpd.conf.5,v 1.46 2011/12/13 21:47:09 gilles Exp $
.\"
.\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org>
.\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net>
@@ -16,7 +16,7 @@
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
.\"
-.Dd $Mdocdate: October 3 2011 $
+.Dd $Mdocdate: December 13 2011 $
.Dt SMTPD.CONF 5
.Os
.Sh NAME
@@ -417,7 +417,7 @@ a certificate valid for one year was created.
The configuration file would look like this:
.Bd -literal -offset indent
listen on lo0
-listen on bnx0 tls certificate "mail.example.com.crt" enable auth
+listen on bnx0 tls certificate "mail.example.com" enable auth
map aliases { source db "/etc/mail/aliases.db" }
accept for local deliver to mda "/path/to/mda -f -"
accept from all for domain example.org deliver to mda "/path/to/mda -f -"