[Dovecot] Dovecot + SASL + allow_nets
Hi,
When using dovecot for authentication of an SASL (postfix) request, i cannot use the allow_nets parameter. The IP-address of the requester is not known in dovecot.
I would like to allow sasl for certain users, others are not allowed to access via SASL. Some users can have access to imap and pop3 from certain IP-addresses.
How could i combine this in then dovecot configuration?
-- Best regards,
Marc
On Mon, 2007-12-03 at 14:36 +0100, Marc Cuypers wrote:
Since Postfix doesn't send the IP to Dovecot, there isn't anything on Dovecot's side you can do. You could try asking about this in Postfix list.. Someone at least had a patch which allowed sending local IP to Dovecot (http://marc.info/?t=119306971600010&r=1&w=2). Maybe it sends remote IP as well.
On 3.12.2007, at 17.39, Marc Cuypers wrote:
What do you mean by different authentication method? Also all of POP,
IMAP and SMTP use SASL actually, so I guess by SASL you mean Postfix?
http://wiki.dovecot.org/Sasl and http://wiki.dovecot.org/
Authentication/Mechanisms might be useful to read.
In any case if you want to add some IP checks to SMTP authentication,
there's no way to do that on Dovecot's side without changing Postfix.
On Mon, 2007-12-03 at 16:49 +0100, Marc Cuypers wrote:
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).
On Dec 3, 2007 7:36 AM, Marc Cuypers <m.cuypers@mgvd.be> wrote:
You can do this in postfix main.cf using the smtpd_sasl_exceptions_networks parameter. Normally this parameter lists networks *not* allowed to use AUTH, but you can exempt certain hosts by proceeding them with a "!". Note that order matters, here; exceptions must come before the static:all entry.
For example. to offer AUTH only to 192.0.2.0-192.0.2.255:
main.cf
smtpd_sasl_exceptions_networks = !192.0.2.0/24 static:all
See also http://www.postfix.org/postconf.5.html#smtpd_sasl_exceptions_networks Or for an alternative method: http://www.postfix.org/postconf.5.html#smtpd_discard_ehlo_keyword_address_ma...
-- Noel Jones
participants (3)
-
Marc Cuypers
-
Noel Jones
-
Timo Sirainen