error service quota-status
Markus Winkler
ml at irmawi.de
Fri Apr 24 22:10:25 EEST 2020
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
More information about the dovecot
mailing list