Hello there, I have two questions, not sure if the right category, if not please move this thread. 1. Is it possible to empty all email users SPAM folder ? I'm using roundcube as webmail. 2. How can I "view as..." other email accounts from admin ? like in Cpanel ? possible ? Thank you. AH My Config: https://www.howtoforge.com/tutorial...l-pureftpd-bind-postfix-doveot-and-ispconfig/
Make sure you have iterate_query uncommented in /etc/dovecot/dovecot-sql.conf then as root run Code: doveadm expunge -A mailbox "SPAM" all Not possible in the out-of-box configuration, but you could setup dovecot "master users": https://wiki2.dovecot.org/Authentication/MasterUsers
Hello, I've tried the SPAM option and got this. root@host:~# doveadm expunge -A mailbox "SPAM" all doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM doveadm([email protected]): Error: Syncing mailbox 'SPAM' failed: Mailbox doesn't exist: SPAM Email accounts do existe, and are working. iterate_query it's uncommented. Thanks for your reply. AH
DOH ME! hahaha Sorry, yes, the SPAM folder is named "Junk". Thanks, that worked. AH PD will post about the other fix later.