RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Miscellaneous > Roundcube Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #11  
Old 07-14-2006, 02:30 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: config file documentation

can anyone please announce two words to the virtual-user behaviour?
Where the file should be placed? How should a query be structured?
I want to use this gorgeous function, but I'm unable to deal with it

@ pulldown menu:
Quote:
// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = array('imap.domain1.com','imap.domain2.de');
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 07-14-2006, 02:42 PM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: config file documentation

The query should be structured as the comments say: returning the email address first.

The file can be placed anywhere you want, just make sure you put the proper path to it in the config file.
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13  
Old 07-14-2006, 03:12 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: config file documentation

Are the query and the file two different ways to resolve a login name with the email address?
Could you please give me an example file-content and query?

thx!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14  
Old 07-15-2006, 03:18 AM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: config file documentation

The file, I'm not sure of....

The query is a query upon the users table of the Roundcube Database... something like:
Code:
SELECT email 
FROM rc_users 
WHERE alias LIKE '%$email%' 
  OR email LIKE '%$email%'
__________________

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

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

All times are GMT. The time now is 11:10 PM.


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