dovecot: fix stats service errors
This commit is contained in:
parent
cf6ee522e5
commit
fb2f1e8031
13
dovecot.nix
13
dovecot.nix
|
@ -62,6 +62,19 @@ let
|
|||
}
|
||||
}
|
||||
|
||||
service stats {
|
||||
unix_listener stats-reader {
|
||||
user = dovecot2
|
||||
group = dovecot2
|
||||
mode = 0660
|
||||
}
|
||||
unix_listener stats-writer {
|
||||
user = dovecot2
|
||||
group = dovecot2
|
||||
mode = 0660
|
||||
}
|
||||
}
|
||||
|
||||
protocol lmtp {
|
||||
mail_plugins = sieve
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue