Quote:
Originally Posted by phoenix In addition to the comments from bdial, you should never install the proxy on a single server as it will cause you problems. Installing it will also be a waste of resources on a single server. |
That answer I was looking for, as a priority for me is performance.
I turned off proxy and memcached by commands:
zmprov ms domain.com -zimbraServiceEnabled memcached
zmprov ms domain.com -zimbraServiceEnabled imapproxy
restart zimbra and when I check working ports on my server I've got:
Active Internet connections (only servers)
Code:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.1:60000 0.0.0.0:* LISTEN 3286/socket --inet=
tcp 0 0 188.40.87.200:389 0.0.0.0:* LISTEN 27119/slapd
tcp 0 0 127.0.0.1:10663 0.0.0.0:* LISTEN 28975/zmlogger: zmr
tcp 0 0 127.0.0.1:10024 0.0.0.0:* LISTEN 669/amavisd (virgin
tcp 0 0 127.0.0.1:10025 0.0.0.0:* LISTEN 1872/master
tcp 0 0 127.0.0.1:7306 0.0.0.0:* LISTEN 29081/mysqld
tcp 0 0 0.0.0.0:587 0.0.0.0:* LISTEN 1872/master
tcp 0 0 127.0.0.1:3310 0.0.0.0:* LISTEN 381/clamd
tcp 0 0 0.0.0.0:465 0.0.0.0:* LISTEN 1872/master
tcp 0 0 0.0.0.0:11027 0.0.0.0:* LISTEN 16270/xinetd
tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 6062/vsftpd
tcp 0 0 0.0.0.0:25 0.0.0.0:* LISTEN 1872/master
tcp 0 0 :::7072 :::* LISTEN 32602/java
tcp 0 0 :::7777 :::* LISTEN 32602/java
tcp 0 0 :::993 :::* LISTEN 32602/java
tcp 0 0 :::995 :::* LISTEN 32602/java
tcp 0 0 :::7780 :::* LISTEN 399/httpd
tcp 0 0 :::5222 :::* LISTEN 32602/java
tcp 0 0 :::5223 :::* LISTEN 32602/java
tcp 0 0 :::7335 :::* LISTEN 32602/java
tcp 0 0 :::110 :::* LISTEN 32602/java
tcp 0 0 :::143 :::* LISTEN 32602/java
tcp 0 0 :::47184 :::* LISTEN 24587/sshd
tcp 0 0 :::80 :::* LISTEN 2539/httpd
tcp 0 0 :::7025 :::* LISTEN 32602/java
tcp 0 0 :::5269 :::* LISTEN 32602/java
tcp 0 0 :::443 :::* LISTEN 32602/java
tcp 0 0 :::10015 :::* LISTEN 32602/java
tcp 0 0 :::7071 :::* LISTEN 32602/java
is this correct for now ?