[Dovecot] Dovecot dict process privileges
Timo Sirainen
tss at iki.fi
Fri Aug 20 20:39:35 EEST 2010
On Fri, 2010-08-20 at 17:48 +0100, Timo Sirainen wrote:
> > service dict {
> > unix_listener dict {
> > user = mail << same as what you put for service imap
> > mode = 0660
> > group = mail << same as what you put for service imap
> > }
> > }
>
> Oh, yeah, I should add that to example config and wiki since the default
> is "secure" as in "works in about zero installations" :)
Added to example-config:
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 =
}
}
Added a wiki page: http://wiki2.dovecot.org/Dict
More information about the dovecot
mailing list