dovecot: migrate queue-status to UNIX domain socket
This commit is contained in:
parent
7bb0f43503
commit
a1ff289bf9
2 changed files with 7 additions and 1 deletions
|
@ -307,6 +307,12 @@ in
|
|||
}
|
||||
|
||||
service quota-status {
|
||||
inet_listener {
|
||||
port = 0
|
||||
}
|
||||
unix_listener quota-status {
|
||||
user = postfix
|
||||
}
|
||||
vsz_limit = ${builtins.toString cfg.quotaStatusMemoryLimit} MB
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue