diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-22 17:52:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-12-22 17:52:22 +0000 |
commit | 49573bd6d936849762fa841f2edfa4d4759af1c0 (patch) | |
tree | a286c473fb5d9b06ac4b63742e6190e71e6f7355 /usr.sbin | |
parent | b06fda156b83d16a0fa0bba4f2626513eb112344 (diff) |
make it clear this needs to be run only for db files
since smtpd has switched to using plain files by default;
ok sunil gilles
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/smtpd/newaliases.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/newaliases.8 b/usr.sbin/smtpd/newaliases.8 index bd6965b5d97..349ecb3a0a1 100644 --- a/usr.sbin/smtpd/newaliases.8 +++ b/usr.sbin/smtpd/newaliases.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newaliases.8,v 1.10 2013/07/19 12:22:58 eric Exp $ +.\" $OpenBSD: newaliases.8,v 1.11 2015/12/22 17:52:21 jmc Exp $ .\" .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@openbsd.org> .\" Copyright (c) 2008-2009 Gilles Chehade <gilles@poolp.org> @@ -15,7 +15,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: July 19 2013 $ +.Dd $Mdocdate: December 22 2015 $ .Dt NEWALIASES 8 .Os .Sh NAME @@ -31,8 +31,10 @@ the location of which is defined in .Xr smtpd.conf 5 , and which by default is .Pa /etc/mail/aliases . -This utility must be run each time the aliases file is changed -in order for the change to take effect. +If using database (db) files +this utility must be run every time the +.Xr aliases 5 +file is changed. .Pp The options are as follows: .Bl -tag -width Ds |