Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Jul 2004 14:06:10 -0400
From:      "dave" <dmehler26@woh.rr.com>
To:        "Alex Melkomukov" <amelkomukov@flexpop.net>, <freebsd-questions@freebsd.org>
Subject:   Re: chrooting Postfix+SASL+TLS
Message-ID:  <000401c470df$bc97a810$0200a8c0@satellite>
References:  <Pine.BSI.4.10.10407231044580.8377-100000@pdx-s02.navi.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
    Yah, your problem is when saslauth and smtp are chrooted they do not
have there unix socket that they use to communicate. When saslauthd normally
starts i believe it makes a socket at /var/run/mux i'm not near my machine
to confirm this, but assuming your postfix chroot is /var/spool/postfix you
would do:

# mkdir -p /var/spool/postfix/var/run/mux

and when you start saslauth use the -m option and specify the path to the
chroot location.
HTH
Dave.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000401c470df$bc97a810$0200a8c0>