[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Sendmail question



/etc/hosts.allow and /etc/hosts.deny
Are both empty..

Contents of /etc/sysconfig/ipchains :
:input ACCEPT
:forward ACCEPT
:output ACCEPT
-A input -s 0/0 -d 0/0 22 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 25 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 80 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 21 -p tcp -y -j ACCEPT
-A input -s 0/0 -d 0/0 -i lo -j ACCEPT
-A input -s 0/0 -d 0/0 -i eth0 -j ACCEPT
-A input -p tcp -s 0/0 -d 0/0 0:1023 -y -j REJECT
-A input -p tcp -s 0/0 -d 0/0 2049 -y -j REJECT
-A input -p udp -s 0/0 -d 0/0 0:1023 -j REJECT
-A input -p udp -s 0/0 -d 0/0 2049 -j REJECT
-A input -p tcp -s 0/0 -d 0/0 6000:6009 -y -j REJECT
-A input -p tcp -s 0/0 -d 0/0 7100 -y -j REJECT

On Monday, December 10, 2001, at 10:55 AM, Flood Randy Capt AFCA/TCAA wrote:

>
> 1.
>
> Look in /etc/hosts.allow and /etc/hosts.deny
>
> Make sure hosts other than 127.0.0.1 are allowed to connect.
>
> 2.  Do you have ipchains, or iptables running?
>
> (Did you set up the firewall during the setup?)
>
> If so, then you must allow other machines to connect to port 25 on your
> machine for it to work.
>
>
> -----Original Message-----
> From: David A. Glass [mailto:davglass@mac.com]
> Sent: Monday, December 10, 2001 10:50 AM
> To: silug-discuss@silug.org
> Subject: Sendmail question
>
>
> I hav a newly installed Redhat 7.1 server.
> Everything seems ok except sendmail
>
> when I do a netstat -l I get
>
> localhost:smtp
>
> if I telnet to localhost 25 I get the sendmail prompt
> but if I telnet to servername 25 I get connection refused.
>
> It's like the service is binded to the localhost..
>
> how do I change this.. I have never seen this as a default install..
>
Dav Glass
davglass@mac.com
>
>
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.
>
> To unsubscribe, send email to majordomo@silug.org with
> "unsubscribe silug-discuss" in the body.


To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.