From owner-freebsd-questions@FreeBSD.ORG Mon Jul 31 04:21:47 2006 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 8E6F916A4DE for ; Mon, 31 Jul 2006 04:21:47 +0000 (UTC) (envelope-from ggroth@gregs-garage.com) Received: from mail.gregs-garage.com (h-64-105-8-34.chcgilgm.covad.net [64.105.8.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16B5343D4C for ; Mon, 31 Jul 2006 04:21:46 +0000 (GMT) (envelope-from ggroth@gregs-garage.com) Received: from [192.168.0.150] ([192.168.0.150]) (authenticated bits=0) by mail.gregs-garage.com (8.13.4/8.13.4) with ESMTP id k6V4TlI6019213 for ; Sun, 30 Jul 2006 23:29:47 -0500 (CDT) (envelope-from ggroth@gregs-garage.com) Message-ID: <44CD8554.2050703@gregs-garage.com> Date: Sun, 30 Jul 2006 23:21:40 -0500 From: Greg Groth User-Agent: Thunderbird 1.5.0.5 (Windows/20060719) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: SMTP-AUTH woes. 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: Mon, 31 Jul 2006 04:21:47 -0000 FreeBSD 6.1 saslauthd version 2.1.22 sendmail version 8.13.6 My problem is that sendmail is not authenticating plain text passwords. From my /etc/mail/hostname.mc file: define(`confAUTH_MECHANISMS',`PLAIN LOGIN')dnl TRUST_AUTH_MECH(`PLAIN LOGIN')dnl However when I telnet to the server I find the following: 250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5 From my /etc/make.conf: SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 From my /usr/local/lib/sasl2/Sendmail.conf file: pwcheck_method: saslauthd From my /var/log/maillog file: Jul 30 23:08:01 mail sendmail[4061]: NOQUEUE: connect from root@localhost Jul 30 23:08:01 mail sendmail[4061]: STARTTLS: ServerCertFile missing Jul 30 23:08:01 mail sendmail[4061]: AUTH: available mech=NTLM LOGIN ANONYMOUS PLAIN GSSAPI OTP DIGEST-MD5 CRAM-MD5, allowed mech=EXTERNAL GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5 Jul 30 23:08:01 mail sendmail[4061]: k6V481s5004061: Milter: no active filter Everything seems to be in place. SASL is running, and is working fine with the included testing tools, but sendmail does not seem to be accepting plain text logins. This is the same setup I have up and running on a 6.0 box, but it doesn't seem to be working now. Any ideas on what I might have screwed up? TIA Greg Groth