diff options
author | 2014-03-27 13:08:24 +0000 | |
---|---|---|
committer | 2014-03-27 13:08:24 +0000 | |
commit | 0bc593a0fc1363eeafb272e13788717687fa939e (patch) | |
tree | 627cd2fb7a65cb9109178ebc899275669c37447a | |
parent | last of the htolem32 bits (diff) | |
download | wireguard-openbsd-0bc593a0fc1363eeafb272e13788717687fa939e.tar.xz wireguard-openbsd-0bc593a0fc1363eeafb272e13788717687fa939e.zip |
make this page less sendmail-centric; ok gilles
-rw-r--r-- | usr.bin/mail/mail.1 | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index d6303c0845b..feb473193fd 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.64 2014/03/10 11:17:11 jmc Exp $ +.\" $OpenBSD: mail.1,v 1.65 2014/03/27 13:08:24 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)mail.1 8.8 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: March 10 2014 $ +.Dd $Mdocdate: March 27 2014 $ .Dt MAIL 1 .Os .Sh NAME @@ -290,9 +290,7 @@ command in System wide distribution lists can be created by editing .Pa /etc/mail/aliases (see -.Xr aliases 5 -and -.Xr sendmail 8 ) ; +.Xr aliases 5 ) ; these are kept in a different syntax. In mail you send, personal aliases will be expanded in mail sent to others so that they will be able to @@ -301,8 +299,7 @@ to the recipients. System wide aliases are not expanded when the mail is sent, but any reply returned to the machine will have the system wide -alias expanded as all mail goes through -.Xr sendmail 8 . +alias expanded as all mail goes through an MTA. .Ss Network mail (ARPA, UUCP, Berknet) See .Xr mailaddr 7 @@ -1170,7 +1167,8 @@ system initialization file .Xr mailaddr 7 , .Xr mail.local 8 , .Xr newaliases 8 , -.Xr sendmail 8 +.Xr sendmail 8 , +.Xr smtpd 8 .Sh STANDARDS The .Nm mailx |