Witam. Mam problem z uwierzytelnianiem za pomocą sasla2. w logach dostaję taki błąd:
Oct 28 10:04:47 blue postfix/smtpd[14769]: connect from xxxx.internetdsl.tpnet.pl[xx.xx.xx.xx] Oct 28 10:05:01 blue postfix/smtpd[14769]: warning: SASL authentication failure: cannot connect to saslauthd server: Permission denied Oct 28 10:05:01 blue postfix/smtpd[14769]: warning: SASL authentication failure: Password verification failed Oct 28 10:05:01 blue postfix/smtpd[14769]: warning: xxxx.internetdsl.tpnet.pl[xx.xx.xx.xx]: SASL PLAIN authentication failed W /etc/default/saslauthd mam START=yes MECHANISMS="shadow" w /etc/postfix/sasl/smtpd.conf : pwcheck_method: saslauthd auto_transition: false mech_list: PLAIN LOGIN saslauthd_path: /var/run/saslauthd/mux w /etc/postfix/main.cf : broken_sasl_auth_clients = yes smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination no i jeszcze po wszystkim zrobiłem tak: mount --bind /var/run/saslauthd /var/spool/postfix/var/run/saslauthd no i mam mux,mux.accept,saslauthd.pid gdzie potrzeba. saslauthd jest uruchomiony bo ps -aux | grep sasl wywala mi kilka takich wpisów: /usr/sbin/saslauthd -a shadow I nie wim co mam jeszcze sprawdzić bo mam drugi serwer na którym taka konfiguracja działa i wydaje mi się że zrobiłem wszystko tak samo, ale nie działa :(. Proszę o pomoc, gdzie jeszcze zerknąć , co zmienić? Pozdrawiam postfix w wersji 2.0.19 a sasl nie wiem , napewno instalowałem aptem sasl2-bin, a nie sasl-bin -- -- Am Rul The truth is out there...

