I'm looking for feedback from other users who have their servers upgraded to SpamAssassin 4.0. You can tell by this:
On servers upgraded to SA 4.0, our /var/log/maillog (or /var/log/mail.log) is filled with tons of log entries like this:
The indication here is that DNS lookups are timing out, for SA rules that require DNS lookups. Here's what I'm asking of you, if you have SA 4.0:
1. What is the output of this command:
2. How many accounts do you have on your server?
2. What are the DNS resolvers you use?
I've ruled out issues with DNS resolvers, I've started running my own Unbound caching resolvers locally on the systems in question, the servers are far closer to idle than overloaded, and I've ruled out network issues. I don't know what other data to gather at this stage, but figuring out how far this is from normal isn't a bad next step.
Code:
root@moose:/var/log# spamassassin -V
SpamAssassin version 4.0.0
On servers upgraded to SA 4.0, our /var/log/maillog (or /var/log/mail.log) is filled with tons of log entries like this:
Code:
Jan 26 18:27:43 moose spamd[630695]: async: aborting after 14.294 s, deadline shrunk
The indication here is that DNS lookups are timing out, for SA rules that require DNS lookups. Here's what I'm asking of you, if you have SA 4.0:
1. What is the output of this command:
Code:
grep "aborting after" /var/log/maillog | wc -l
2. How many accounts do you have on your server?
Code:
ls /usr/local/directadmin/data/users | wc -l
2. What are the DNS resolvers you use?
Code:
cat /etc/resolv.conf
I've ruled out issues with DNS resolvers, I've started running my own Unbound caching resolvers locally on the systems in question, the servers are far closer to idle than overloaded, and I've ruled out network issues. I don't know what other data to gather at this stage, but figuring out how far this is from normal isn't a bad next step.