From owner-freebsd-questions Tue Feb 5 17:41:12 2002 Delivered-To: freebsd-questions@freebsd.org Received: from bunning.skiltech.com (bunning.skiltech.com [216.235.79.240]) by hub.freebsd.org (Postfix) with ESMTP id 5F97937B42C for ; Tue, 5 Feb 2002 17:41:05 -0800 (PST) Received: (from root@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id g161f3f09505; Tue, 5 Feb 2002 20:41:03 -0500 (EST) (envelope-from minter) Received: (from minter@localhost) by bunning.skiltech.com (8.11.6/8.11.6) id g161f1609497; Tue, 5 Feb 2002 20:41:01 -0500 (EST) (envelope-from minter) Date: Tue, 5 Feb 2002 20:41:01 -0500 (EST) From: "H. Wade Minter" X-X-Sender: minter@bunning.skiltech.com To: Eric Nelson Cc: freebsd-questions@freebsd.org Subject: Re: configuring SMTP AUTHENTICATION In-Reply-To: <3C6067C4.5E9A1E15@timing.com> Message-ID: <20020205203940.O9459-100000@bunning.skiltech.com> X-Folkin-Excellent: Eddie From Ohio (efohio.com) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS perl-11 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 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