Author: markm
Date: Fri Oct  8 20:13:12 2010
New Revision: 213609
URL: http://svn.freebsd.org/changeset/base/213609

Log:
  Extend the "example" section a bit, for other mailers.

Modified:
  head/share/man/man5/mailer.conf.5

Modified: head/share/man/man5/mailer.conf.5
==============================================================================
--- head/share/man/man5/mailer.conf.5   Fri Oct  8 20:12:00 2010        
(r213608)
+++ head/share/man/man5/mailer.conf.5   Fri Oct  8 20:13:12 2010        
(r213609)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to