-
Notifications
You must be signed in to change notification settings - Fork 77
Closed
Description
I am referring to this section: https://doc.dovecot.org/2.4.2/core/plugins/quota.html#quota-service
Your code example:
service quota-status {
executable = quota-status -p postfix
inet_listener {
# You can choose any port you want
port = 12340
}
client_limit = 1
}
On my Dovecot 2.4.1 installation this configuration makes Dovecot fail to start:
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/99-my-quota.conf line 3: inet_listener { } is missing section name
Adding an arbitrary name to the inet_listener makes it work. Example:
[…]
inet_listener just-some-random-name-for-the-quota-service {
port = 12340
}
[…]
Metadata
Metadata
Assignees
Labels
No labels