Page 1 of 1
I installed clamv and spamassimm and I'm not getting emails
Posted: Sun Sep 07, 2014 6:05 pm
by jhoedram
I installed the antivirus and antispam following the steps in the documentation vestacp, and now can not receive emails, I can only send but not receive anything.
Can you help, please.
I have Centos 6 x64,.
I followed the steps at the bottom and nothing, now I can not receive any mail, I hope you can help me, thanks.
Re: I installed clamv and spamassimm and I'm not getting ema
Posted: Mon Oct 20, 2014 7:57 pm
by Steven
I have this exact issue. I followed the steps at
https://vestacp.com/docs/#how-to-instal ... ian-ubuntu and I can see that mail is being processed but stops at spamassassin. Even if flagged not spam, seems to go missing after that.
I will investigate, but if anyone knows about this please share. I don't really want to spend my entire day on just this. :)
Regards Steven
Re: I installed clamv and spamassimm and I'm not getting ema
Posted: Fri Oct 31, 2014 11:15 am
by mariomka
I had the same issue.
I found that log output:
Code: Select all
F=<*@gmail.com> temporarily rejected after DATA: failed to expand ACL string "${if >{$acl_m2}{SPAM_SCORE} {yes}{no}}": integer expected but "SPAM_SCORE" found
This error is caused because SPAM_SCORE is not defined!
Edit /etc/exim/exim.conf and make sure that the SPAM_SCORE = 50 line is comment out.
I dont know if SPAM_SCORE 50 is a good score but is the default value in my installation.
Maybe an admin must add to SpamAssassin tutorial (
http://vestacp.com/docs/#how-to-install ... hel-centos) this line:
Code: Select all
sed -i "s/^#SPAM_SCORE/SPAM_SCORE/g" /etc/exim/exim.conf
Grettings
Re: I installed clamv and spamassimm and I'm not getting ema
Posted: Tue May 05, 2015 9:12 am
by head
mariomka wrote:I found that log output:
Code: Select all
F=<*@gmail.com> temporarily rejected after DATA: failed to expand ACL string "${if >{$acl_m2}{SPAM_SCORE} {yes}{no}}": integer expected but "SPAM_SCORE" found
Edit /etc/exim/exim.conf and make sure that the SPAM_SCORE = 50 line is comment out.
I dont know if SPAM_SCORE 50 is a good score but is the default value in my installation.
Thank you a lot! That's it.