diff options
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 |