PDA

View Full Version : DNSBL Timeout - mail subjects get rewritten


ivanhq
27th October 2009, 15:19
Hello there.

Every email I send from my ISPConfig 3 server (i.e. using Squirrelmail) gets its subject rewritten with this string. I.e:

original subject: "hello there!"
received subject: "[DNSBL Timeout]hello there!"

This is happening to all incoming and outgoing emails. I've thought maybe it's because of some misconfiguration on amavis or spamassassing, but I can't find this string arount /etc/*...

I'm using Debian Lenny, followed every step on the perfect setup howto, and one thing i've noticed is that I don't have a /etc/amavisd.conf file.

Any help will be appreciated. Thanks in advance.

Iván

till
27th October 2009, 20:05
Never seen this before, so its unlikely that this is caused by ispconfig. Please check that you do not run any other spam filtering software on your server and on the server that runs the recipient email.

Try to send a email from squirrelmail to the same local address that you used to login to squirrelmail. Does the same appears in the title?

ivanhq
27th October 2009, 21:26
If i send and email from a hosted email account, to the same hosted email account, then it works well (no rewritten subject).
For the rest, its ALWAYS rewrites subject.

In the same rack, using the same IP range and the same gateway, I have an ISPConfig 2 working with no problems.

I think it's maybe because of Net::DNS module or something not resolving correctly the RBL checks. This is why i've tried these steps:

1) on /etc/mail/spamassassin/local.cf

skip_rbl_checks 1

2) on /etc/mail/spamassassin/v320.pre

# commented this line for disabling the plugin
# loadplugin Mail::SpamAssassin::Plugin::DNSEval

But it's stille rewriting subjects.

till
27th October 2009, 23:25
I dont think that it gets rewritten by amavisd on this server as when you send a email to the same server then the subject is not modified. There must be some other software that is doing the rewrite which is not part of the ispconfig setup.

If you really believe that its caused by amavis, then enable debugging in amavisd and check the mail log for the debug output.

ivanhq
28th October 2009, 11:13
Hi again Till,

You're right. Amavisd in debug mode does not show the RBL queries, so it necessarily has to be a middleware. I'll keep investigating...

Thanx a lot for your time and help.

Ivan