On 12/11/2013 21:16, Wietse Venema wrote:
> Simon Loewenthal:
>> On 12/11/2013 21:06, Wietse Venema wrote:
>>> Simon Loewenthal:
>>>> Andreas, thank-you so much! Problem solved by changing this,
>>>>
>>>> smtpd_milters = unix:/spamass/spamass.sock
>>>> to this
>>>> smtpd_milters = unix:spamass/spamass.sock
>>> Why were you complaining about smtpd[30776]: warning: connect to
>>> Milter service unix:/var/spool/postfix/spamass/spamass.sock: No
>>> such file or directory.
>>>
>> Because I tried running with the milter several times trying to figure
>> out where I had gone wrong. After I got the error messages I removed
>> the milter from smtpd_milters and reloaded postfix.
> In your case the configuration was /spamass/spamass.sock but you
> were reporting an error message for a configuration with
> /var/spool/postfix/spamass/spamass.sock.
>
> Please report consistent error and configuration information.
>
> Wietse
I reported one working example from when I ran in chroot mode, and one
broken example when I ran without chroot. My apologies if this had been
misleading.