> 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' . [EMAIL PROTECTED] 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 _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
