Quote:
|
Originally Posted by bobby what do you get for "host srv.domain.com"? are you trying to connect to the server from outside the lan?
what is the output of this also:
su - zimbra
sh -x ~/bin/zmmailboxctl status |
I'm actually trying to access the web admin console from my laptop to my server from inside the LAN. (srv.domain.com)
The output that i get by typing sh -x ~/bin/zmmailboxctl status is :
[zimbra@srv etc]$ sh -x ~/bin/zmmailboxctl status
+ BASE=/opt/zimbra
+ SCRIPTS='zmmtaconfigctl tomcat mysql.server'
+ STATUS=0
+ case "$1" in
+ for i in '$SCRIPTS'
+ '[' zmmtaconfigctl = mysql.server ']'
+ /opt/zimbra/bin/zmmtaconfigctl status
+ R=0
+ '[' 0 -ne 0 ']'
+ for i in '$SCRIPTS'
+ '[' tomcat = mysql.server ']'
+ /opt/zimbra/bin/tomcat status
+ R=1
+ '[' 1 -ne 0 ']'
+ STATUS=1
+ for i in '$SCRIPTS'
+ '[' mysql.server = mysql.server ']'
+ /opt/zimbra/bin/mysqladmin status
+ R=0
+ '[' 0 -ne 0 ']'
+ exit 1
I'm still stuck as to why i can't access the admin panel.