Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Reveal on May 06, 2004, 11:33:33 AM

Title: How do I disable Spamassassin correctly ?
Post by: Reveal on May 06, 2004, 11:33:33 AM
When disabling from the menu, I get this error in my logs,

May  6 11:28:46 server02 spamc[3678]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#1 of 3): Connection refused
May  6 11:28:47 server02 spamc[3678]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#2 of 3): Connection refused
May  6 11:28:48 server02 spamc[3678]: connect(AF_INET) to spamd at 127.0.0.1 failed, retrying (#3 of 3): Connection refusedMay  6 11:28:49 server02 spamc[3678]: connection attempt to spamd aborted after 3 retries


How do I disable this correctly ?
Title: How do I disable Spamassassin correctly ?
Post by: raem on May 06, 2004, 12:34:56 PM
Assuming you still have Clamavis-ng running and have disabled spamassassin, this should do it

To check the current setting
/sbin/e-smith/db configuration show amavis-ng

To make the change
/sbin/e-smith/db configuration setprop amavis-ng qmail-queue /var/qmail/bin/qmail-queue

/sbin/e-smith/signal-event email-update

To check setting has changed
/sbin/e-smith/db configurations show amavis-ng

Regs
Ray
Title: How do I disable Spamassassin correctly ?
Post by: Anonymous on May 06, 2004, 01:01:11 PM
thnx ! :)