Click to See Complete Forum and Search --> : Simple Sendmail/SMTP Question


ckevin
06-17-2001, 04:16 AM
I am using RH7.1 with Sendmail 8.9.2 and my server name is server.227media.com.

I want the Port 25 is listened by all hostname, not only server.227media.com. Thus, when I done " netstat -vat ", I can get:

tcp 0 0 *:smtp *:* LISTEN

and NOT

tcp 0 0 server.227media.com:smtp *:* LISTEN

Can anyone suggest me how to do that?

Thanks very much,

Kevin

ckevin
06-17-2001, 11:51 AM
Actually, the problem is my Sendmail can't "Relay" the required domains and store messages in server, but I can telnet to the port 25 and see the Sendmail Message without problem.

I have added a number of domains to be "local domain" so they should be relayed.

Thanks,

Kevin

ckevin
06-17-2001, 11:00 PM
oh, i got it now

RH7.1 change the rule of Sendmail (http://www.sendmail.org/faq/section5.html#5.3.3)

RedHat Help (http://www.redhat.com/support/docs/gotchas/7.1/gotchas-71.html)