mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-26 16:18:31 +00:00
- language tightening
- cleanup SEE ALSO section (thanks brueffer@) Approved by: wblock (mentor) Differential Revision: https://reviews.freebsd.org/D5335
This commit is contained in:
parent
b2db562452
commit
dd51b8ceaa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=295784
@ -101,9 +101,10 @@ mailq /usr/libexec/sendmail/sendmail
|
|||||||
newaliases /usr/libexec/sendmail/sendmail
|
newaliases /usr/libexec/sendmail/sendmail
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
This example shows how to invoke a sendmail-workalike like
|
Using
|
||||||
.Nm Postfix
|
.Nm Postfix
|
||||||
in place of
|
(from ports)
|
||||||
|
to replace
|
||||||
.Xr sendmail 8 :
|
.Xr sendmail 8 :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# Emulate sendmail using postfix
|
# Emulate sendmail using postfix
|
||||||
@ -113,12 +114,10 @@ mailq /usr/local/sbin/sendmail
|
|||||||
newaliases /usr/local/sbin/sendmail
|
newaliases /usr/local/sbin/sendmail
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
This example shows
|
Using
|
||||||
how to invoke
|
|
||||||
a sendmail-workalike with
|
|
||||||
.Nm Exim
|
.Nm Exim
|
||||||
(from ports)
|
(from ports)
|
||||||
in place of
|
to replace
|
||||||
.Xr sendmail 8 :
|
.Xr sendmail 8 :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# Emulate sendmail using exim
|
# Emulate sendmail using exim
|
||||||
@ -129,11 +128,11 @@ newaliases /usr/bin/true
|
|||||||
rmail /usr/local/sbin/exim -i -oee
|
rmail /usr/local/sbin/exim -i -oee
|
||||||
.Ed
|
.Ed
|
||||||
.Pp
|
.Pp
|
||||||
This example shows the use of the
|
Using
|
||||||
.Nm mini_sendmail
|
.Nm mini_sendmail
|
||||||
package from ports in place of
|
(from ports)
|
||||||
.Xr sendmail 8 .
|
to replace
|
||||||
Note the use of additional arguments.
|
.Xr sendmail 8 :
|
||||||
.Bd -literal -offset indent
|
.Bd -literal -offset indent
|
||||||
# Send outgoing mail to a smart relay using mini_sendmail
|
# Send outgoing mail to a smart relay using mini_sendmail
|
||||||
sendmail /usr/local/bin/mini_sendmail -srelayhost
|
sendmail /usr/local/bin/mini_sendmail -srelayhost
|
||||||
@ -153,14 +152,16 @@ newaliases /usr/libexec/dma
|
|||||||
rmail /usr/libexec/dma
|
rmail /usr/libexec/dma
|
||||||
.Ed
|
.Ed
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
.Xr dma 8 ,
|
|
||||||
.Xr mail 1 ,
|
.Xr mail 1 ,
|
||||||
.Xr mailq 1 ,
|
.Xr mailq 1 ,
|
||||||
.Xr newaliases 1 ,
|
.Xr newaliases 1 ,
|
||||||
|
.Xr dma 8 ,
|
||||||
.Xr mailwrapper 8 ,
|
.Xr mailwrapper 8 ,
|
||||||
.Xr sendmail 8
|
.Xr sendmail 8
|
||||||
.Pp
|
.Pp
|
||||||
.Xr postfix 1 Pq Pa ports/mail/postfix ,
|
.Xr postfix 1 Pq Pa ports/mail/postfix ,
|
||||||
|
.Xr dma 8 Pq Pa ports/mail/dma ,
|
||||||
|
.Xr exim 8 Pq Pa ports/mail/exim ,
|
||||||
.Xr mini_sendmail 8 Pq Pa ports/mail/mini_sendmail
|
.Xr mini_sendmail 8 Pq Pa ports/mail/mini_sendmail
|
||||||
.Sh HISTORY
|
.Sh HISTORY
|
||||||
.Nm
|
.Nm
|
||||||
|
Loading…
Reference in New Issue
Block a user