LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 03-30-2009, 01:45 PM   #1
advolente
LQ Newbie
 
Registered: Mar 2009
Posts: 9

Rep: Reputation: 0
ERROR: connect to mail.*******.com[*.*.*.*]:25: Connection refused


Postfix is set to listen on all interfaces with port 4011 yet I'm still getting this error saying connection refused on port 25. I'm at wits end and have been messing with this for nearly a week. Can anyone familiar with postfix or linux email servers point me in the right direction here?

netstat output

Code:
[root@******* postfix]# netstat -tnap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name   
tcp        0      0 0.0.0.0:2049                0.0.0.0:*                   LISTEN      -                   
tcp        0      0 0.0.0.0:3306                0.0.0.0:*                   LISTEN      2557/mysqld         
tcp        0      0 0.0.0.0:4011                0.0.0.0:*                   LISTEN      9644/master         
tcp        0      0 0.0.0.0:875                 0.0.0.0:*                   LISTEN      2447/rpc.rquotad    
tcp        0      0 0.0.0.0:111                 0.0.0.0:*                   LISTEN      2015/rpcbind        
tcp        0      0 0.0.0.0:6000                0.0.0.0:*                   LISTEN      3253/X              
tcp        0      0 0.0.0.0:10000               0.0.0.0:*                   LISTEN      2684/perl           
tcp        0      0 192.168.1.2:53              0.0.0.0:*                   LISTEN      2315/named          
tcp        0      0 127.0.0.1:53                0.0.0.0:*                   LISTEN      2315/named          
tcp        0      0 0.0.0.0:22                  0.0.0.0:*                   LISTEN      2359/sshd           
tcp        0      0 127.0.0.1:631               0.0.0.0:*                   LISTEN      2664/cupsd          
tcp        0      0 0.0.0.0:44183               0.0.0.0:*                   LISTEN      -                   
tcp        0      0 127.0.0.1:953               0.0.0.0:*                   LISTEN      2315/named          
tcp        0      0 0.0.0.0:51513               0.0.0.0:*                   LISTEN      2028/rpc.statd      
tcp        0      0 0.0.0.0:47646               0.0.0.0:*                   LISTEN      2462/rpc.mountd     
tcp        0      0 127.0.0.1:10000             127.0.0.1:35059             TIME_WAIT   -                   
tcp        0      0 127.0.0.1:10000             127.0.0.1:35063             TIME_WAIT   -                   
tcp        0      0 127.0.0.1:10000             127.0.0.1:35062             TIME_WAIT   -                   
tcp        0      0 127.0.0.1:10000             127.0.0.1:35061             TIME_WAIT   -                   
tcp        0      0 127.0.0.1:10000             127.0.0.1:35058             TIME_WAIT   -                   
tcp        0      0 127.0.0.1:10000             127.0.0.1:35064             TIME_WAIT   -                   
tcp        0      0 127.0.0.1:10000             127.0.0.1:35060             TIME_WAIT   -                   
tcp        0      0 :::111                      :::*                        LISTEN      2015/rpcbind        
tcp        0      0 :::6000                     :::*                        LISTEN      3253/X              
tcp        0      0 :::80                       :::*                        LISTEN      2620/httpd          
tcp        0      0 :::22                       :::*                        LISTEN      2359/sshd           
tcp        0      0 ::1:953                     :::*                        LISTEN      2315/named
Anything else you need please let me know i'll post immediatley

thank you for any help

ken
 
Old 03-30-2009, 01:52 PM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Postfix is set to listen on all interfaces with port 4011 yet I'm still getting this error saying connection refused on port 25
what if you set postfix to listen on port 25?
is postfix running?
 
Old 03-30-2009, 02:13 PM   #3
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
This is basically a duplicate of your other post, or a continuation of the same problem.. No clue why you started a new thread.
http://www.linuxquestions.org/questi...ion...-715349/

If you are listening on Port 4011, why would you expect to be able to connect to it on port 25 ?
Postfix is not listening on port 25 so that response would be correct.

I still think the resolution, already provided in your other thread, would resolve your issue.
 
Old 03-30-2009, 09:53 PM   #4
advolente
LQ Newbie
 
Registered: Mar 2009
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by farslayer View Post
This is basically a duplicate of your other post, or a continuation of the same problem.. No clue why you started a new thread.
http://www.linuxquestions.org/questi...ion...-715349/

If you are listening on Port 4011, why would you expect to be able to connect to it on port 25 ?
Postfix is not listening on port 25 so that response would be correct.

I still think the resolution, already provided in your other thread, would resolve your issue.
Please close this thread. I reposted here because I thought it was a more appropriate forum for my problem. Please visit first thread if you have any help to give, as the issue is still unresolved. Thank you.
 
Old 03-30-2009, 09:59 PM   #5
advolente
LQ Newbie
 
Registered: Mar 2009
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by farslayer View Post
This is basically a duplicate of your other post, or a continuation of the same problem.. No clue why you started a new thread.
http://www.linuxquestions.org/questi...ion...-715349/

If you are listening on Port 4011, why would you expect to be able to connect to it on port 25 ?
Postfix is not listening on port 25 so that response would be correct.

I still think the resolution, already provided in your other thread, would resolve your issue.
Please close this thread. I reposted here because I thought it was a more appropriate forum for my problem.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
rdesktop stopped working - ERROR: connect: Connection refused donraja Linux - Software 6 02-26-2008 07:39 PM
ftp:connect:connection refused shihuien Linux - Server 2 11-21-2007 06:33 AM
DNS problem rndc: connect failed connection refused error suchi Linux - Networking 14 05-27-2007 11:51 AM
ftp: connect: Connection refused dn7 Linux - Software 1 09-01-2004 05:51 PM
connection refused - mail j-me Linux - Newbie 15 09-18-2003 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 11:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration