It does not filter antispam or antivirus in any account or domain
It does not filter antispam or antivirus in any account or domain
Hi all,
I have multiple servers with VESTA on Version: 0.9.8 (x86_64), Release: 26. CentOS 7. In VPS virtual machines. It is configured by default as VESTA is installed for the first time, but the antispam neither the antivirus filters or works.
Previous reviews:
- Services go up well without errors
- They are updated with the signature definition date.
- I enable the accounts and the domain in the mail, antivirus and antispam option
- I check in exim.conf both services are enabled.
exim.conf
SPAMASSASSIN = yes
SPAM_SCORE = 50
CLAMD = yes
.ifdef SPAMASSASSIN
spamd_address = 127.0.0.1 783
.endif
.ifdef CLAMD
av_scanner = clamd: /var/run/clamav/clamd.sock
.endif
local.cf
required_hits 5
report_safe 0
rewrite_header Subject [SPAM]
blacklist_from *@midominio.com
Sent test of spam and antivirus like eicar chain or spam chains but this does not filter anything or virus or spam.
In /etc/mail/spamassassin/local.cf I created a blacklist_from *@mydomain.com to filter the emails that I sent to this domain and it does not filter it, they continue and reach the trays.
I see in the path /home/user/conf/mail/dominio.com some files called: antivirus and antispam but they are empty, there is no content and they should not have something.
The question is to know what else I must do to make the antispam and antivirus work.
Thanks for the support
I have multiple servers with VESTA on Version: 0.9.8 (x86_64), Release: 26. CentOS 7. In VPS virtual machines. It is configured by default as VESTA is installed for the first time, but the antispam neither the antivirus filters or works.
Previous reviews:
- Services go up well without errors
- They are updated with the signature definition date.
- I enable the accounts and the domain in the mail, antivirus and antispam option
- I check in exim.conf both services are enabled.
exim.conf
SPAMASSASSIN = yes
SPAM_SCORE = 50
CLAMD = yes
.ifdef SPAMASSASSIN
spamd_address = 127.0.0.1 783
.endif
.ifdef CLAMD
av_scanner = clamd: /var/run/clamav/clamd.sock
.endif
local.cf
required_hits 5
report_safe 0
rewrite_header Subject [SPAM]
blacklist_from *@midominio.com
Sent test of spam and antivirus like eicar chain or spam chains but this does not filter anything or virus or spam.
In /etc/mail/spamassassin/local.cf I created a blacklist_from *@mydomain.com to filter the emails that I sent to this domain and it does not filter it, they continue and reach the trays.
I see in the path /home/user/conf/mail/dominio.com some files called: antivirus and antispam but they are empty, there is no content and they should not have something.
The question is to know what else I must do to make the antispam and antivirus work.
Thanks for the support