> I'm having some trouble getting Postfix SMTP auth working. I'm using > unstable postfix and > postfix-tls on testing, with unstable libsasl2 and libsasl2-modules. > Whenever I try to send a > message from my mail client (KMail) on another box, I get this in > /var/log/mail.log:
<snip/> > I suspect that postfix is trying to use the wrong socket, or something > like that. I did a > netstat -ap, and found that saslauthd is indeed listening on > /var/run/saslauthd/mux. I'd really > appreciate any ideas anyone has on this. The problem is, that smtpd runs in chroot in standard-debian-packages, so it cannot access /var/run/saslauthd/mux. Either you move postfix out of chroot or you link the saslauthd-socket into the chroot (only works with hard-links, so chroot and /var/run/saslauthd must be on the same partition) or you tell saslauthd to put the mux-file directly in the chroot. regards -- \\\ ||| /// _\=/_ ( @ @ ) (o o) +--------oOOo-(_)-oOOo--------------------------oOOo-(_)-oOOo------+ | Markus Schabel TGM - Die Schule der Technik www.tgm.ac.at | | IT-Service A-1200 Wien, Wexstrasse 19-23 net.tgm.ac.at | | [EMAIL PROTECTED] Tel.: +43(1)33126/316 | | [EMAIL PROTECTED] Fax.: +43(1)33126/154 | | FSF Associate Member #597, Linux User #259595 (counter.li.org) | | oOOo Yet Another Spam Trap: oOOo | | ( ) oOOo [EMAIL PROTECTED] ( ) oOOo | +--------\ (----( )--------------------------\ ( -----( )-----+ \_) ) / \_) ) / (_/ (_/ Computers are like airconditioners: They stop working properly if you open windows.