Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: hkbyte on January 04, 2011, 11:02:51 PM

Title: disallow some users to use webmail
Post by: hkbyte on January 04, 2011, 11:02:51 PM
Is there any plugins which can disallow some of the users/domains to login to roundcube even they have IMAP/POP login
Title: disallow some users to use webmail
Post by: rosali on January 05, 2011, 12:16:39 AM
No, nothing that I know.

But you could have a look into my DNSBL plugin (see links in signature) and modify it to block specific users.
Title: disallow some users to use webmail
Post by: JohnDoh on January 05, 2011, 11:59:01 AM
if you know the accounts which you want to allow login then you could log them in once and then set auto_create_user to false so no other accounts will be allowed. That depends if you know the ones you want to allow or only the ones you want to block.