SpamAssassin

  • @Ninos


    In the plugin config file, what is the value of the spamassassinOptions parameter?

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Nuxwin


    Code
    1. 'spamassassinOptions' => '--max-children=5 --sql-config --nouser-config --username=debian-spamd --port=783 --helper-home-dir=/var/lib/spamassassin'


    Above you can see the complete config :)

  • @Ninos


    Please, post also the stored config (json string) for this plugin (from the plugin database table).

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • The config in the db should also be fine:

    Code
    1. {"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"}
  • i-MSCP SpamAssassin plugin version 0.0.11 has just been released.


    Version compatible with i-MSCP version >= 1.1.11


    CHANGELOG:

    • Fixed: Added: Support for Roundcube 1.0.x

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • 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
    1. # 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
    1. # Begin Plugin::SpamAssassin
    2. milter_default_action = accept
    3. smtpd_milters = unix:/spamass/spamass.sock
    4. non_smtpd_milters = $smtpd_milters
    5. # Ending Plugin::SpamAssassin
    6. # Begin Plugin::SpamAssassin::Macros
    7. milter_connect_macros = j {daemon_name} v {if_name} _
    8. # Ending Plugin::SpamAssassin::Macros
    9. # Ending Plugins::i-MSCP


    and restart postfix, every think is fine an spam detected as spam.