Bill (or whoever else is watching)-
Thanks for the instructions post. I believe I'm having the same issue:
Stopping mta...Done
Stopping spell...Done
Stopping snmp...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping mailbox...Done
Stopping logger...Done
Stopping ldap...Done
I followed your instructions:
./zmperditionctl stop
./tomcat start
However, Apache isn't listening on port 7071 to get to the Admin UI to disable imap/pop proxy. How can I get Apache to start listening to 7071 again so I can disable the proxies? Or....how can I disable the proxies at the commandline? Below is some output from our server. It looks to me like the AdminUI is binding to an IPv6 address.
zimbra@vodka:~/bin$ ./zmcontrol start
Host vodka.jmayfield.com
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting imapproxy...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
zimbra@vodka:~/bin$ ./zmperditionctl stop
Stopping imap4
Stopping imap4s
Stopping pop3
Stopping pop3s
zimbra@vodka:~/bin$ ./zmcontrol status
Host vodka.jmayfield.com
antispam Running
antivirus Running
imapproxy Stopped
imap4 is not running
imap4s is not running
pop3 is not running
pop3s is not running
ldap Running
logger Running
mailbox Stopped
tomcat is not running
mta Running
snmp Running
spell Running
zimbra@vodka:~/bin$ ./tomcat start
zimbra@vodka:~/bin$ ./zmcontrol status
Host vodka.jmayfield.com
antispam Running
antivirus Running
imapproxy Stopped
imap4 is not running
imap4s is not running
pop3 is not running
pop3s is not running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
zimbra@vodka:~/bin$ netstat -a
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 vodka.jmayfield.co:ldap *:* LISTEN
tcp 0 0 localhost:10024 *:* LISTEN
tcp 0 0 localhost:10025 *:* LISTEN
tcp 0 0 localhost:7306 *:* LISTEN
tcp 0 0 localhost:7307 *:* LISTEN
tcp 0 0 *:3310 *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 vodka.jmayfield.c:41121 vodka.jmayfield.co:ldap ESTABLISHED
tcp 0 0 vodka.jmayfield.co:ldap vodka.jmayfield.c:41121 ESTABLISHED
tcp 0 0 vodka.jmayfield.co:ldap vodka.jmayfield.c:41157 ESTABLISHED
tcp 0 0 vodka.jmayfield.co:ldap vodka.jmayfield.c:41158 ESTABLISHED
tcp 0 0 localhost:7306 localhost:56301 ESTABLISHED
tcp6 0 0 *:imaps *:* LISTEN
tcp6 0 0 *

op3s *:* LISTEN
tcp6 0 0 *:7780 *:* LISTEN
tcp6 0 0 *

op3 *:* LISTEN
tcp6 0 0 *:imap2 *:* LISTEN
tcp6 0 0 *:www *:* LISTEN
tcp6 0 0 *:7025 *:* LISTEN
tcp6 0 0 *:ssh *:* LISTEN
tcp6 0 0 *:7035 *:* LISTEN
tcp6 0 0 *:7071 *:* LISTEN
Many thanks for any assistance....
John