Current time: 04-20-2024, 10:43 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Lösung] Windows Mobile und NTLM auth Fehler
Author Message
Knut Offline
Member
***

Posts: 736
Joined: Nov 2006
Reputation: 10
Post: #1
[Lösung] Windows Mobile und NTLM auth Fehler
Hi,

wer mit seinem Windows Mobile und IMAP/Pop3 eine Mail versenden will bekommt in der Regel folgende Fehlermeldung:
Code:
SASL NTLM authentication failed: authentication failure

Dies kann man wie folgt beheben:

Code:
pico /etc/default/saslauthd
und folgende Parameter anpassen:
Code:
START=yes
OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd"

Anschliessend die Datei /etc/postfix/sasl/smtpd.conf erstellen
Code:
pico etc/postfix/sasl/smtpd.conf
und folgendes einfügen:
Code:
pwcheck_method: auxprop
auxprop_plugin: sasldb
mech_list: PLAIN LOGIN CRAM-MD5 DIGEST-MD5

Nun die betroffenen Dienste neu starten:
Code:
/etc/init.d/saslauthd start
/etc/init.d/postfix restart

Ausprobieren und Log anschauen.

Ich würde mich freuen wenn dies hier Diskutiert werden könnte.
(This post was last modified: 07-19-2009 01:13 AM by Knut.)
04-01-2009 05:38 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[Lösung] Windows Mobile und NTLM auth Fehler - Knut - 04-01-2009 05:38 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)