In the meantime that someone helps i have done:
Code:
zmprov ms fqdn.tld -zimbraServiceEnabled imapproxy
zmcontrol stop
Host xxxx.xxxx.xx
Stopping stats...Done
Stopping mta...Done
Stopping spell...Done
Stopping snmp...Done
Stopping archiving...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping mailbox...Done
Stopping logger...Done
Stopping ldap...Done
zmcontrol start
Host xxx.xxxx.xx
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done. so, imapproxy seems was not started;
now accessing admin gui, i see that imapproxy is up
But using netstat i see no service is listening on 110 and someone is on 7110:
Code:
netstat -anp|grep 110
tcp 0 0 :::7110 :::* LISTEN 4208/java
i tried to modify 7110 with 110 on POP3 server configuration but i get an error
Code:
Message: invalid request: port 110 conflict between zimbraPop3ProxyBindPort and zimbraPop3BindPort on server xxxx.xx.xx Error code: service.INVALID_REQUEST Method: ModifyServerRequest Details:soap:Sender
please, help me
-m