Hi!
SA 3.0.1 won't parse emails.
We've updated Exim:
# wget http://files.directadmin.com/services/da_exim-4.43-1.src.rpm
# rpm -ivh da_exim-4.43-1.src.rpm
# rpmbuild -bb /usr/src/redhat/SPECS/exim.spec
# rpm -Uvh /usr/src/redhat/RPMS/i386/da_exim-4.43-1.i386.rpm
Than we installed clamav from rpm.
After that they worked fine together. Clamav used to find viruses.
Then we tried to install SpamAssassin:
cd /usr/local/directadmin/scripts
./spam.sh
/usr/bin/spamd -d -c -m 5
We changed config as required.
All services have been restarted without errors.
# ps aux | grep spamd
root 18981 0.0 2.1 26560 21724 ? S 19:16 0:00 /usr/bin/spamd -d -c -m 5
root 18984 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18985 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18986 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18987 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18988 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
# spamd -V
SpamAssassin Server version 3.0.1
running on Perl 5.8.3
# cat /etc/mail/spamassassin/local.cf | grep "^[a-z,A-Z]"
transport_filter = /usr/bin/spamc -u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}
rewrite_subject 1
subject_tag !!!!*****SPAM*****!!!!
report_safe 1
use_terse_report 0
always_add_headers 1
fold_headers 1
spam_level_stars 1
spam_level_char *
use_bayes 1
auto_learn 1
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1
ok_languages all
ok_locales all
Our exim.conf in the attachment.
Any suggestions would be much appreciated.
SA 3.0.1 won't parse emails.
We've updated Exim:
# wget http://files.directadmin.com/services/da_exim-4.43-1.src.rpm
# rpm -ivh da_exim-4.43-1.src.rpm
# rpmbuild -bb /usr/src/redhat/SPECS/exim.spec
# rpm -Uvh /usr/src/redhat/RPMS/i386/da_exim-4.43-1.i386.rpm
Than we installed clamav from rpm.
After that they worked fine together. Clamav used to find viruses.
Then we tried to install SpamAssassin:
cd /usr/local/directadmin/scripts
./spam.sh
/usr/bin/spamd -d -c -m 5
We changed config as required.
All services have been restarted without errors.
# ps aux | grep spamd
root 18981 0.0 2.1 26560 21724 ? S 19:16 0:00 /usr/bin/spamd -d -c -m 5
root 18984 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18985 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18986 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18987 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
root 18988 0.0 2.1 26560 21724 ? S 19:16 0:00 spamd child
# spamd -V
SpamAssassin Server version 3.0.1
running on Perl 5.8.3
# cat /etc/mail/spamassassin/local.cf | grep "^[a-z,A-Z]"
transport_filter = /usr/bin/spamc -u ${lookup{$domain}lsearch*{/etc/virtual/domainowners}{$value}}
rewrite_subject 1
subject_tag !!!!*****SPAM*****!!!!
report_safe 1
use_terse_report 0
always_add_headers 1
fold_headers 1
spam_level_stars 1
spam_level_char *
use_bayes 1
auto_learn 1
skip_rbl_checks 0
use_razor2 1
use_dcc 1
use_pyzor 1
ok_languages all
ok_locales all
Our exim.conf in the attachment.
Any suggestions would be much appreciated.