Re: [Dovecot] Dovecot for POP3S proxying
Dovecot is installed but actually I just use auth module (for postfix authentication).
In your dovecot.conf example, I don't see the "proxy" command ?
Could you give me a few more details on the "proxy" command usage (ExtraFields/Proxy is not clear for me)?
Regards
-----Message d'origine----- From: David Jonas Sent: Thursday, May 03, 2012 8:04 PM To: Gilles Albusac Subject: Re: [Dovecot] Dovecot for POP3S proxying
On Thu May 3 05:14:40 2012, Gilles Albusac wrote:
If you already have dovecot running in proxy mode it's easy to add pop3s. If not, see http://wiki2.dovecot.org/PasswordDatabase/ExtraFields/Proxy
See http://wiki2.dovecot.org/Services search the page for pop3s. A simple example:
ssl = yes ssl_cert = </etc/dovecot/dovecot.pem ssl_key = </etc/dovecot/dovecot.pem
service pop3-login { inet_listener pop3 { port = 110 } inet_listener pop3s { port = 995 ssl = yes } }
Of course there is a lot more SSL tuning that can be done: http://wiki2.dovecot.org/SSL/DovecotConfiguration
On 4.5.2012, at 9.33, Gilles Albusac wrote:
Dovecot is installed but actually I just use auth module (for postfix authentication).
In your dovecot.conf example, I don't see the "proxy" command ?
The proxying is enabled by having the passdb lookup return a "proxy" extra field. What passdb are you planning on using?
So, what you need is to first make authentication with LDAP work, and then add the proxying fields:
pass_attrs =
=proxy=y, =host=exchange-ip, ..any other fields required for auth..
On 5.5.2012, at 11.51, Gilles ALBUSAC wrote:
It works. Thanks a lot.
Regards
-----Message d'origine----- From: Timo Sirainen Sent: Sunday, May 06, 2012 5:46 AM To: Gilles ALBUSAC Cc: Dovecot Mailing List Subject: Re: [Dovecot] Dovecot for POP3S proxying
So, what you need is to first make authentication with LDAP work, and then add the proxying fields:
pass_attrs =
=proxy=y, =host=exchange-ip, ..any other fields required for auth..
On 5.5.2012, at 11.51, Gilles ALBUSAC wrote:
participants (3)
-
Gilles Albusac
-
Gilles ALBUSAC
-
Timo Sirainen