Re: Permission problem when using sieve script

2024-02-07 Thread tacodewolff
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

Re: Auth USER lookup failed

2024-02-07 Thread Ed
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

Enforcing quotas on shared mailboxes

2024-02-07 Thread dovecot--- via dovecot
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