Roundcube Community Forum

Third Party Contributions => API Based Plugins => Topic started by: mgoeben on August 27, 2009, 10:25:19 AM

Title: New File Added: authenticate_by_confixx_email-01.zip
Post by: mgoeben on August 27, 2009, 10:25:19 AM
Downloads: A new file has been added by  mgoeben:

authenticate_by_confixx_email-01.zip (http://www.roundcubeforum.net/downloads.php?do=file&id=21)

authenticate_by_confixx_email

CHANGELOG:

2009-08-27 Marco Goebenich
- Initial write of Confixx email authentication plugin


INSTALLATION:

1. Unzip authenticate_by_confixx_email- 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