View Single Post
  #14 (permalink)  
Old 11-03-2006, 07:30 AM
jamesjr555 jamesjr555 is offline
Active Member
 
Posts: 28
Unhappy

thanks phoenix

Quote:
Originally Posted by phoenix
You could try removing zimbra from the system by running './install.sh -u' that will completely remove all of the /opt/zimbar directory.
i uninstalled zimbra using ./install.sh -u

Quote:
Originally Posted by phoenix
Then check for any runnimng zimbra services and kill them.
i found that non of the zimbra services are running :

[root@zmail ~]# ps
PID TTY TIME CMD
8447 pts/3 00:00:00 su
8451 pts/3 00:00:00 bash
20217 pts/3 00:00:00 ps
[root@zmail ~]#

Quote:
Originally Posted by phoenix
When you've done that see if there's anything running on the ports that you have a conflict with ie 'telnet yourserver 443' - see what that shows.
for this i got the following result. i think the ports are not in use
[root@zmail ~]# telnet zmail.no-ip.info 80
Trying xx.xx.xx.xx..
Connected to zmail.no-ip.info (xx.xx.xx.xx).
Escape character is '^]'.
Connection closed by foreign host.

[root@zmail ~]# telnet zmail.no-ip.info 443
Trying xx.xx.xx.xx...
Connected to zmail.no-ip.info (xx.xx.xx.xx).
Escape character is '^]'.
Connection closed by foreign host.

then i checked for this
[root@zmail ~]# netstat -na
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:38644 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:23 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:5335 0.0.0.0:* LISTEN
tcp 0 0 :::80 :::* LISTEN
tcp 0 0 :::22 :::* LISTEN
tcp 0 0 :::443 :::* LISTEN
udp 0 0 0.0.0.0:32768 0.0.0.0:*
udp 0 0 0.0.0.0:694 0.0.0.0:*
udp 0 0 0.0.0.0:5353 0.0.0.0:*

i still unable to find the solution, plz reply me soon.
thanks
jamesjr
Reply With Quote