Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2016 22:40:24 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r295774 - head/share/man/man5
Message-ID:  <201602182240.u1IMeODW036598@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602182240.u1IMeODW036598>