Hello,
I have done two installations of Carbonio CE. All of them on Ubuntu 22.04 LTS via automated bash script available in documentation.
Everything works perfectly, apart from downloading attachments from webgui, while they are downloadable from Email Client (Outlook, Thunderbird). I can see that browser does a redirection to port 8443, but the server is not listening on port 8443. (netstat -tulpn | grep 8443 gives blank output)
Has any of you had a problem like this? Thanks in advance 🙂
Kind regards!
Perhaps by understanding the theory of operation of the carbon proxy you can find the answer to the problem, however in the following link you will find some configurations that can solve the problem.
https://community.zextras.com/everything-you-need-to-know-about-carbonio-proxy-carbonio-ce/
Guys, if any of you got this problem in the future, you can try this:
zmprov ms `zmhostname` zimbraReverseProxyMailMode redirect zmprov mcf zimbraMailMode mixed zmprov ms `zmhostname` zimbraMailMode mixed
to be honest, I cannot tell which of these settings made my attachments work but problems are gone since zmcontrol restart right after them 😉Â