svn commit: r295774 - head/share/man/man5

Jason Helfman jgh at FreeBSD.org
Thu Feb 18 22:40:26 UTC 2016


Author: jgh (doc,ports committer)
Date: Thu Feb 18 22:40:24 2016
New Revision: 295774
URL: https://svnweb.freebsd.org/changeset/base/295774

Log:
  - add dma(8) to examples in mailer.conf(5)
  
  PR:		207026
  Submitted by:	lifanov at mail.lifanov.com
  Approved by:	wblock (mentor)
  Differential Revision:	https://reviews.freebsd.org/D5259

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

Modified: head/share/man/man5/mailer.conf.5
==============================================================================
--- head/share/man/man5/mailer.conf.5	Thu Feb 18 21:33:10 2016	(r295773)
+++ head/share/man/man5/mailer.conf.5	Thu Feb 18 22:40:24 2016	(r295774)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 8, 2010
+.Dd February 18, 2016
 .Dt MAILER.CONF 5
 .Os
 .Sh NAME
@@ -139,7 +139,21 @@ Note the use of additional arguments.
 sendmail	/usr/local/bin/mini_sendmail -srelayhost
 send-mail	/usr/local/bin/mini_sendmail -srelayhost
 .Ed
+.Pp
+Using
+.Xr dma 8
+to replace
+.Xr sendmail 8 :
+.Bd -literal -offset indent
+# Execute dma instead of sendmail
+sendmail	/usr/libexec/dma
+send-mail	/usr/libexec/dma
+mailq		/usr/libexec/dma
+newaliases	/usr/libexec/dma
+rmail		/usr/libexec/dma
+.Ed
 .Sh SEE ALSO
+.Xr dma 8 ,
 .Xr mail 1 ,
 .Xr mailq 1 ,
 .Xr newaliases 1 ,


More information about the svn-src-head mailing list