Posts by sven86

    Is it possible that's importend in which order activate the plugins spamassassin and clamav?
    When activate spamassassin and then clamav all it's good in main.cf file.
    If i activate first clamav and then spamassassing in main.cf file it gives some truble in that file.


    On deactivate i have to go conversely (deactivate clamav and then spamassassing) and all it's good.
    but deactivate first spamassassing and then clamav i have also truble in main.cf file.

    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.

    Hello,


    thank you for the mailman-plugin, I've installed it on i-mscp 1.2.1 and every thing ist fine.
    But after an update to Version 1.2.2 i become the following error when i was send a mail to the mailinglist:


    "Recipient address rejected: User unknown in virtual mailbox table."


    I think the error is shown because the entrys like


    Code
    1. [email protected] /dev/null


    in file /etc/postfix/imscp/mailboxes


    and

    Code
    1. [email protected] mailman:


    in file /etc/postfix/imscp/transport


    is missing.


    Is it right that this entrys after an update from i-mscp not new created?
    I've actived and deactived the plugin in admin panel but the entrys are not new created.


    First after i delete the mailinglist entrys in the i-mscp mysql database and creat a new list in the admin panel the missing entrys are created.


    Sorry for my bad englisch.