Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Nov 09, 2004 11:17 am 
Offline

Joined: Tue Nov 09, 2004 11:12 am
Posts: 1
Website: http://www.calligan.name
AOL: kecalli
Location: Baltimore, MD
Was wondering if port 25 is disabled for some reason on my account or if this is just the default. I can connect to port 25 locally but not from anywhere else. This is a fresh-install of the O/S and there is nothing loaded in iptables/ipchains.

Thanks,

KeCalli


Top
   
 Post subject:
PostPosted: Tue Nov 09, 2004 11:38 am 
Offline
Senior Member
User avatar

Joined: Fri Aug 15, 2003 2:15 pm
Posts: 111
Website: http://fubegra.net/
Most distributions these days configure the MTA to only listen to the loopback interface (127.0.0.1) by default. If you're running Sendmail on Fedora Core, you will want to comment out ("dnl") the line in /etc/mail/sendmail.mc that says:
Code:
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl


After editing sendmail.mc you should cd to /etc/mail and run make to rebuild sendmail.cf, and then use service sendmail restart or /etc/init.d/sendmail restart to restart sendmail.

Note: if you are going to use your system as an outbound mail server, you should enable TLS and SMTP AUTH on ports 587 and/or 465. You don't want to run an open relay.

_________________
Bus error (passengers dumped)


Top
   
 Post subject:
PostPosted: Tue Nov 09, 2004 11:49 am 
Offline
Junior Member

Joined: Wed Jul 21, 2004 5:15 pm
Posts: 25
I am using pop-before-smtp and it workes like a dream...


Top
   
 Post subject:
PostPosted: Tue Nov 09, 2004 3:44 pm 
Offline
Senior Member

Joined: Wed Aug 13, 2003 10:24 am
Posts: 55
xiopher wrote:
I am using pop-before-smtp and it workes like a dream...

Be aware that this isn't secure with vanilla POP. POP authenticates in the clear, so your username and password are easily sniffed. If that happens, not only is your mail compromised, but also your server can relay spam. It's better than an open relay but is still vulnerable.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group