We use a shared mailbox, where incoming mails from customers are stored. Every
user can see it as "shared/cont...@domain.name". When a new message comes, any
user who is currently available just takes the message and does something with
it. It's configured this way:
namespace shared {
type =
[Debian Bookworm + Dovecot 2]
I have user database in ldap (samba). I want to use fail2ban to restrict
unsuccessful login attempts, but... I cannot see "Authentication failure"
message in ANY log. (/var/log/mail.log shows successful logins as well as
disconnects.)
How should I proceed?
_
What is correct way to sync ACLs across two servers?
Example: I want user1 to have access to user2 mailbox. I do this on server1:
doveadm acl set shared/user2 user=user1 admin create delete expunge insert
lookup read write write-deleted write-see
Now user1 can see shared/user2 when logged to ser