fix: Only listen on `127.0.0.1` for the Dovecot `quota-status` service (#3057)

This commit is contained in:
Leon Busch-George 2023-02-04 10:27:10 +01:00 committed by GitHub
parent 05db27f817
commit 9df71c27a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ service quota-warning {
service quota-status { service quota-status {
executable = quota-status -p postfix executable = quota-status -p postfix
inet_listener { inet_listener {
port = 65265 address = 127.0.0.1
# You can choose any port you want port = 65265
} }
client_limit = 1 client_limit = 1
} }