Quote:
Originally Posted by phoenix It would help if you posted some details from the log files on why zmmailboxd isn't starting. This thread is remarkably light on any details that would help you fix the problem. Which version of Zimbra are you currently using? |
Here is the background on why the zmmailboxctl service was down.
I was enable ProxyServer for imap and pop3 via the GUI administrator.
After the services was enable, pop3 and imap was working fine.
However, when I run the zmcontrol stop and zmcontrol start the zmmailboxctl
will not run any more. I searched and found a few documents on how to undo
it but the zmmailboxctl will not run after that.
This is one of the command and many others that I had tried.
zmprov -l ms `zimbrahostname` -zimbraServiceEnabled imapproxy
Here is the log file:
*******begin of log file**********
0 INFO [main] log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via org.mortbay.log.Slf4jLog
Zimbra server reserving server socket port=1110 bindaddr=209.255.8.132 ssl=false
Fatal error: exception while binding to ports
java.net.BindException: Cannot assign requested address
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.PlainSocketImpl.bind(PlainSocketImpl.java :359)
at java.net.ServerSocket.bind(ServerSocket.java:319)
at com.zimbra.common.util.NetUtil.newBoundServerSocke t(NetUtil.java:99)
at com.zimbra.common.util.NetUtil.bindServerSocket(Ne tUtil.java:122)
at com.zimbra.common.util.NetUtil.bindTcpServerSocket (NetUtil.java:47)
at com.zimbra.common.handlers.PrivilegedHandler.openP orts(PrivilegedHandler.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mortbay.xml.XmlConfiguration.call(XmlConfigura tion.java:534)
at org.mortbay.xml.XmlConfiguration.configure(XmlConf iguration.java:244)
at org.mortbay.xml.XmlConfiguration.configure(XmlConf iguration.java:206)
at org.mortbay.xml.XmlConfiguration.main(XmlConfigura tion.java:968)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mortbay.start.Main.invokeMain(Main.java:183)
at org.mortbay.start.Main.start(Main.java:497)
at org.mortbay.start.Main.main(Main.java:115)
************end of log file***********************
How can I modify this IP address bindaddr=209.255.8.132 entry? or get rid of this option completely?
What is the syntax to modify this?
This is the NAT external IP address that is why it not able to bind to anything because a NAT IP address
that use by the Firewall. Mail server using an internal IP address of 192.168.0.132
Thank you.
Y