summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mailwrapper
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2018-09-17 15:46:37 +0000
committerjmc <jmc@openbsd.org>2018-09-17 15:46:37 +0000
commit6c421c94f379aea44fd5f3d222e1036a2a2abbd1 (patch)
tree9dbc3a1c944c20d7089608f58173050f68f0edb4 /usr.sbin/mailwrapper
parentclean up the amount of printf in usage(): from sascha paunovic (diff)
downloadwireguard-openbsd-6c421c94f379aea44fd5f3d222e1036a2a2abbd1.tar.xz
wireguard-openbsd-6c421c94f379aea44fd5f3d222e1036a2a2abbd1.zip
update the installed path for sendmail: from matt schwartz
trim the comment - it is just repeating info ok benno
Diffstat (limited to 'usr.sbin/mailwrapper')
-rw-r--r--usr.sbin/mailwrapper/mailer.conf.524
1 files changed, 12 insertions, 12 deletions
diff --git a/usr.sbin/mailwrapper/mailer.conf.5 b/usr.sbin/mailwrapper/mailer.conf.5
index ef7959f8e28..288ff4f4c2e 100644
--- a/usr.sbin/mailwrapper/mailer.conf.5
+++ b/usr.sbin/mailwrapper/mailer.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mailer.conf.5,v 1.17 2015/12/08 09:06:32 sunil Exp $
+.\" $OpenBSD: mailer.conf.5,v 1.18 2018/09/17 15:46:37 jmc Exp $
.\" $NetBSD: mailer.conf.5,v 1.1 1999/03/25 16:40:17 is Exp $
.\"
.\" Copyright (c) 1998
@@ -30,7 +30,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 8 2015 $
+.Dd $Mdocdate: September 17 2018 $
.Dt MAILER.CONF 5
.Os
.Sh NAME
@@ -63,7 +63,7 @@ The following is an example of how to set up
.Nm
for the default
.Xr smtpd 8
-MTA suite .
+MTA suite:
.Bd -literal
# Emulate sendmail using smtpd
sendmail /usr/sbin/smtpctl
@@ -76,16 +76,16 @@ newaliases /usr/sbin/smtpctl
This example shows how to invoke the traditional
.Xr sendmail 8
MTA suite in place of
-.Xr smtpd 8 .
+.Xr smtpd 8 :
.Bd -literal
-# Execute the "real" sendmail program, named /usr/libexec/sendmail/sendmail
-sendmail /usr/libexec/sendmail/sendmail
-send-mail /usr/libexec/sendmail/sendmail
-mailq /usr/libexec/sendmail/sendmail
-makemap /usr/libexec/sendmail/makemap
-newaliases /usr/libexec/sendmail/sendmail
-hoststat /usr/libexec/sendmail/sendmail
-purgestat /usr/libexec/sendmail/sendmail
+# Execute the "real" sendmail program
+sendmail /usr/local/libexec/sendmail/sendmail
+send-mail /usr/local/libexec/sendmail/sendmail
+mailq /usr/local/libexec/sendmail/sendmail
+makemap /usr/local/libexec/sendmail/makemap
+newaliases /usr/local/libexec/sendmail/sendmail
+hoststat /usr/local/libexec/sendmail/sendmail
+purgestat /usr/local/libexec/sendmail/sendmail
.Ed
.Sh SEE ALSO
.Xr mail 1 ,