On Sat, Jun 28, 2003 at 10:30:41AM +0530, Suresh Ramasubramanian wrote: >Rajesh wrote: > > >>sancharnet is using smtp auth now and hence the default sendmail will >>not work. I will have to do the tedious task of compiling sendmail with >>smtp auth. Never done this till now. >> > >If you are using redhat the default rpm is compiled with AUTH. > >If it is AUTH PLAIN or AUTH LOGIN there are sasl plugin RPMs that you >have to install.
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. On debian I have got the following : [EMAIL PROTECTED]:~$ dpkg -l |grep sasl ii libsasl-dev 1.5.27-3 Development files for authentication abstrac ii libsasl-digest 1.5.27-3 DIGEST-MD5 module for SASL ii libsasl-module 1.5.27-3 Basic Pluggable Authentication Modules for S ii libsasl7 1.5.27-3 Authentication abstraction library. Is this enough to compile sendmail with auth ? By doing this I will also learn this stuff. Would like to try this out during this weekend. > >See http://www.hserus.net/sendmail.html Not visited here for long time. Will check out. Thanks. Peace -- Rajesh : ####[ GNU/Linux One Stanza Tip (LOST) ]####################### Sub : What all is mounted ? [#1] LOST #098 To know all mounted devices, do : cat /proc/mounts Example below is to check for a mounted floppy from console or from script : cat /proc/mounts | grep "/dev/fd0" ####[bish (at) vsnl.net.in]################################### : ------------------------------------------------------- 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
