Spam mails to junk folder

Discussion in 'Installation/Configuration' started by bernie, Oct 24, 2016.

  1. bernie

    bernie New Member

    I need to have the 'spam mail to junk folder' option activated for all the users. So I did a
    Code:
    UPDATE `mail_user`
    SET `move_junk` = replace(move_junk, 'n', 'y')
    on phpmyadmin and did a resync of the mail accounts and the mail filters. But it seems as the sieve files are not being generated.
    Any other way to do that?
    Many thanks.
     

Share This Page