Ski Kacoroski:
> Hi,
> 
> I have installed the sasl packages and configured sasl so testsaslauthd
> works perfectly with the ldap backend.  I then set up postfix to have
> this on port 465 in master.cf:
> 
> smtps     inet  n       -       n       -       -       smtpd -v
>   -o syslog_name=postfix/smtps
>   -o smtpd_sasl_auth_enable=yes
> 
> but when I try to connect:
> 
> root@sys:~# telnet localhost 465
> Trying ::1...
> Connected to localhost.localdomain.
> Escape character is '^]'.
> 220 "sys.nsd.org This SMTP for internal outbound relay NSD only"
> ehlo ski
> 250-sys.nsd.org
> 250-PIPELINING
> 250-SIZE 10240000
> 250-VRFY
> 250-ETRN
> 250-STARTTLS
> 250-AUTH DIGEST-MD5 CRAM-MD5 NTLM PLAIN LOGIN
> 250-ENHANCEDSTATUSCODES
> 250-8BITMIME
> 250-DSN
> 250 SMTPUTF8
> AUTH LOGIN
> 334 VXNlcm5hbWU6
> bWV0YXN5cweR
> 334 UGFzc3dvcmQ6
> cGFzc3dvcmhQ
> 535 5.7.8 Error: authentication failed: authentication failure

% echo -n bWV0YXN5cweR|mmencode -u|od -cb
0000000    m   e   t   a   s   y   s  \a 221                            
          155 145 164 141 163 171 163 007 221        

Does your login name really end in the Control-G plus some character 
with the 8th bit turned on?

% echo -n cGFzc3dvcmhQ | mmencode -u | od -cb
oopsa.

If that is your encoded password, better change it now.

        Wietse

Reply via email to