Migrating from COL to RH

Andrew Mathews andrew_mathews
Mon May 17 11:47:29 PDT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kevin O'Gorman wrote:
| It was time anyway, but I'm now really going to get off
| of my old Caldera server.
|
| I don't do this very often, so I'm having a bit of trouble
| with sendmail.  It's up, it runs, and it seems to be listening,
| but outside connections are refused.  I cannot figure out why.
|
| My firewall isn't doing it; there is nothing in the log about
| port 25, and it reports all the Code Reds and such.  I've got
| DAEMON=yes in the config file.  The output of 'ps' says it's
| accepting connections.  The output of 'netstat -l -p' says
| it really is listening on port 25, but telnet to the port
| from elsewhere fails immediately (connection refused).  Telnet
| from the same machine is okay.
|
| What am I missing?
|
| While I'm at it, the old machine ran majordomo 1.94.5, which
| does not seem to be an option under RedHat.  Should I build
| it myself, or is there an easy migration path to another
| package?  I'm only running three or so low-volume lists.
|
| Thanks,....
|
| ++ kevin
|


This is usually caused by the entry in /etc/mail/sendmail.cf with:
O DaemonPortOptions=Port=smtp,Addr=127.0.0.1, Name=MTA
change this to:
O DaemonPortOptions=Port=smtp,Addr=0.0.0.0, Name=MTA
and restart sendmail with /etc/init.d/sendmail reload.
Do a netstat -an | grep LISTEN and look for
tcp   0  0 0.0.0.0:25        0.0.0.0:*               LISTEN
- --
Andrew Mathews
- ---------------------------------------------------------------------
~ 10:40pm  up 5 days,  4:42, 12 users,  load average: 0.18, 0.21, 0.23
- ---------------------------------------------------------------------
Kiss me, Kate, we will be married o' Sunday.
		-- William Shakespeare, "The Taming of the Shrew"
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Using GnuPG with Netscape - http://enigmail.mozdev.org

iD8DBQE+xb5XidHQ0m/kEssRAsElAJ9pGZnyj71xZ/7MsxKi3tR8YNvmlQCdFCmw
gdCQosFctPnz/q6Bx5WOzDE=
=73FJ
-----END PGP SIGNATURE-----



More information about the Linux-users mailing list