9 Aug
2010
9 Aug
'10
6:18 p.m.
On Mon, 2010-08-09 at 10:55 -0400, Phil Howard wrote:
Is there a feature or plugin to restrict access to IMAP/POP service by the domain name in reverse lookup?
With v2.0 you could use tcp-wrappers.
It would be even better if this restriction can exclude certain users (e.g. some users can access IMAP from certain networks but other users cannot).
Then you need to check this during authentication. What passdb do you use? There is http://wiki.dovecot.org/PasswordDatabase/ExtraFields/AllowNets but it doesn't do reverse DNS lookups. For that you'd need to a) use passdb pam with some PAM plugin, b) use passdb checkpassword with your own script, c) add some new code to Dovecot or create a plugin.