SpamAssassin
- TheCry
- Closed
- Thread is marked as Resolved.
-
-
-
-
-
The config in the db should also be fine:
Code- {"reject_spam":"yes","use_bayes":"yes","site-wide_bayes":"yes","cronjob_bayes_sa-learn":{"minute":"*\/30","hour":"*","day":"*","month":"*","dweek":"*"},"cronjob_clean_bayes_db":{"minute":"@daily","hour":"","day":"","month":"","dweek":""},"use_auto-whitelist":"no","cronjob_clean_awl_db":{"minute":"@daily","hour":"","day":"","month":"","dweek":""},"use_razor2":"yes","use_pyzor":"yes","use_dcc":"yes","use_rbl_checks":"no","use_lang_check":"no","DecodeShortURLs":"yes","iXhash2":"yes","markasjunk2":"yes","sauserprefs":"yes","sauserprefs_dont_override":"'{headers}', 'use_razor1'","spamassMilterOptions":"-e -f -I -u spamass-milter","spamassMilterSocket":"\/var\/spool\/postfix\/spamass\/spamass.sock","spamassassinOptions":"--max-children=5 --sql-config --nouser-config --username=debian-spamd --port=783 --helper-home-dir=\/var\/lib\/spamassassin"}
-
-
-
Version 0.0.12 has been released in plugin store.
CHANGELOG- Fixed: Catch whether Roundcube is installed
-
-
In my instalation (system upgrade few times from Debian 5.0 to 7.8) Spamassasin from v310 by default has disable AWL plugin. I had to turn on AWL when I install this plugin, otherwise installation failed. I think it nice to improve installer from this behaviur.
-
In my instalation (system upgrade few times from Debian 5.0 to 7.8) Spamassasin from v310 by default has disable AWL plugin. I had to turn on AWL when I install this plugin, otherwise installation failed. I think it nice to improve installer from this behaviur.
Please use for Feature Requests or Bugs our Bugtracker.... Please do not post such things in the Thread
-
-
Hello,
thanks for this plugin.
I think i've found an bug in this plugin Version 0.0.12 .After my last update, spam mails are not detectet as spam.
In my /etc/postfix/main.cf found this line.s:
Code- # Begin Plugins::i-MSCPmilter_default_action = acceptsmtpd_milters = # Begin Plugin::SpamAssassin unix:/spamass/spamass.sock # Ending Plugin::SpamAssassinnon_smtpd_milters = $smtpd_milters# Begin Plugin::SpamAssassin::Macrosmilter_connect_macros = j {daemon_name} v {if_name} _# Ending Plugin::SpamAssassin::Macros# Ending Plugins::i-MSCP
After edit this lines to:
Code- # Begin Plugin::SpamAssassin
- milter_default_action = accept
- smtpd_milters = unix:/spamass/spamass.sock
- non_smtpd_milters = $smtpd_milters
- # Ending Plugin::SpamAssassin
- # Begin Plugin::SpamAssassin::Macros
- milter_connect_macros = j {daemon_name} v {if_name} _
- # Ending Plugin::SpamAssassin::Macros
- # Ending Plugins::i-MSCP
and restart postfix, every think is fine an spam detected as spam.
-
Please open a Ticket
-