On Wed, 2007-12-05 at 15:23 +0100, Marc Cuypers wrote:
Timo Sirainen schreef:
On Mon, 2007-12-03 at 16:49 +0100, Marc Cuypers wrote:
What i meant was, is there a way to: IMAP/POP3: authenticate with dovecot and checking for allow_nets SASL (postfix): authenticate with dovecot without the checking for allow_nets (just another pass_attrs)
Hmm. There's no easy way with LDAP. You'd need to either run a separate Dovecot installation with a different config file, or alternatively have separate accounts in LDAP for SMTP and non-SMTP (where only non-SMTP has allow_nets).
In the configuration file there is a section 'auth default { }'. Is it possible to have another section like 'auth smtp { }' where i declare the client socket for postfix?
It's possible to create such section, but it doesn't do what you want. I'm planning on fixing this for v2.0.