diff options
author | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2013-05-08 10:00:15 +0000 |
---|---|---|
committer | Giovanni Bechis <giovanni@cvs.openbsd.org> | 2013-05-08 10:00:15 +0000 |
commit | 174e8457860bde4266751a8bd6875230180b92ec (patch) | |
tree | 7865a28e6d597faba0ea5d799c7a671aaa98cdfa /usr.sbin/smtpd | |
parent | 75d36d90468069619080e171a1013031f6c2feb6 (diff) |
To enable smtpd you should comment a crontab entry too
ok gilles@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/smtpd.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpd.8 b/usr.sbin/smtpd/smtpd.8 index e4d298a4f79..481e74f5b8e 100644 --- a/usr.sbin/smtpd/smtpd.8 +++ b/usr.sbin/smtpd/smtpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.8,v 1.19 2013/01/31 13:22:55 jmc Exp $ +.\" $OpenBSD: smtpd.8,v 1.20 2013/05/08 10:00:14 giovanni Exp $ .\" .\" Copyright (c) 2012, Eric Faurot <eric@openbsd.org> .\" Copyright (c) 2008, Gilles Chehade <gilles@poolp.org> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 31 2013 $ +.Dd $Mdocdate: May 8 2013 $ .Dt SMTPD 8 .Os .Sh NAME @@ -110,6 +110,9 @@ makemap /usr/libexec/smtpd/makemap newaliases /usr/libexec/smtpd/makemap .Ed .Pp +Disable sendmail clientmqueue entry in crontab(1) +.Ed +.Pp Rebuild the aliases database, and enable the daemon: .Bd -literal -offset indent |