Allow exim access to dovecot auth-client.

This commit is contained in:
Jim Hague 2023-05-19 20:47:54 +01:00
parent 61f1751416
commit 2783177943
1 changed files with 7 additions and 0 deletions

View File

@ -18,3 +18,10 @@ protocol imap {
mail_max_userip_connections = 40
}
# Allow client auth to exim4.
service auth {
unix_listener auth-client {
mode = 0660
group = Debian-exim
}
}