| View previous topic :: View next topic |
| Author |
Message |
dellthinker
Joined: 19 Jun 2008 Posts: 2
|
Posted: Thu Jun 19, 2008 8:52 pm Post subject: Qmail not co operating |
|
|
Hi all, im doing a QMail installation and so far it went well from what i've read here. However when i do simple tests to see if the mail server is running or not i get this.
| Code: |
server:~# qmailctl stat
/service/qmail-send: up (pid 27357) 0 seconds
/service/qmail-send/log: up (pid 17240) 1684 seconds
/service/qmail-smtpd: up (pid 27354) 0 seconds
/service/qmail-smtpd/log: up (pid 17245) 1684 seconds
messages in queue: 0
messages in queue but not yet preprocessed: 0
|
So far so good right? Look further...
Where is the listening port?
Back on the server....
| Quote: |
server:~# netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 10.23.2.37:55555 *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 10.23.2.37:www *:* LISTEN
tcp 0 0 10.23.2.37:18320 *:* LISTEN
tcp 0 0 *:33968 *:* LISTEN
tcp 0 0 *:auth *:* LISTEN
tcp 0 0 10.23.2.37:10323 *:* LISTEN
tcp 0 0 *:ftp *:* LISTEN
tcp 0 0 localhost:smtp *:* LISTEN <--- Why isnt it showing else where?
|
So when i saw that i figured, maybe its just hiding. Until i tried the following....
| Quote: |
[user@computer]$ telnet 10.23.2.37 25
Trying 10.23.2.37...
telnet: connect to address 10.23.2.37: Connection refused
|
Whats going on??? That tutorial lasted about a good hour or two(slept between installation) and now i dont have a working email server?! Ugh!
One more thing.
This is the output from /var/log/qmial/smtpd/current file...
| Code: |
@400000004859396e1c6d0404 tcpserver: fatal: unable to bind: address already used
@400000004859396f1ecf718c tcpserver: fatal: unable to bind: address already used
@4000000048593970212d4364 tcpserver: fatal: unable to bind: address already used
@4000000048593971238e3dd4 tcpserver: fatal: unable to bind: address already used
@400000004859397225f790fc tcpserver: fatal: unable to bind: address already used
@400000004859397328b87a04 tcpserver: fatal: unable to bind: address already used
@400000004859397429fcc58c tcpserver: fatal: unable to bind: address already used
@40000000485939752c5e5084 tcpserver: fatal: unable to bind: address already used
@40000000485939762ec10c2c tcpserver: fatal: unable to bind: address already used
@40000000485939773129887c tcpserver: fatal: unable to bind: address already used
|
Could that be part of the reason why its not working? Help! Im completely lost :confused:
Thanx in advance! |
|
| Back to top |
|
 |
dellthinker
Joined: 19 Jun 2008 Posts: 2
|
Posted: Fri Jun 20, 2008 3:45 pm Post subject: |
|
|
Solved, there was another service running on port 25
Just simply killed that pid and qmail binded to 25 and runs  |
|
| Back to top |
|
 |
|