Now that I have a working OX App Suit solution installed I’d like to move automatically Spam signed from SpamAssasin to Spam folder.
First question: does OX App Suit include already a working Spam filter rule or do I have to create a new rule for every user?
I checked on UCR and I have:
|mail/antispam/autostart|yes|
|mail/antispam/bodysizelimit|300|
|mail/antispam/headertag||
|mail/antispam/learndaily|yes|
|mail/antispam/ox/spamrunner|yes|
|mail/antispam/ox/spamrunner/cron||
|mail/antispam/ox/spamrunner/verbose||
|mail/antispam/requiredhits|3.0|
|mail/antispam/rules/autoupdate|yes|
|mail/antivir/spam|yes|
|mail/dovecot/folder/spam|Spam|
|mail/dovecot/mailboxes/auto/Spam|no|
|mail/dovecot/mailboxes/special/Archive|\Archive|
|mail/dovecot/mailboxes/special/confirmed-spam|\Junk|
|mail/dovecot/mailboxes/special/Drafts|\Drafts|
|mail/dovecot/mailboxes/special/Entwürfe|\Drafts|
|mail/dovecot/mailboxes/special/Gesendete Objekte|\Sent|
|mail/dovecot/mailboxes/special/Junk|\Junk|
|mail/dovecot/mailboxes/special/Papierkorb|\Trash|
|mail/dovecot/mailboxes/special/Sent|\Sent|
|mail/dovecot/mailboxes/special/Sent Messages|\Sent|
|mail/dovecot/mailboxes/special/Spam|\Junk|
|mail/dovecot/mailboxes/special/Trash|\Trash|
|mail/dovecot/sieve/spam|yes|
|mail/postfix/greylisting|enabled|
|mail/postfix/smtpd/restrictions/recipient/76|reject_rbl_client zen.spamhaus.org|
|mail/smtp/VRFY/disabled||
|ox/cfg/imap.properties/com.openexchange.imap.spamHandler|SpamAssassin|
In particular:
|mail/dovecot/sieve/spam|yes|
If this option is activated or the variable unset, a Sieve script is created for every new mailbox, which moves spam mails into the spam folder (see ‘mail/dovecot/folder/spam’).
Even if this option is set to YES, no Sieve script is automatically created for Spam.
Other thing: after OX App Suite installation I have some new mail folders:
|mail/dovecot/mailboxes/special/Entwürfe|\Drafts|
|mail/dovecot/mailboxes/special/Gesendete Objekte|\Sent|
|mail/dovecot/mailboxes/special/Papierkorb|\Trash|
|mail/dovecot/mailboxes/special/confirmed-spam|\Junk|
Is it normal? I already have these folder, can I delete these entries from UCR?