[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Postfix and SASL



> 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 |
| markus.schabel@tgm.ac.at                   Tel.: +43(1)33126/316 |
| markus.schabel@members.fsf.org             Fax.: +43(1)33126/154 |
| FSF Associate Member #597, Linux User #259595 (counter.li.org)   |
|        oOOo        Yet Another Spam Trap:     oOOo               |
|       (    )    oOOo    yast@tgm.ac.at       (   )     oOOo      |
+--------\  (----(   )--------------------------\ ( -----(   )-----+
           \_)     ) /                            \_)      ) /
                  (_/                                     (_/

Computers are like airconditioners:
   They stop working properly if you open windows.



Reply to: