Page 1 of 1
exim4 and ACL reject all email
Posted: Fri Nov 14, 2014 10:54 am
by nickthevoice
Hi !
I install vesta and all work well but after installing spamassassin and clamav like wrote in the vesta documentation.
I receive no email because ACL reject all mail like if it's spam but it's not spam.
Anybody have a tips to make the email working again ;)
thanks
nicK
Re: exim4 and ACL reject all email
Posted: Fri Nov 14, 2014 11:10 am
by nickthevoice
Okay if I desable spamassassin the email work again and this is the error in exim4 mainlog :
temporarily rejected after DATA: failed to expand ACL string "${if
>{$spam_score_int}{40}{1}{0}}": integer expected but "" found
help please ;)
nicK
Re: exim4 and ACL reject all email
Posted: Fri Nov 14, 2014 11:58 am
by Milka
So many people on this forum without any linux knowledge... You'd think Vesta is selling hundreds of premium support packages.
Re: exim4 and ACL reject all email
Posted: Fri Nov 14, 2014 12:05 pm
by nickthevoice
it's not a problem many other "free" control panel have very big FORUM support community !
If anybody can find a solution "FOR FREE", I'll delete VESTA and return with EHCP or ISPCONFIG or any other :)
thanks in advance!
nicK
Re: exim4 and ACL reject all email
Posted: Mon Nov 17, 2014 11:24 am
by GuzziGuy
nickthevoice wrote:Okay if I desable spamassassin the email work again and this is the error in exim4 mainlog :
temporarily rejected after DATA: failed to expand ACL string "${if
>{$spam_score_int}{40}{1}{0}}": integer expected but "" found
help please ;)
nicK
You may want to try just going without SpamAssassin. I've run a few different servers without it - I find that the RBL lists (that the default Vesta config uses in /etc/exim4/dnsbl.conf) keep spam to a very manageable level.
Re: exim4 and ACL reject all email
Posted: Tue Nov 18, 2014 1:16 pm
by khushal
un-comment the Variable
SPAM_SCORE
in /etc/exim/exim.conf and restart exim. This will solve your problem.
Re: exim4 and ACL reject all email
Posted: Wed Feb 25, 2015 3:00 pm
by brosky
I just had the same issue.
Edit /etc/exim4/exim4.conf and uncomment the SPAM_SCORE line and set a reasonable value (example, 7)
Re: exim4 and ACL reject all email
Posted: Thu Dec 19, 2019 5:00 am
by LaTisCool
brosky wrote: Wed Feb 25, 2015 3:00 pm
I just had the same issue.
Edit /etc/exim4/exim4.conf and uncomment the SPAM_SCORE line and set a reasonable value (example, 7)
HELLO,
Yep, I had too the same issue ...i have to change the SPAM_SCORE to 7 ....and fix it