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

This commit is contained in:
Mark Murray 2010-10-08 20:13:12 +00:00
parent 3a429c8f0e
commit b602c58edf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213609

View File

@ -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