Hello, is there a way to have mailbox mailfilter option "Move Spam Emails to Junk directory" turned on by default after laibox is created ? Or, how to turn it on for all mailboxes without manual clicking ? Thanks for any hints RH
I think that all needed together with database to "y" has to be change default sieve script from: require ["fileinto", "regex", "date", "relational", "vacation"]; to require ["fileinto", "regex", "date", "relational", "vacation"]; # Move spam to spam folder if header :contains "X-Spam-Flag" "YES" { fileinto "Junk"; # Stop here so that we do not reply on spams stop; } but i cannot find, where is the default script located... it should be /usr/local/ispconfig/server/conf/sieve_filter_1.2.master but don't know how to change it
great! it didn't work some time ago.. it works for me also now... But i still have 600+ existing mailboxes, where i want to change it also :||
Please vote my suggestion: http://bugtracker.ispconfig.org/index.php?do=details&task_id=1772&project=3&opened=672 Thank you!