Hi everyone, I'm now using nginx in setting up a proxying mail system in my company. The model is as below: Mail client <=========> Nginx proxy <===========> Mail server The stream between mail client and nginx is non-ssl connection (includes smtp and pop3 stream), whereas the stream between nginx and mail server uses ssl. The reason I use this model is that: I want to create a neutral node that can modify the emails before being delivered to mail server or client. However, I'm still stuck on the configuration of nginx to implement this model. So if you have any idea about how to configure this system as well as it's possibility with nginx, please help me. I'm still a newbie to this field, so if this is a dump question, please forgive for my awkwardness. Thank you very much! Btw: I also referenced to the question of kgoj at : http://forum.nginx.org/read.php?2,126528,126528#msg-126528. However, his model is contrasted with my model and I haven't found any idea yet! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236390,236390#msg-236390
on 2013-02-20 18:02
on 2013-02-22 09:34
Hello! On Wed, Feb 20, 2013 at 12:02:04PM -0500, huynq wrote: > However, I'm still stuck on the configuration of nginx to implement this > model. So if you have any idea about how to configure this system as well as > it's possibility with nginx, please help me. nginx doesn't support talking to mail backends via ssl. -- Maxim Dounin http://nginx.com/support.html
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.