[NTLUG:Discuss] Can sendmail listen on multiple ports?

Rusty Haddock rusty at fe2o3.lonestar.org
Thu Nov 16 09:09:44 CST 2000


Randall Gibson wrote:
    >You may want to try editing /etc/services file to see if that will change
    >the port. You have to do a 'killall -HUP inetd'  if you change anything.

Nyet!!!  /etc/services is basically for the name/number translation for IP
port numbers.  It's presence and contents allows a user to do this:

    	telnet localhost smtp

without knowing that smtp is port 25.  You're probably thinking of
/etc/inetd.conf but what you suggest won't work since sendmail is
a daemon that's generally started on it's own, not by 'inetd(8)'. 
OK?  Cool!

	-Rusty-
-- 
   _____        Rusty Haddock  =  KD4WLZ  =  rusty at fe2o3.lonestar.org
|\/   o \   o
|   (  -<  O o   The day Microsoft makes something that doesn't suck
|/\__V__/           is the day they start making vacuum cleaners.



More information about the Discuss mailing list