Hi, I have a problem with spam filter when I enable it for a user account, then his mails posted to mbox and not to maildir. In the config maildir is set. How can I fix it? Thanks, SirMokk
You have to make sure you have the following option checked: Management -> Server -> Settings -> Email -> Maildir Then you have to restart ISPConfig by using ssh: /etc/init.d/ispconfig_server restart
To be sure that emails are always delivered to Maildir, you can additionally execute these commands: postconf -e 'home_mailbox = Maildir/' postconf -e 'mailbox_command =' /etc/init.d/postfix restart