exim4 and ACL reject all email
-
- Posts: 3
- Joined: Fri Nov 14, 2014 10:47 am
exim4 and ACL reject all email
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
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
-
- Posts: 3
- Joined: Fri Nov 14, 2014 10:47 am
Re: exim4 and ACL reject all email
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
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
So many people on this forum without any linux knowledge... You'd think Vesta is selling hundreds of premium support packages.
-
- Posts: 3
- Joined: Fri Nov 14, 2014 10:47 am
Re: exim4 and ACL reject all email
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
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
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.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
Re: exim4 and ACL reject all email
un-comment the Variable
SPAM_SCORE
in /etc/exim/exim.conf and restart exim. This will solve your problem.
SPAM_SCORE
in /etc/exim/exim.conf and restart exim. This will solve your problem.
Re: exim4 and ACL reject all email
I just had the same issue.
Edit /etc/exim4/exim4.conf and uncomment the SPAM_SCORE line and set a reasonable value (example, 7)
Edit /etc/exim4/exim4.conf and uncomment the SPAM_SCORE line and set a reasonable value (example, 7)