Hi all,
I have installed roundcube 0.5 and it works very well, but at the moment only with the imap login credentials. I have another mysql database with all active email addresses and imap login names.
So i activate the plugin "virtuser_qery" and add the line $rcmail_config['virtuser_query'] = 'SELECT owner FROM d100006_mailadmin.virtual WHERE address = "%u"'; to my main.inc.php file.
I have also activated the sql logging, but all sql query's i can see goes to the roundcube database. my other database would not be asked. :(
my table structure: owner = IMAP login name (maybe adam_01) address = email address (maybe adam@email.de)
Hope you could help me. I can't find any useful information in the web.
Have a nice day,
Joerg
I have installed roundcube 0.5 and it works very well , but at the moment only with the imap login credentials. I have another mysql database with all active email addresses and imap login names. So i activate the plugin "virtuser_qery" and add the line ... to my main.inc.php file. I have also activated the sql logging, but all sql query's i can see goes to the roundcube database. my other database would not be asked. :(
okay, hit me. my fault. I misunderstand the plugin until now. It works good. But my problem still alive. I am looking for a sql plugin who looks for the mailbox name if I type in the E-Mail Adress. For Squirrelmail it is virtusertable. Has everybody build the same for roundcube?
Tanks 4 your help :-)
Hi Jörg,
Well it depends which system or what kind of sql-solution you are using in the background. If your e-mail addresses and mailboxes are defined in a Confixx database you can use the following plugin: http://www.needful.de/en/opensource/roundcube.html
cheers, ck
On Wed, Feb 9, 2011 at 8:59 PM, Jörg Sitek - hns Joerg.Sitek@hns-berlin.dewrote:
I have installed roundcube 0.5 and it works very well , but at the moment only with the imap login credentials. I have another mysql database with all active email addresses and imap
login names.
So i activate the plugin "virtuser_qery" and add the line ... to my main.inc.php file. I have also activated the sql logging, but all sql query's i can see goes
to the
roundcube database. my other database would not be asked. :(
okay, hit me. my fault. I misunderstand the plugin until now. It works good. But my problem still alive. I am looking for a sql plugin who looks for the mailbox name if I type in the E-Mail Adress. For Squirrelmail it is virtusertable. Has everybody build the same for roundcube?
Tanks 4 your help :-)
List info: http://lists.roundcube.net/dev/ BT/e21360c6
Well it depends which system or what kind of sql-solution you are using in the background.
Thank you for your quick answer. So we use mysql with openmailadmin and cyrus. I'm sorry to say that we don't use confixx. But your plugin is interesting. Maybe I could customize it for openmailadmin.
But, if anybody has done that... feel free to mail me ;)
Have a nice day, Joerg