Created attachment 192972 [details] Patch to update to 2.51 and adjust the rc script 2.51 brings: - Include /usr/local/bin and /usr/local/sbin to PATH (this way pyzor and razor work, which wouldn't be used otherwise [debug output would show that they're silently skipped]) - support for sockets - IPv6 support - Fix injected X-Envelope-* headers so that spamassassin actually can pick them up for SPF and other checks - support for sid (so patch-setsid not required anymore), toggled by --setsid (rc script always sets this so it doesn't break on update) - new rc var (spampd_extra_flags), so it's easy to use the default setup and just add deltas in rc.conf like in: spampd_enable="YES" spampd_extra_flags="--sef" p.s. As this removes a file, please use "patch -E" when applying the patch.
A commit references this bug: Author: grembo Date: Mon Jul 16 09:53:16 UTC 2018 New revision: 474724 URL: https://svnweb.freebsd.org/changeset/ports/474724 Log: mail/spampd: Update to 2.51 and refine rc script - Include /usr/local/bin and /usr/local/sbin to PATH (this way pyzor and razor work, which wouldn't be used otherwise [debug output would show that they're silently skipped]) - support for sockets - IPv6 support - Fix injected X-Envelope-* headers so that spamassassin actually can pick them up for SPF and other checks - support for sid (so patch-setsid not required anymore), toggled by --setsid (rc script always sets this so it doesn't break on update) - new rc var (spampd_extra_flags), so it's easy to use the default setup and just add deltas in rc.conf like in: spampd_enable="YES" spampd_extra_flags="--sef" PR: 227903 Approved by: maintainer timeout Changes: head/mail/spampd/Makefile head/mail/spampd/distinfo head/mail/spampd/files/patch-setsid head/mail/spampd/files/spampd.in