forked from infra/ansible
Remove unnecessary dovecot settings.
This commit is contained in:
parent
2f8d0729c0
commit
88bf7e2f09
@ -38,10 +38,6 @@ service auth {
|
|||||||
user = postfix
|
user = postfix
|
||||||
group = postfix
|
group = postfix
|
||||||
}
|
}
|
||||||
unix_listener auth-master {
|
|
||||||
user = vmail
|
|
||||||
mode = 0600
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
service imap-login {
|
service imap-login {
|
||||||
@ -63,7 +59,6 @@ service managesieve-login {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protocol lda {
|
protocol lda {
|
||||||
auth_socket_path = /var/run/dovecot/auth-master
|
|
||||||
mail_plugins = sieve
|
mail_plugins = sieve
|
||||||
log_path = /var/log/dovecot/deliver.log
|
log_path = /var/log/dovecot/deliver.log
|
||||||
info_log_path = /var/log/dovecot/deliver.log
|
info_log_path = /var/log/dovecot/deliver.log
|
||||||
|
Loading…
Reference in New Issue
Block a user