On 11.5.2011, at 22.34, Frank Elsner wrote:

>> I'll fix it properly for v2.0.14 then. Another alternative would be to 
>> change config socket's permissions to allow dovecot user to read/write it.
> 
> How to do that? 

For example:

service config {
  unix_listener config {
    group = dovecot
    mode = 0660
  }
}

(or just user=dovecot)

> PS: I'd like to have the lastlogin file to be owned by user dovecot.
>    Currently it is owned bx the user.

Not root?..

Reply via email to