Page MenuHomeFreeBSD

D5259.id13304.diff
No OneTemporary

D5259.id13304.diff

Index: share/man/man5/mailer.conf.5
===================================================================
--- share/man/man5/mailer.conf.5
+++ share/man/man5/mailer.conf.5
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 8, 2010
+.Dd February 11, 2016
.Dt MAILER.CONF 5
.Os
.Sh NAME
@@ -103,7 +103,7 @@
.Pp
This example shows how to invoke a sendmail-workalike like
.Nm Postfix
-in place of
+instead of
.Xr sendmail 8 :
.Bd -literal -offset indent
# Emulate sendmail using postfix
@@ -118,7 +118,7 @@
a sendmail-workalike with
.Nm Exim
(from ports)
-in place of
+instead of
.Xr sendmail 8 :
.Bd -literal -offset indent
# Emulate sendmail using exim
@@ -131,7 +131,7 @@
.Pp
This example shows the use of the
.Nm mini_sendmail
-package from ports in place of
+package from ports instead of
.Xr sendmail 8 .
Note the use of additional arguments.
.Bd -literal -offset indent
@@ -139,6 +139,19 @@
sendmail /usr/local/bin/mini_sendmail -srelayhost
send-mail /usr/local/bin/mini_sendmail -srelayhost
.Ed
+.Pp
+This example shows the use of
+.Xr dma 8
+instead of
+.Xr sendmail 8 :
+.Bd -literal -offset indent
+# Execute dma instead of sendmail
+sendmail /usr/libexec/dma
+send-mail /usr/libexec/dma
+mailq /usr/libexec/dma
+newaliases /usr/libexec/dma
+rmail /usr/libexec/dma
+.Ed
.Sh SEE ALSO
.Xr mail 1 ,
.Xr mailq 1 ,

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 16, 7:43 PM (9 h, 26 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25385451
Default Alt Text
D5259.id13304.diff (1 KB)

Event Timeline