Am 24.04.2020 um 21:10 schrieb Markus Winkler:
Hello Becki,

On 24.04.20 20:28, Admin Beckspaced wrote:
trying to setup this quota-status thingy in dovecot

but whenever I try I get this error:

what am I missing here?

as I couldn't find any information regarding 'service dict' in your doveconf -n:

Please have a look in your /etc/dovecot/conf.d/10-master.conf (or elswhere in your Dovecot configs) and find a config option for service dict.

The default is mostly something like this:

service dict {
  # If dict proxy is used, mail processes should have access to its socket.   # For example: mode=0660, group=vmail and global mail_access_groups=vmail
  unix_listener dict {
    #mode = 0600
    #user =
    #group =
  }
}

Please change it to:

service dict {
  # If dict proxy is used, mail processes should have access to its socket.   # For example: mode=0660, group=vmail and global mail_access_groups=vmail
  unix_listener dict {
    mode = 0660
    user = vmail
    group = vmail
  }
}

restart Dovecot and test if it works.

HTH and kind regards,
Markus

Hi Markus,

super! Thanks a lot for the hint.
after activating the dict service with proper user & group all is working fine.

Thanks & have a nice weekend ;)
Greetings
Becki

Reply via email to