Hi First,
Thanks for your reply. That was really helpful. Right now I am facing issue with sending mails through outlook.
My proxy configuration is as below :
################################################## ##
Configuration of smtp1, mail1 and mail2 (For time being I kept smtp2 disconnected from this setup so only smtp1 is active.)
]$ zmprov gs `zmhostname` | grep -i port
zimbraAdminPort: 7071
zimbraBackupReportEmailSubjectPrefix: ZCS Backup Report
zimbraImapBindPort: 143
zimbraImapProxyBindPort: 7143
zimbraImapSSLBindPort: 993
zimbraImapSSLProxyBindPort: 7993
zimbraLmtpBindPort: 7025
zimbraMailPort: 8100
zimbraMailProxyPort: 80
zimbraMailSSLPort: 443
zimbraMailSSLProxyPort: 8443
zimbraMemcachedBindPort: 11211
zimbraNotifyBindPort: 7035
zimbraNotifySSLBindPort: 7036
zimbraPop3BindPort: 110
zimbraPop3ProxyBindPort: 7110
zimbraPop3SSLBindPort: 995
zimbraPop3SSLProxyBindPort: 7995
zimbraRemoteManagementPort: 22
zimbraSmtpPort: 25
]$ zmprov gcf zimbraPublicServiceHostname
zimbraPublicServiceHostname: mail1.example.com
]$ zmprov gcf zimbraPublicServiceProtocol
zimbraPublicServiceProtocol: http
]$ zmprov gcf zimbraPublicServicePort
zimbraPublicServicePort: 80
Configuration at Mail1 and Mail2 :
]$ zmprov gs `zmhostname` | grep -i smtp
zimbraSmtpHostname: smtp1.example.com
zimbraSmtpPort: 25
zimbraSmtpSendPartial: FALSE
zimbraSmtpTimeout: 60
Global Setting under Admin console :
Web Mail MTA Hostname : smtp1.example.com
################################################## #############
I have created below accounts on mail1 and mail2 servers :
on mail1.exmpale.com :
abc@test1.com
On mail2.example.com :
cde@test2.com
################################################## ##
Now, I am able to access my admin console and webmail as below :
https://mail1.example.com:7071
http://mail1.example.com:8100
And I configure, Outlook with below configuration :
Incoming mail server : mail1.exmaple.com
Outgoing mail server : smtp1.example.com
Imap port : 993
POP3 port : 995
SMTP port : 465
################################################## ##
But I am facing below issues now :
1. When I login with
abc@test1.com through webmail (
http://mail1.exmaple.com:8100 ), I am able to do mail communication without any issue.
When I login through cde@test2.com through same URl, mail communication is wokring fine but not able to see folder hierarchy at left hand side .
2. When I login with
abc@test1.com through outlook with above mentioned ports and server configuration, I am able to do mail communication without any issue.
But when I login through
cde@test2.com through outlook with same mentioned ports and server configuration, I am not able to login and getting below error message :
"There was a problem logging onto your mail server. Your Password was rejected. Account: 'mail1.exmaple.com', Server: 'mail1.exmaple.com', Protocol: POP3, Server Response: '-ERR operation sent to wrong host (you want 'mail2.exmaple.com')', Port: 995, Secure(SSL): Yes, Server Error: 0x800CCC90, Error Number: 0x800CCC92"
So its seem proxy not able to redirect 995 traffic to mail2.exmaple.com. Is there any misconfiguration in my setup ? or is there anything else I need to do for IMAP / POP proxy ? Why webmail is not showing folder hierarchy...Please guide ...
Thanks