Quote:
Originally Posted by tim brennan The server can't start because it cannot bind to tickus.com:7025 The most likely cause is another server on 7025, or a problem resolving "tickus.com" to a local interface. There are other problems (library problems, etc) that might cause this, but since you say it worked until recently, it's most likely one of those two.
Try this -- run these in a shell and post the output:
1) netstat -an | grep LISTEN | grep 7025
2) host tickus.com
3) /sbin/ifconfig |
I have checked many times to see if anything is using port 7025 and cant find anything. Im just baffled by this.
running #1 returns nothing. running #2 returns:
nick@mail:~/zcs$ host tickus.com
tickus.com has address 12.226.35.145
tickus.com mail is handled by 10 tickus.com.
nick@mail:~/zcs$ host mail.tickus.com
mail.tickus.com has address 192.168.1.103
mail.tickus.com mail is handled by 10 mail.tickus.com.
running #3 returns: Quote:
eth0 Link encap:Ethernet HWaddr 00:02:A5:EB:9E:84
inet addr:192.168.1.103 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::202:a5ff:feeb:9e84/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:28548 errors:0 dropped:0 overruns:0 frame:0
TX packets:20438 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5912727 (5.6 MiB) TX bytes:7564316 (7.2 MiB)
Interrupt:177
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:79401 errors:0 dropped:0 overruns:0 frame:0
TX packets:79401 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:28459613 (27.1 MiB) TX bytes:28459613 (27.1 MiB)
|
I also tried this and that didnt fix the problem either. The server seems to be recieving mail ok, its just I cant get into the interface.
Quote:
jholder:
Make sure you have a backup, and try rerunning the ./zmsetup.pl script.
|
Thanks Nick