From owner-freebsd-questions@FreeBSD.ORG Sat Oct 4 08:13:31 2003 Return-Path: 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 8E6CB16A4B3 for ; Sat, 4 Oct 2003 08:13:31 -0700 (PDT) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA4A443F75 for ; Sat, 4 Oct 2003 08:13:30 -0700 (PDT) (envelope-from admin2@enabled.com) Received: from enabled.com (localhost.enabled.com [127.0.0.1]) by typhoon.enabled.com (8.12.10/8.12.10) with ESMTP id h94FDSeL049606; Sat, 4 Oct 2003 08:13:28 -0700 (PDT) (envelope-from admin2@enabled.com) From: "Noah" To: Matthew Seaman , Noah Date: Sat, 4 Oct 2003 07:13:28 -0800 Message-Id: <20031004151210.M40813@enabled.com> In-Reply-To: <20031004093547.GA12179@happy-idiot-talk.infracaninophile.co.uk> References: <20031003204612.M43235@enabled.com> <20031004093547.GA12179@happy-idiot-talk.infracaninophile.co.uk> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 64.121.33.4 (admin2) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 cc: freebsd-questions@freebsd.org Subject: Re: building sendmail-sasl-8.12.10 problems X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2003 15:13:31 -0000 > Hmmm... Sounds like you're trying to start up the sendmail from the > base system but using the .mc/.cf files with all of the SASL stuff in > it. > > Check the contents of /etc/mail/mailer.conf -- make sure you're > starting up the port version of sendmail, which will be > /usr/local/sbin/sendmail Hi, okay I fixed /etc/mail/mailer.conf file and 8.12.10 is now running. > > Either that, or ditch the ports version of sendmail, and add the > following to your /etc/make.conf: > > SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl2 > when I uncomment these entries in /etc/make.conf - I get the folllowing errors during execution of 'make' . root@hurricane# make "/etc/make.conf", line 404: Unassociated shell command "SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2" "/etc/make.conf", line 405: Unassociated shell command "SENDMAIL_LDFLAGS=-L/usr/local/lib" "/etc/make.conf", line 406: Unassociated shell command "SENDMAIL_LDADD=-lsasl2" make: fatal errors encountered -- cannot continue - Noah > plus install the the security/cyrus-sasl2 port. (Read the comments > in /etc/make.conf if you prefer to use SASLv1 -- setup is almost > identical) That will build you a SASL enabled sendmail from the base > system. > > See > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html > for details of setting up the base system with SASL-ized sendmail > using SASLv1. Same instructions work for SASLv2 if you make the > obvious substitutions. > > Cheers, > > Matthew > > -- > Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks > Savill Way > PGP: http://www.infracaninophile.co.uk/pgpkey Marlow > Tel: +44 1628 476614 Bucks., SL7 > 1TH UK