+++ Sanjai Verma [linux-india] <14/06/02 09:38 +0530>: > I have configured SuSe Linux 8.0 and I am facing the > problem in receiving the mails from outside. > The other hosts get the message: > Deferred: Connection refused
Something very similar to http://www.sendmail.org/faq/section5.html#5.3.3 - or maybe some firewall settings. Sendmail on SuSE is set up with some rather weird options (PICKY_HELO_CHECK for one, and also tcpwrappers support so you might need a hosts.allow entry). I'd suggest you ditch the SuSE supplied sendmail and compile your own .. .and don't let YaST get its hands on it ... it is a pretty good tool, but using sendmail.mc is the way to go. -srs -- Suresh Ramasubramanian <----> mallet <at> efn dot org EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin [Linux One Stanza Tip] From : <[EMAIL PROTECTED]> LOST #218 -**< Sub : DOS to Unix conversion (#6) >**- If you have vim editor installed, the following script will do a DOS to Unix conversion: #!/bin/sh # Save d2u, chmod +x d2u vim -c ":set ff=unix" -c ":wq" $1 # Usage: d2u filename.txt _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
