I am planning to use nginx in front of our Traveler server.
I have installed a test envoirnment most recent nginx+CentOS6 & most recent IBM Domino/Traveler(different machine). Internet & proxy communicating on port 443. Proxy and Traveler on port 80.
The sync of mobile data accessing the Traveler directly works fine.
As soon as I switch on the proxy I can’t open mails with attachments/embedded objects on the mobile devices “mail has not been downloaded” (my translation of the german error message).
Plaintext mails still work.
Do you have an idea what could cause this error ? Or do I need to set a specific mime-type conversion/configuration on the proxy ?
proxy_redirect off; - Disable proxy for all!
proxy_connect_timeout 120;
proxy_send_timeout 120;
proxy_read_timeout 180;
proxy_set_header “User-Agent” $ua; - This is for outlook
}
P.S. If you want use outlook you need setting some tricks. Of course this is not official support) But some clients want outlook.