16 Mar
2010
16 Mar
'10
11:04 p.m.
On Tue, 2010-03-16 at 21:45 +0100, Thomas Leuxner wrote:
- Create a new doveauth user that has read (but no write) access to the files. Use doveauth for auth process.
Right, if I'd like to go with 1) where would I put the 'doveauth' user in the config to have 'passwd' read with it? Looks like it is still using 'dovecot' per default:
service auth { unix_listener auth-userdb { mode = 0600 user = doveauth }
Don't use it for unix_listeners. Just:
service auth { user = doveauth }
service auth-worker { user = doveauth }