Additional Kerberos (Samba) / GSSAPI auth for intranet users

2024-02-13 Thread r.barclay--- via dovecot
Hi, I have a Dovecot (IMAP only) and Postfix (SMTP) based mail server. User names, mailbox settings and password hashes are loaded from a PostgreSQL database. The users use Thunderbird on the desktop and K9mail or Apple Mail on mobile phones. This works fine since a few years. Now I'd like t

Aw: Valid Docs for Dovecot with postgresql

2024-02-19 Thread r.barclay--- via dovecot
Hi Richi, You create a user in PostgreSQL (arbitrary name, e.g. dbuserofdovecot) and use it in the Dovecot settings in the connection string: /etc/dovecot/dovecot-sql.conf.ext driver = pgsql connect = host=127.0.0.1 dbname=mymailserverdb user=dbuserofdovecot password=P4ssw0rdForDBUserOfDoveco

Recursive doveadm acl add for shared mailbox

2024-12-17 Thread r.barclay--- via dovecot
Hello, I have a shared mailbox (e.g. "i...@example.org") and want to give a new user (e.g. "john@example.org") access. I can use: doveadm acl add -u i...@example.org INBOX user=john@example.org create delete expunge insert lookup post read write write-deleted write-seen Unfortunately,

Re: Re: Recursive doveadm acl add for shared mailbox

2024-12-17 Thread r.barclay--- via dovecot
> Please see > https://doc.dovecot.org/2.3/configuration_manual/acl/#acl-inheritance-and-default-acls Thank you for your quick response! I've already read that page multiple times but I'm still not sure what I could do. If doveadm has no such feature, one could think about writing a shell scri