I had to reboot my machine last night, and I guess a new spamd (through
spamassassin) configuration took effect since the port changed for spamd
back to the default (new default?) of 783, I think it was 12501 or something
like that before. I noticed this because no mail was coming through since
Postfix could not reach spamd at all. So I changed my main.cf to look like
this and restarted postfix:
virtual_alias_maps = hash:/etc/postfix/virtual
smtpd_recipient_restrictions = permit_mynetworks
reject_unauth_destination
check_policy_service inet:127.0.0.1:783
But now I get this error message in /var/log/messages/info
[...] spamd[2466]: connection from localhost.localdomain [127.0.0.1] at port
41466
[...] spamd[2466]: bad protocol: header error: request=smtpd_access_policy
So to me it seems that postfix and spamd are no longer talking the same
language. SWUP shows me as up to date, with postfix 2.2.6-4tr and
spamassassin 3.0.4-3tr, so does anyone know what has changed recently that
means a change in either postfix configuration, spamassassin configuration,
or both? This is just a little distressing since I really would like to be
able to keep my server on autopilot, but it seem that we're not quite there
yet :)
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss