diff --git a/target/dovecot/90-quota.conf b/target/dovecot/90-quota.conf index f37f4f28..b1f08d6a 100644 --- a/target/dovecot/90-quota.conf +++ b/target/dovecot/90-quota.conf @@ -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 }