netstat -an|grep :25
tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN

Scott

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Leo Huang
Sent: Wednesday, July 16, 2003 12:17 PM
To: [EMAIL PROTECTED]
Subject: Re: Postfix Mail Woes


netstat -an|grep ':25'

see whether it's listening on 127.0.0.1:25

Leo

Scott Antonivich wrote:

> I am not able to receive mail on my new server:
> 
> Connection refused (port 25)
> 
> I have my iptables configured with
> 
> -A RH-Lokkit-0-50-INPUT -p tcp -m tcp --dport 25 --syn -j ACCEPT
> 
> What else could I be missing?
> 
> BTW: I have telnet turned off...only am using ssh
> 
> 
> Scott
> 
> 


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to