diff --git a/roles/mail/templates/dovecot/local.conf.j2 b/roles/mail/templates/dovecot/local.conf.j2 index c9b084a..4f91879 100644 --- a/roles/mail/templates/dovecot/local.conf.j2 +++ b/roles/mail/templates/dovecot/local.conf.j2 @@ -38,10 +38,6 @@ service auth { user = postfix group = postfix } - unix_listener auth-master { - user = vmail - mode = 0600 - } } service imap-login { @@ -63,7 +59,6 @@ service managesieve-login { } protocol lda { - auth_socket_path = /var/run/dovecot/auth-master mail_plugins = sieve log_path = /var/log/dovecot/deliver.log info_log_path = /var/log/dovecot/deliver.log