On 13.11.19 12:01, Linkcheck wrote:
I was rather hoping someone could supply a basic setup that would allow spamass-milter to run with postfix, which is why I originally posted so much information.


On 13.11.19 14:12, Matus UHLAR - fantomas wrote:
You mention having Mint (Ubuntu 16).  Ubuntu 16 also uses chroot for smtpd
by default:

# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (no)    (never) (100)
# ==========================================================================
smtp      inet  n       -       y       -       -       smtpd

this may be the issue.
I looked into debians' /etc/init.d/spamass-milter and it contains following
code:

# If /usr/sbin/postfix exists, set up the defaults for a postfix install
# These can be overridden in /etc/default/spamass-milter
if [ -x /usr/sbin/postfix ]; then
   SOCKET="/var/spool/postfix/spamass/spamass.sock"
   SOCKETOWNER="postfix:postfix"
   SOCKETMODE="0660"
fi;

maybe your script contains the same and you need to override sock file
there...
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
LSD will make your ECS screen display 16.7 million colors

Reply via email to