On 12/11/2013 20:50, Andreas Schulze wrote: > Am 12.11.2013 13:50 schrieb Simon Loewenthal: >> smtpd_milters = unix:/spamass/spamass.sock > try a relative pathname: > smtpd_milters = unix:spamass/spamass.sock > > chroot or not chroot, it's always relative to the current directory > ( postconf ${queue_directory} in most cases ) > > Andreas Andreas, thank-you so much! Problem solved by changing this,
smtpd_milters = unix:/spamass/spamass.sock to this smtpd_milters = unix:spamass/spamass.sock And now this works :D I shall add this to the other thread for historical preservation.