As you know I am on debian and at home too I use sendmail on Debian. When I did telnet localhost 25 It does not show AUTH stuff. That means I
will have to recompile sendmail with auth - SASL libs.
Most likely the sendmail binary is already linked with sasl libs ... ldd /usr/sbin/sendmail to check.
You will just have to put the appropriate config in for auth - and if you want to do auth as a client, your local sendmail won't need to advertise AUTH support ...
Only if you want to act as a server which allows roaming users to AUTH should you need to advertise AUTH capability in response to EHLO.
srs
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
