Page 1 of 1
Why email receiving stop on Clam service off?
Posted: Thu Mar 17, 2016 4:55 pm
by hafeezksa
Email receiving stop on Clam service stop, I try with disabling clam from exim.conf, restart exim, remove ClamAV from vesta.conf but no benefit.
Emails reviving start on clam service resume. How to disable Clam properly?
Re: Why email receiving stop on Clam service off?
Posted: Thu Mar 17, 2016 7:20 pm
by Sanity
try this: edit exim4.conf.template and disables the clamd
as here
SPAMASSASSIN = yes
SPAM_SCORE = 30
#CLAMD = yes
Re: Why email receiving stop on Clam service off?
Posted: Thu Mar 17, 2016 8:06 pm
by hafeezksa
Sanity wrote:try this: edit exim4.conf.template and disables the clamd
as here
SPAMASSASSIN = yes
SPAM_SCORE = 30
#CLAMD = yes
Thanks, for support, problem solved.