-service {
+service config {
type = config
executable = /usr/local/bin/doveconf
user = dovecot
}
}
-service {
+service log {
type = log
executable = log
- unix_listener {
- path = log
- }
}
-service {
+service auth {
type = auth
executable = dovecot-auth
}
}
-service {
+service imap-login {
type = auth-source
executable = imap-login
auth_dest_service = imap
}
-service {
+service imap {
type = auth-destination
executable = imap
}
-#service {
+#service auth-worker {
# executable = dovecot-auth -w
#
# unix_listener {