Hi Timo,
are there any plans for configurable user/group settings for a Unix socket?
I had tried this configuration:
service auth {
user = nobody
unix_listener /var/spool/postfix/private/auth {
mode = 0600
user = postfix
group = postfix
}
}
The mode of the socket was fine but it was owned by nobody.
Regards,
Pascal
--
The trapper recommends today: fabaceae.0932304 at localdomain.org
On Nov 18, 2009, at 10:29 PM, Pascal Volk wrote:> are there any plans for configurable user/group settings for a Unix socket? > > I had tried this configuration: > service auth { > user = nobody > unix_listener /var/spool/postfix/private/auth { > mode = 0600 > user = postfix > group = postfix > } > }It was a bug. Should work now?
On 11/19/2009 05:13 AM Timo Sirainen wrote:> > It was a bug. Should work now?Yeah, works great: srw------- 1 postfix postfix 0 2009-11-19 05:18 /var/spool/postfix/private/auth Thanks, Pascal -- The trapper recommends today: fabaceae.0932305 at localdomain.org