my spamassassin is not active
how did i notice this
-Too many spam e-mail coming
-incoming emails never go to the spam folder
-i have read many spamassassin support articles, but my settings don't work at all.
-then I saw this video. here postfix, clamav and spamassassin had the setting. (
https://www.youtube.com/watch?v=xhGlO0gEhQc)
-i realized something was missing.
- and bingo
-actually, everything was close.
-cwp wiki also had this topic. (
http://wiki.centos-webpanel.com/how-to-configure-spamassassin)
- i tried to apply these settings. but postfix gives an error. :.(
how did you do it.
/etc/postfix/master.cf addedsmtp inet n - n - - smtpd
-o content_filter=smtp-amavis:127.0.0.1:10024
-o receive_override_options=no_address_mappings
-o content_filter=spamassassin
and thisspamassassin unix - n n - - pipe
user=nobody argv=/usr/bin/spamc -f -e
/usr/sbin/sendmail -oi -f ${sender} ${recipient}
i don't know how to apply it. with ssh? I skipped this step !!!
Next, we have to edit /etc/sysconfig/spamassassin with the code below:SAHOME="/var/lib/spamassassin/"
SPAMDOPTIONS="-d -c -C /etc/spamassassin/local.cf -m5 -u nobody -s ${SAHOME}spamd.log"
----------------------------------------------------------------------------------------------------
and i added themConfigure /etc/spamassassin/local.cf with default options below:rewrite_header Subject *****SPAM*****
# report_safe 1
# trusted_networks 212.17.35.
required_score 5.0
use_bayes 1
bayes_auto_learn 1
bayes_ignore_header X-Bogosity
bayes_ignore_header X-Spam-Flag
bayes_ignore_header X-Spam-Status
include /usr/share/spamassassin/
----------------------------------------------------------------------------------------------------
and
sa-update
systemctl restart postfix spamassassin
----------------------------------------------------------------------------------------------------
but postfix gave error
- can you tell us step by step how you did it
Attention to the managers!
One Time to buy support. Can you solve this problem?
I can buy it if possible.