dovecot: migrate queue-status to UNIX domain socket

This commit is contained in:
Martin Weinelt 2025-05-07 18:00:16 +02:00
parent 7bb0f43503
commit a1ff289bf9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
2 changed files with 7 additions and 1 deletions

View file

@ -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
}