RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Third Party Contributions > API Based Plugins

For more information about the ads and why they're here, please see the FAQ

Reply
  #1  
Old 08-27-2009, 02:25 PM
Registered User
 
Join Date: Aug 2009
Posts: 1
Default New File Added: authenticate_by_confixx_email-01.zip

Downloads: A new file has been added by mgoeben:

authenticate_by_confixx_email-01.zip

authenticate_by_confixx_email

CHANGELOG:

2009-08-27 Marco Goebenich <mg@needful.de>
- Initial write of Confixx email authentication plugin


INSTALLATION:

1. Unzip authenticate_by_confixx_email-<version.zip> to the folder plugins/
2. add 'authenticate_by_confixx_email' as plugin to config/main.inc.php
e.g. $rcmail_config['plugins'] = array('authenticate_by_confixx_email');
3. Grant right to the needed confixx tables for the roundcube db user
e.g. GRANT SELECT ON confixx.email TO roundcube; GRANT SELECT ON confixx.email_forward TO roundcube;


OPTIONAL:

Add or edit the following setting in config/main.inc.php

$rcmail_config['virtuser_query'] = 'SELECT concat( prefix, "@", domain ) AS address FROM confixx.email, confixx.email_forward WHERE ident = email_ident AND pop3 = "%u" AND prefix <> "*";';

to allow Roundcube to get your identities from Confixx.


LICENSE
This plugin is licend under GNU GPL Version 2.0, see LICENSE file.


Have fun.

Marco
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 03:37 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community