Mercurial > hgrepos > FreeBSD > ports > sysutils > local-bsdtools
diff etc/bsmtp2dma.conf.sample @ 122:00b99c1f039c
Document requirements for MAILER
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 16 Oct 2019 00:11:38 +0200 |
| parents | af4eeb94144a |
| children | 84d2735fe7f6 |
line wrap: on
line diff
--- a/etc/bsmtp2dma.conf.sample Wed Oct 16 00:08:27 2019 +0200 +++ b/etc/bsmtp2dma.conf.sample Wed Oct 16 00:11:38 2019 +0200 @@ -6,5 +6,10 @@ # @(#)@@PKGORIGIN@@ $HGid$ # +# +# MAILER should be compatible to "sendmail": +# - read mail including headers from stdin until EOF +# - support the "-f" flag to explicitely set the envelope sender +# #MAILER="/usr/sbin/sendmail" #MAILER="/usr/libexec/dma"
