Networking Forums

Networking Forums > Computer Networking > Linux Networking > SMTP port being blocked on Fedora 4.

Reply
Thread Tools Display Modes

SMTP port being blocked on Fedora 4.

 
 
Ken Tew
Guest
Posts: n/a

 
      01-26-2006, 05:52 AM

I'm trying to get the sendmail server working under Fedora 4, but the
SMTP port (tcp/25) is being blocked by something and I can't find what
is doing it.

I've turned off the iptables with no luck. And there isn't anything
in hosts.deny (or allow) .

On the local machine I can telnet to the port and get the proper smtp
greeting. So I know that is working. But trying from other machines
gets a connection refused.

I can ssh into the local machine from outside and even ping it without
the iptable rules active.

anyone have any ideas what else might be blocking the port?
I'm hoping I'm just missing something simple.

thanks

 
Reply With Quote
 
 
 
 
Paul Black
Guest
Posts: n/a

 
      01-26-2006, 06:02 AM
Ken Tew wrote:
> I'm trying to get the sendmail server working under Fedora 4, but the
> SMTP port (tcp/25) is being blocked by something and I can't find what
> is doing it.


The default configuration is that sendmail only listens on the loopback
address; in sendmail.mc:
dnl # The following causes sendmail to only listen on the IPv4 loopback
address
dnl # 127.0.0.1 and not on any other network devices. Remove the loopback
dnl # address restriction to accept email from the internet or intranet.
dnl #
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

Amend this and regenerate the sendmail.cf file.

Paul
 
Reply With Quote
 
Adam KOSA
Guest
Posts: n/a

 
      01-26-2006, 10:50 AM
Ken Tew wrote:
> I'm trying to get the sendmail server working under Fedora 4, but the
> SMTP port (tcp/25) is being blocked by something and I can't find what
> is doing it.
>


>
> anyone have any ideas what else might be blocking the port?
> I'm hoping I'm just missing something simple.
>


fuser -v -n tcp 25
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to tell if a port has been blocked? Jon Broadband 3 01-31-2008 08:57 PM
Port 25 blocked? jem777 Windows Networking 4 11-24-2005 01:01 PM
Blocked Port Old Ranger Wireless Networks 0 02-27-2005 05:41 PM
Port 25 is blocked Vania Lolham Linux Networking 1 02-24-2004 06:51 AM
Blocked 110 Port - error receiving smtp mail Britlyn Couch Windows Networking 1 08-19-2003 04:22 PM



1 2 3 4 5 6 7 8 9 10 11