[Dovecot] Dovecot dict process privileges

Jerrale G jerralegayle at sheltoncomputers.com
Fri Aug 20 19:43:02 EEST 2010


  On 8/20/2010 2:51 AM, Mike Mimic wrote:
> Hi!
>
> --- On Thu, 8/19/10, Timo Sirainen<tss at iki.fi>  wrote:
>> Anyway, with v2.0 you can do:
>>
>> service dict {
>>    user = whatever
>> }
> Thanks.
>
>
> Mike
>
>
>

I had the same problem as you with 2.0; 1.2.x I couldn't get dict to 
work at all for an error in the code. Here is how I fixed 2.0 though:

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
   }
}



Jerrale G.
SC Senior Admin


More information about the dovecot mailing list