[Dovecot] dovecot2 auth-worker socket perms ignoring assigned ownership settings in conf.d/10-master.conf?
    Paul B. Henson 
    henson at acm.org
       
    Wed Oct 12 05:53:33 EEST 2011
    
    
  
On Tue, Oct 11, 2011 at 07:43:42PM -0700, mephistopheles at operamail.com wrote:
> 		service auth-worker {
> 			user  = doveauth
> 			group = dovecot
> 		}
You need an extra piece here:
service auth-worker {
       user = $default_internal_user
       unix_listener auth-worker {
              user = postfix
       }
}
It was *not* easy to figure that out; none of the postfix/dovecot
how-to's have been updated for dovecot 2.
-- 
Paul B. Henson  |  (909) 979-6361  |  http://www.csupomona.edu/~henson/
Operating Systems and Network Analyst  |  henson at csupomona.edu
California State Polytechnic University  |  Pomona CA 91768
    
    
More information about the dovecot
mailing list