summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/mailer.conf.523
1 files changed, 20 insertions, 3 deletions
diff --git a/share/man/man5/mailer.conf.5 b/share/man/man5/mailer.conf.5
index f17c44b..2fb8236 100644
--- a/share/man/man5/mailer.conf.5
+++ b/share/man/man5/mailer.conf.5
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd May 31, 2006
+.Dd October 8, 2010
.Dt MAILER.CONF 5
.Os
.Sh NAME
@@ -99,8 +99,9 @@ mailq /usr/libexec/sendmail/sendmail
newaliases /usr/libexec/sendmail/sendmail
.Ed
.Pp
-This example shows how to invoke a sendmail-workalike like Postfix in
-place of
+This example shows how to invoke a sendmail-workalike like
+.Nm Postfix
+in place of
.Xr sendmail 8 :
.Bd -literal -offset indent
# Emulate sendmail using postfix
@@ -110,6 +111,22 @@ mailq /usr/local/sbin/sendmail
newaliases /usr/local/sbin/sendmail
.Ed
.Pp
+This example shows
+how to invoke
+a sendmail-workalike with
+.Nm Exim
+(from ports)
+in place of
+.Xr sendmail 8 :
+.Bd -literal -offset indent
+# Emulate sendmail using exim
+sendmail /usr/local/sbin/exim
+send-mail /usr/local/sbin/exim
+mailq /usr/local/sbin/exim -bp
+newaliases /usr/bin/true
+rmail /usr/local/sbin/exim -i -oee
+.Ed
+.Pp
This example shows the use of the
.Nm mini_sendmail
package from ports in place of
OpenPOWER on IntegriCloud