Skip to content

quota-status / inet_listener needs a name #1370

@Signum

Description

@Signum

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions