my bad, forgot the sudo... i'm able to su - zimbra now..
i did a zmcontrol status and noted that all of the services have been stopped. i issued the restart command and they all came back up again, except for the mta which still has the 'stopped' status.
netstat -an indicated ports 25 and 110 as follows;
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:110 127.0.0.1:33205 TIME_WAIT
from the host, i performed telnet to port 12 and port 110 and they came up as follows;
zimbra@mailserver:~$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 mailserver.ourtelekom.net.sb ESMTP Exim 4.69 Thu, 18 Feb 2010 20:02:50 +1100
zimbra@mailserver:~$ telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
+OK POP3 ready
Any clues, further tests/checks i need to do?
Last edited by dru; 02-18-2010 at 01:09 AM..
|