"Brian J. Murrell" <[EMAIL PROTECTED]> writes:

> I dicked around with this one for a while too.  Postfix's smtpd daemon
> runs chrooted by default, which means it does not have access to the
> "default" saslauthd socket in /var/lib/sasl2.  I simply moved the socket

Isn't it the same problem for /var/lib/sasl ?

> into the smtpd's "chroot jail" and symlinked the "jailed" socket to the
> regular space:
> # ls -l /var/lib/
> total 13
> ...
> lrwxrwxrwx    1 root     root           31 May 30 09:27 sasl2 -> 
> ../spool/postfix/var/lib/sasl2//

Is it good to put connections between chroot jail and outside the
chroot?

Should this be done in the postfix build-me-my-chroot %post
script?
 
> All works fine now.
> 
> I guess, really, saslauthd should be able to listen on multiple sockets.

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to