pop3 proxy
Istvan Szukacs
leccine at gmail.com
Wed Sep 3 15:06:08 MSD 2008
Hi folks!
I am preparing a pop3 proxy with nginx and wondering if somebody could
help...
I have N hosts behind one firewall and I would like to reach the
external pop3 server through this proxy.
pop3 {
pop3_capabilities <http://wiki.codemongers.com/NginxMailCoreModule#pop3_capabilities> "TOP" "USER";
server <http://wiki.codemongers.com/NginxHttpCoreModule#server> {
listen <http://wiki.codemongers.com/NginxHttpCoreModule#listen> 110;
protocol <http://wiki.codemongers.com/NginxMailCoreModule#protocol> pop3;
proxy <http://wiki.codemongers.com/NginxMailProxyModule#proxy> on;
}
}
Where and how should i define the real pop3 server?
Regards,
Istvan
More information about the nginx
mailing list