Re: SMTP AUTH

2000-09-12 Thread Sergei Vyshenski
Gregory, You idea works ok only provided the following change is made to /usr/src/usr.sbin/sendmail/Makefile: LDADD+= -lutil -lwrap instead of LDADD= -lutil -lwrap Could you please commit this change to stable? Sergei At 21:30 11.09.00 -0700, you wrote: svysh Is it possible to link sasl

Re: SMTP AUTH

2000-09-12 Thread Sergei Vyshenski
Oops! Even with suggested changes to make.conf and Makefile, Buildworld fails with: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lsasl Any ideas? more details here: cc -O -pipe -DSASL -I/usr/local/include/sasl -I/usr/src/usr.sbin/sendmail/../../contrib/sendmail/src

Re: SMTP AUTH

2000-09-12 Thread Ryan T. Dean
uOn Tue, 12 Sep 2000, Sergei Vyshenski wrote: Oops! Even with suggested changes to make.conf and Makefile, Buildworld fails with: /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lsasl Any ideas? Uhm, do you have cyrus-sasl installed? You need cyrus-sasl to build sendmail with SMTP

Re: SMTP AUTH

2000-09-12 Thread Sergei Vyshenski
Sure I have cyrus-sasl and all related ports installed. Moreover, universal kit of Sendmail 8.11 (not the one included with FreeBSD) compiles, installs and runs ok with SMTP AUTH. Just wanted to be consistent and tried to use Sendmail kit shipped with the basic system. At 08:13 12.09.00 -0500

Re: SMTP AUTH enabling (solved)

2000-09-12 Thread Sergei Vyshenski
Gregory. Successfully tested procedure (with tiny modifications of your original idea) which teaches buildworld in FreeBSD-stable how to produce sendmail with SMTP AUTH enabled is specified below. Sergei 1) install cyrus-sasl port 2) patch file /usr/src/usr.sbin/sendmail/Makefile

Re: SMTP AUTH enabling (solved)

2000-09-12 Thread Gregory Neil Shapiro
svysh Successfully tested procedure (with tiny modifications of your svysh original idea) which teaches buildworld in FreeBSD-stable svysh how to produce sendmail with SMTP AUTH enabled is specified below. svysh 2) patch file /usr/src/usr.sbin/sendmail/Makefile in such a way, svysh that line