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
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
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,
> 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