mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
Extend the "example" section a bit, for other mailers.
This commit is contained in:
parent
3a429c8f0e
commit
b602c58edf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213609
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user