# HG changeset patch # User Franz Glasner # Date 1571177498 -7200 # Node ID 00b99c1f039cbe831b5aec2201bdff786085caec # Parent 61df67459e30235e7fd54bf9f7958f7d28d6fe78 Document requirements for MAILER diff -r 61df67459e30 -r 00b99c1f039c etc/bsmtp2dma.conf.sample --- 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"