Date: Sat, 4 Oct 2003 07:13:28 -0800 From: "Noah" <admin2@enabled.com> To: Matthew Seaman <m.seaman@infracaninophile.co.uk>, Noah <admin2@enabled.com> Cc: freebsd-questions@freebsd.org Subject: Re: building sendmail-sasl-8.12.10 problems 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>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031004151210.M40813>