I've fixed this issue and wanted to get back for any else that might stumble
upon this.
Using `logger -p mail.err "$(id)"` in the sieve bash script I found out that
the groups for dovecot:dovecot didn't include all groups as set in /etc/group.
Apparently Dovecot doesn't respect the system's gro
Thanks Michael, I was trying to avoid keeping usernames in a seperate location
as they are already stored in the Samba DC. Will it be necessary to keep a
seperate list? I tried adding this:
userdb {
driver = static
args = uid=vmail gid=vmail home=/var/mail/virtual/%d/%n
}
But I still get th
I have configured a shared private namespace in dovecot so that, via ACLs,
users can access other users' mailboxes.
I set up a quota for each user and this also works well. The quota is monitored
and new messages are denied if the quota is exceeded.
There is one problem though: apparently dovec