[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] How to enable SMTP Authentication on a Raq?
- Subject: Re: [cobalt-users] How to enable SMTP Authentication on a Raq?
- From: "Manuel Noriega" <cobalt@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue Oct 8 08:04:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Sunday 26 May 2002 02:26 am, Goetz Goerisch wrote:
> SMTP Authentication
Upgrade sendmail to a version > 8.11.0
see http://www.sendmail.org/
--
Gerald Waugh
http://www.frontstreetnetworks.com :: Phone. [011] 203.785.0699
Front Street Networks LLC | SOHO Networks, Web Site Hosting, & Cobalt
Consulting
229 Front Street, Ste. #C, New Haven, CT, 06513-3203 United States:wq
_______________________________________________
I was wondering if someone had been able to get a RaQ to do SMTP AUTH to
give me some tips. I know that after sendmail 8.11 SMTP AUTH is supported,
but I believe I need to install some other packages as well. I installed
Cyrus-SASL, but when I tried to compile sendmail, I got an error and was
unable to continue.
----------------------------------------------------------------------------
--------------------------------------------------------------------
[root@gt02 sendmail]# sh Build
Configuration: pfx=, os=Linux, rel=2.2.16C28_III, rbase=2, rroot=2.2,
arch=i586, sfx=, variant=optimized
Making in
/home/sites/home/users/admin/sendmail/sendmail-8.12.5/obj.Linux.2.2.16C28_II
I.i586/sendmail
(cd ../../libsm; sh Build )
Configuration: pfx=, os=Linux, rel=2.2.16C28_III, rbase=2, rroot=2.2,
arch=i586, sfx=, variant=optimized
Making in
/home/sites/home/users/admin/sendmail/sendmail-8.12.5/obj.Linux.2.2.16C28_II
I.i586/libsm
make[1]: Entering directory
`/home/sites/home/users/admin/sendmail/sendmail-8.12.5/obj.Linux.2.2.16C28_I
II.i586/libsm'
cc -O2 -I. -I../../include -I/pack/cyrus-sasl-1.5.24/include -I/pack/openss
l-0.9.6/include -I/pack/openldap-2.0.25/include -DNEWDB -DLDAPMAP -DSASL
-c debug.c -o debug.o
In file included from debug.c:23:
../../include/sm/conf.h:2571: lber.h: No such file or directory
../../include/sm/conf.h:2572: ldap.h: No such file or directory
make[1]: *** [debug.o] Error 1
make[1]: Leaving directory
`/home/sites/home/users/admin/sendmail/sendmail-8.12.5/obj.Linux.2.2.16C28_I
II.i586/libsm'
make: ***
[/home/sites/home/users/admin/sendmail/sendmail-8.12.5/obj.Linux.2.2.16C28_I
II.i586/libsm/libsm.a] Error 2
----------------------------------------------------------------------------
--------------------------------------------------------------------
Thanks,
Manuel