I am new to Zimbra and I have read the manuals, but I must have missed something.
I need to set up a multi server environment, so I am going to set up a proxy server. For test purposes, I set up my first server with all possible options - including the proxy server. I cannot get pop3 or imap to work if I use the standard ports 110 and 143 (No I am not working with imap3 or pop3s - yet)
If I telnet to port 110 I get the following:
[root@zimbra1 ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK POP3 ready
user admin@mailwind.net
-ERR invalid command
quit
+OK
Connection closed by foreign host
Now I try port 7110
[root@zimbra1 ~]# telnet localhost 7110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK zimbra1.mailwind.net Zimbra POP3 server ready
user admin@mailwind.net
+OK hello admin@mailwind.net, please enter your password
pass testpassword
+OK server ready
list
+OK 12 messages
1 1649
2 5427
3 1650
4 5444
5 1639
6 5307
7 1650
8 6130
9 1650
10 6206
11 1650
12 1461
.
It seems to me that I have something wrong in the proxy configuration, but I have no idea where to turn from here.
Any advise would be greatly appreciated.
TIA