From owner-freebsd-questions@FreeBSD.ORG Thu Sep 29 05:03:55 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 885EC16A41F for ; Thu, 29 Sep 2005 05:03:55 +0000 (GMT) (envelope-from sasa.stupar@gmail.com) Received: from avs3.arnes.si (avs3.arnes.si [193.2.1.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16C3143D48 for ; Thu, 29 Sep 2005 05:03:54 +0000 (GMT) (envelope-from sasa.stupar@gmail.com) Received: from localhost (avs3.arnes.si [193.2.1.68]) by avs3.arnes.si (Postfix) with ESMTP id CAB131D78CC for ; Thu, 29 Sep 2005 07:03:53 +0200 (CEST) Received: from avs3.arnes.si ([193.2.1.68]) by localhost (avs3.arnes.si [193.2.1.68]) (amavisd-new, port 10024) with ESMTP id 38290-01 for ; Thu, 29 Sep 2005 07:03:53 +0200 (CEST) Received: from MASTER (cmb16-74.dial-up.arnes.si [194.249.51.74]) by avs3.arnes.si (Postfix) with ESMTP id 80A6F1D78CA for ; Thu, 29 Sep 2005 07:03:53 +0200 (CEST) From: "Sasa Stupar" To: Date: Thu, 29 Sep 2005 07:03:55 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <433AE3E1.7030501@hayers.org> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Thread-Index: AcXEXF3RjEhKlPC0SNeAKVAKHMC+fAAVejsg Message-Id: <20050929050353.80A6F1D78CA@avs3.arnes.si> X-Virus-Scanned: by amavisd-new at arnes.si Subject: RE: Problem with compiling sendmail+sasl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2005 05:03:55 -0000 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