fixing dovecot conf (to be tested since it overrides 10-master.conf in default dovecot conf.d)

This commit is contained in:
Benjamin Sonntag 2013-07-09 22:09:25 +00:00
parent 6ef178cf67
commit 78671c99ff
1 changed files with 13 additions and 1 deletions

View File

@ -134,7 +134,7 @@ service auth {
mode = 0600
user = vmail
}
user = vmail
# user = vmail
}
@ -314,3 +314,15 @@ dict {
}
service auth-worker {
user = vmail
}
service dict {
unix_listener dict {
mode = 0660
user = vmail
group = vmail
}
}