mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-21 00:25:56 +02:00
fix: Only listen on 127.0.0.1
for the Dovecot quota-status
service (#3057)
This commit is contained in:
parent
05db27f817
commit
9df71c27a0
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ service quota-warning {
|
|||
service quota-status {
|
||||
executable = quota-status -p postfix
|
||||
inet_listener {
|
||||
port = 65265
|
||||
# You can choose any port you want
|
||||
address = 127.0.0.1
|
||||
port = 65265
|
||||
}
|
||||
client_limit = 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue