Date: Thu, 17 May 2001 22:49:55 -0400 (EDT) From: Jim Durham <durham@w2xo.pgh.pa.us> To: "Arthur W. Neilson III" <art@pilikia.net> Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Sendmail AUTH Message-ID: <Pine.BSF.4.21.0105172248130.12780-100000@shazam.int> In-Reply-To: <200105171004270570.1406B14A@smtp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 17 May 2001, Arthur W. Neilson III wrote: > Thanks for the help with recompiling sendmail, I added the following to my make.conf > > # > # Let's build sendmail with SASL support (SMTP AUTH) > # > SENDMAIL_CFLAGS=-I/usr/local/include/sasl -DSASL > SENDMAIL_LDFLAGS=-L/usr/local/lib > SENDMAIL_LDADD=-lsasl > SENDMAIL_MC=/etc/mail/pilikia.mc > > went into /usr/src/lib/libsmutil and did > > make obj > make depend > make > > then in /usr/src/usr.sbin/sendmail > > make obj > make depend > make > make install > (SNIP!) > 250-XUSR > 250 HELP > auth > 503 5.3.3 AUTH mechanism not available > quit > 221 2.0.0 pilikia.net closing connection > Connection closed by foreign host. > > What gives? Obviously I'm missing some piece of the puzzle. Does someone > else who's been through this excersize before know what's going on? I have built sendmail with AUTH, but I used the sources from sendmail.org. They have pretty clear instructions and it might be easier than trying to modify the FreeBSD port, unless someone else can guide you through that. -Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105172248130.12780-100000>