From owner-freebsd-questions Tue Feb 12 11:23:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from timingpdc.timing.com (timingpdc.timing.com [206.168.13.194]) by hub.freebsd.org (Postfix) with ESMTP id 0F83A37B419 for ; Tue, 12 Feb 2002 11:23:36 -0800 (PST) Received: from timing.com ([206.168.13.182]) by timingpdc.timing.com (Post.Office MTA v3.1.2 release (PO205-101c) ID# 103-49575U100L2S100) with ESMTP id AAA200; Tue, 12 Feb 2002 12:27:30 -0700 Message-ID: <3C696B55.3A9E0CFE@timing.com> Date: Tue, 12 Feb 2002 12:21:58 -0700 From: enelson@timing.com (Eric Nelson) X-Mailer: Mozilla 4.75 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Cc: "H. Wade Minter" Subject: Re: configuring SMTP AUTHENTICATION References: <20020205203940.O9459-100000@bunning.skiltech.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wade, thank you very much for the information as to installing sendmail with SMTP AUTH support, but I believe there is still something configured incorrectly on our 4.3 Release FreeBSD system. As far as I know, the system is configured with the default authentication options and has the following 2 packages installed in order to have sendmail running with AUTH support: cyrus-sasl-1.5.27_2 RFC 2222 SASL (Simple Authentication and Security Layer) sendmail-sasl-8.12.2 Reliable, highly configurable mail transfer agent with util I receive the following error when I start up sendmail (sendmail -bd): Warning: Option: AuthMechanisms requires SASL support (-DSASL) Do you or anyone else know what is configured incorrectly on this system to produce the error listed above? Once again, Thank You, Eric "H. Wade Minter" wrote: > > On Tue, 5 Feb 2002, Eric Nelson wrote: > > > Would anyone know of the easiest way to upgrade a version of Sendmail (currently using > > Sendmail 8.11.3 on a 4_3_0_RELEASE FreeBSD server) that utilizes SMTP AUTHENTICATION? I > > believe it requires the build/install of the sendmail-sasl port, but what else might need > > to be done? > > I got SASL working with the stock sendmail in the base system (not the > port) by first installing cyrus-sasl, then adding the following lines to > /etc/make.conf: > > SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl > > Then, in my sendmail.mc file, I put: > > TRUST_AUTH_MECH(`CRAM-MD5 DIGEST-MD5 LOGIN PLAIN')dnl > define(`confAUTH_MECHANISMS',`CRAM-MD5 DIGEST-MD5 LOGIN PLAIN')dnl > > Then, finally, I rebuilt sendmail in the base system. It works for me > now. > > --Wade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message