[Postfixbuch-users] Fehler beim SASL-Login

Patrick Ben Koetter p at state-of-mind.de
Mo Feb 28 16:28:27 CET 2005


* Christian Frankerl <MainNewz at gmx.net>:
> Hab's mit Telnet getestet
> # perl -MMIME::Base64 -e 'print encode_base64("testacc at mydomain.tld\0testacc at mydomain.tld\0test");'
> gsagsaghsahgsahasfghahfas=
> 

PERL interpretiert das "@" als special character. Du musst es mit
vorangestelltem "\" escapen.

# perl -MMIME::Base64 -e 'print encode_base64("testacc\@mydomain.tld\0testacc\@mydomain.tld\0test");'
dGVzdGFjY0BteWRvbWFpbi50bGQAdGVzdGFjY0BteWRvbWFpbi50bGQAdGVzdA==


Da Du nun anscheinend doch "mydomain.tld" als domainpart (SASL nennt das
realm) benutzt musst Du zusaetzlich noch smtpd_sasl_local_domain aendern:

smtpd_sasl_local_domain = mydomain.tld




> dann im Telnet
> 
> AUTH PLAIN gsagsaghsahgsahasfghahfas=
> 
> saslauthd DEBUG gibt folgendes:
> ---------------------------------------
> saslauthd[12095] :rel_accept_lock : released accept lock
> saslauthd[12093] :get_accept_lock : acquired accept lock
> saslauthd[12095] :do_auth         : auth failure: [user=testacc.de] [service=smtp] [realm=] [mech=rimap] [reason=remote server rejected your credentials]
> ---------------------------------------
> 
> 
> Chris
> 
> -- 
> _______________________________________________
> Postfixbuch-users mailingliste
> Heinlein Professional Linux Support GmbH
> 
> Postfixbuch-users at listi.jpberlin.de
> http://listi.jpberlin.de/mailman/listinfo/postfixbuch-users

-- 
SMTP AUTH
Howto: <http://postfix.state-of-mind.de/patrick.koetter/smtpauth/>
Debug: <http://postfix.state-of-mind.de/patrick.koetter/saslfinger/>




Mehr Informationen über die Mailingliste Postfixbuch-users