Problem with compiling sendmail+sasl

Sasa Stupar sasa.stupar at gmail.com
Thu Sep 29 00:47:23 PDT 2005


 

-----Original Message-----
From: owner-freebsd-questions at freebsd.org [mailto:owner-freebsd-questions at freebsd.org] On Behalf Of Sasa Stupar
Sent: Thursday, September 29, 2005 7:04 AM
To: freebsd-questions at freebsd.org
Subject: RE: Problem with compiling sendmail+sasl

Still problem with "unknown verifier" when I try to authenticate myself. 
Now my sendmail is copiled with sasl2:
--------------
mig29# sendmail -d0.1 -bv root
Version 8.13.5
 Compiled with: DNSMAP LOG MAP_REGEX MATCHGECOS MILTER MIME7TO8 MIME8TO7
                NAMED_BIND NETINET NETUNIX NEWDB PIPELINING SASLv2 SCANF
                SOCKETMAP STARTTLS TCPWRAPPERS USERDB XDEBUG
--------------

And when I telnet to port 25:
--------------
mig29# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to localhost.workgroup.
Escape character is '^]'.
220 xmail.homelinux.net ESMTP Sendmail 8.13.5/8.13.5; Thu, 29 Sep 2005 06:59:07 +0200 (CEST)
ehlo localhost
250-xmail.homelinux.net Hello localhost.workgroup [127.0.0.1], pleased to meet you
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-SIZE 10480760
250-DSN
250-AUTH DIGEST-MD5 CRAM-MD5 LOGIN PLAIN
250-DELIVERBY
250 HELP
--------------

And SASL2 is working too. I have verified with testsaslauthd and it return OK.

So what am I still missing here?

I am starting getting desperate.

Regards,
Sasa


------------------------------------

OK some additional info from the detailed logging:

Sep 29 09:42:48 mig29 sendmail[26205]: j8T7fvhP026205: AUTH failure (plain): bad protocol / cancel (-5) SASL(-5): bad protocol / cancel: Can only find author (no password)
Sep 29 09:42:58 mig29 sendmail[26205]: j8T7fvhP026205: AUTH failure (login): no mechanism available (-4) SASL(-4): no mechanism available: checkpass failed

I have tried it thru console.
Why it is stated no mechanism for login and for plain bad protocol?

Regards,
Sasa



More information about the freebsd-questions mailing list