Author: jgh (doc,ports committer)
Date: Fri Feb 19 01:08:03 2016
New Revision: 295784
URL: https://svnweb.freebsd.org/changeset/base/295784

Log:
  - language tightening
  - cleanup SEE ALSO section (thanks brueffer@)
  
  Approved by:  wblock (mentor)
  Differential Revision:        https://reviews.freebsd.org/D5335

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

Modified: head/share/man/man5/mailer.conf.5
==============================================================================
--- head/share/man/man5/mailer.conf.5   Fri Feb 19 01:06:45 2016        
(r295783)
+++ head/share/man/man5/mailer.conf.5   Fri Feb 19 01:08:03 2016        
(r295784)
@@ -101,9 +101,10 @@ mailq              /usr/libexec/sendmail/sendmail
 newaliases     /usr/libexec/sendmail/sendmail
 .Ed
 .Pp
-This example shows how to invoke a sendmail-workalike like
+Using
 .Nm Postfix
-in place of
+(from ports)
+to replace
 .Xr sendmail 8 :
 .Bd -literal -offset indent
 # Emulate sendmail using postfix
@@ -113,12 +114,10 @@ mailq             /usr/local/sbin/sendmail
 newaliases     /usr/local/sbin/sendmail
 .Ed
 .Pp
-This example shows
-how to invoke
-a sendmail-workalike with
+Using
 .Nm Exim
 (from ports)
-in place of
+to replace
 .Xr sendmail 8 :
 .Bd -literal -offset indent
 # Emulate sendmail using exim
@@ -129,11 +128,11 @@ newaliases        /usr/bin/true
 rmail          /usr/local/sbin/exim -i -oee
 .Ed
 .Pp
-This example shows the use of the
+Using
 .Nm mini_sendmail
-package from ports in place of
-.Xr sendmail 8 .
-Note the use of additional arguments.
+(from ports)
+to replace
+.Xr sendmail 8 :
 .Bd -literal -offset indent
 # Send outgoing mail to a smart relay using mini_sendmail
 sendmail       /usr/local/bin/mini_sendmail -srelayhost
@@ -153,14 +152,16 @@ newaliases        /usr/libexec/dma
 rmail          /usr/libexec/dma
 .Ed
 .Sh SEE ALSO
-.Xr dma 8 ,
 .Xr mail 1 ,
 .Xr mailq 1 ,
 .Xr newaliases 1 ,
+.Xr dma 8 ,
 .Xr mailwrapper 8 ,
 .Xr sendmail 8
 .Pp
 .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
 .Sh HISTORY
 .Nm
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to