On Sat, Mar 16, 2019 at 02:02:59PM +0100, Marek Kozlowski wrote:
> spamassassin unix - n n - - pipe
> user=nobody argv=/usr/bin/vendor_perl/spamc -e /usr/sbin/sendmail -oi -f
> ${sender} ${recipient}
A side comment: The above should really be:
spamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/vendor_perl/spamc -e /usr/sbin/sendmail -oi -f
${sender} -- ${recipient}
Though Postfix by default has "allow_min_user = no" (precisely
because mere mortals sometimes forget the fine details), you should
not rely on that safety net.
--
Viktor.