What is a popular/good POP3/IMAP proxy? that is suitable for CentOS4.3
Regards
Peter
Am Mo, den 20.03.2006 schrieb Peter Kitchener um 4:33:
What is a popular/good POP3/IMAP proxy? that is suitable for CentOS4.3
Peter
Perdition
Alexander
Quoting Alexander Dalloz ad+lists@uni-x.org:
Am Mo, den 20.03.2006 schrieb Peter Kitchener um 4:33:
What is a popular/good POP3/IMAP proxy? that is suitable for CentOS4.3
Peter
Perdition
There's also IMAP proxy as part of Horde project (available only from CVS). http://www.horde.org/.
Both have pros and cons. Perdition does PO3, IMAP4, supports TLS and can proxy connections to different servers based on username.
Horde IMAP proxy does only IMAP4, no TLS (you can emulate it using stunnel), however it can cache connections, making it very suitable for use with webmail applications (it will reduce load on the real IMAP server significantly, since connection between proxy and real IMAP server is preserved between page loads).
On Mon, 2006-03-20 at 10:32, Aleksandar Milivojevic wrote:
What is a popular/good POP3/IMAP proxy? that is suitable for CentOS4.3
Peter
Perdition
There's also IMAP proxy as part of Horde project (available only from CVS). http://www.horde.org/.
Both have pros and cons. Perdition does PO3, IMAP4, supports TLS and can proxy connections to different servers based on username.
What is it you expect the proxy to do? You can use xinetd's 'redirect' feature to act as a proxy for about any tcp connection without needing to know details of the protocol. It should work fine for pop or imap. Or you can use stunnel to accept an ssl connection and proxy to the unencrypted service. This will also work with most mail clients.
We would like something that acts like httpd does with its reverse proxy. i.e. so we don't have to have our mail server sitting directly on the internet.
Peter Les Mikesell wrote:
On Mon, 2006-03-20 at 10:32, Aleksandar Milivojevic wrote:
What is a popular/good POP3/IMAP proxy? that is suitable for CentOS4.3
Peter
Perdition
There's also IMAP proxy as part of Horde project (available only from CVS). http://www.horde.org/.
Both have pros and cons. Perdition does PO3, IMAP4, supports TLS and can proxy connections to different servers based on username.
What is it you expect the proxy to do? You can use xinetd's 'redirect' feature to act as a proxy for about any tcp connection without needing to know details of the protocol. It should work fine for pop or imap. Or you can use stunnel to accept an ssl connection and proxy to the unencrypted service. This will also work with most mail clients.
On Mon, 2006-03-20 at 16:53, Peter Kitchener wrote:
We would like something that acts like httpd does with its reverse proxy. i.e. so we don't have to have our mail server sitting directly on the internet.
If you can get your users to configure ssl (a checkbox option on most mailers these days), I'd go with stunnel so the internet side is encrypted. If you plan to accept mail from roaming internet users you'll also need to set up smtp authentication which means either letting the 'outside' box have access to the passwords or also using stunnel to pass the connections through to the inside server.
Am Mo, den 20.03.2006 schrieb Aleksandar Milivojevic um 17:32:
There's also IMAP proxy as part of Horde project (available only from CVS). http://www.horde.org/.
http://centos.karan.org/el4/extras/stable/i386/RPMS/repodata/repoview/up-ima...
http://www.invoca.ch/pub/packages/imapproxy/
Both have pros and cons. Perdition does PO3, IMAP4, supports TLS and can proxy connections to different servers based on username.
http://www.invoca.ch/pub/packages/perdition/
The required vanessa_* packages are available there too.
(I run it on CentOS 4.2 x86_64)
As said by Aleksandar and Les, opting for one depends on the goal(s) you have for using a POP3/IMAP proxy.
Alexander