On Sat, 12 Mar 2011 00:05:47 +0400, Hamad Ali <crownco...@hotmail.com>
wrote:
> However, I would like to disable all network tests (each mail takes ~10
> seconds!). Except that I dunno how to do it the neat way.

disable plugins that do the hard work of testing dnsbl is plain simple in
*.pre files

spamassassin 2>&1 -D --lint | less

what plugins do you want to disable ?

see what are loaded, and disable what is not usefull to your needs

but:

disable to much in spamassassin can make it not so usefull any more to use
it will turn over to not be a bennefit to call it at all

and lastly nameservers in /etc/resolv.conf should work

test like this:

dig +norecurse @ip-of-nameserver gmail.com mx

if its time out then ip-of-nameserver does not work for you

man resolv.conf to see more info on how to get multiple nameservers in
resolv.conf

here i have just installed bind and set nameserver to 127.0.0.1 :-)

Reply via email to