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,
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 in such a
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
endmail with SMTP AUTH. Its in the ports, under security.
-Ryan T. Dean
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
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
-I/usr/src/usr.sbi
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 sup