From ed465bf523947e7005108ba5c305872c605ec796 Mon Sep 17 00:00:00 2001 From: jmc Date: Wed, 5 Sep 2018 07:16:08 +0000 Subject: [PATCH] do not use the literal string "label" as our example label; ok gilles --- usr.sbin/smtpd/smtpd.conf.5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index a2f9f48b7ce..fa86498e6b4 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.202 2018/09/05 05:58:49 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.203 2018/09/05 07:16:08 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson .\" Copyright (c) 2009 Jacek Masiulaniec @@ -798,7 +798,7 @@ A secrets file is needed to specify a username and password: # touch /etc/mail/secrets # chmod 640 /etc/mail/secrets # chown root:_smtpd /etc/mail/secrets -# echo "label username:password" > /etc/mail/secrets +# echo "bob username:password" > /etc/mail/secrets .Ed .Pp .Nm @@ -810,7 +810,7 @@ table secrets file:/etc/mail/secrets listen on lo0 action "local" mbox alias -action "relay" relay host smtp+tls://label@smtp.example.com \e +action "relay" relay host smtp+tls://bob@smtp.example.com \e auth match for local action "local" -- 2.20.1