Email-Posfix-Outlook

oliver-siewert

New Member
Hallo,

Ich hab hier ein Debian System.. mit Confixx 3.x
Und kann per Webmail Emails schreiben&empfangen..
Nur wenn ich das mit Outlook mache kann ich nur versenden. Ich bekomme folgende Meldung in der Log

Code:
Mar 21 15:08:11 h1200083 postfix/smtpd[29415]: warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Mar 21 15:08:11 h1200083 postfix/smtpd[29415]: warning: xxxx[xxxxx]: SASL LOGIN authentication failed


Hat jemand da vielleicht eine Ahnung..?


Mfg O.S
 
Hallo!
Code:
cannot connect to saslauthd server: No such file or directory
Offensichtlich fehlt dir der saslauthd Server. Was sagt
Code:
dpkg -l|grep sasl
?

mfG
Thorsten
 
Ähm das sagt...




Code:
root:~# dpkg -l|grep sasl
ii  libsasl2       2.1.19.dfsg1-0 Authentication abstraction library
ii  libsasl2-modul 2.1.19.dfsg1-0 Pluggable Authentication Modules for SASL
ii  sasl2-bin      2.1.19.dfsg1-0 Programs for manipulating the SASL users dat
root:~#
 
Back
Top