![]() |
RoundCube 0.6 on IspConfig 2
Hi everybody,
if you wish to install by yourself RoundCube 0.6 on an IspConfig 2 server, after you downloaded, unzipped and installed RoundCube (or upgraded from version < 0.6) remember to perform the next modifications on the file config/main.inc.php file: 1) Modify the line: Code:
$rcmail_config['plugins'] = array('new_user_identity', 'virtuser_file');2) Add the line: Code:
$rcmail_config['virtuser_file'] = '/etc/postfix/virtusertable';I hope this can help other people to save time during RoundCube setup. |
0.7 too
This settings works for me thank You, also working on 0.7 version
|
Probably this is pretty gross hacking, but works fine in ispconfig 2.
To use roundcube 0.8 with ispconfig, and to be able to use the email for login, a simple modification is required in the ../plugins/virtuser_file/virtuser_file.php I'll show the entire function to look for, and the change is commented. Is a one line addition that checks for the prefix web[number]_ (example "web9_") and any mail containing someone@www.somedomain.tld. Now the only thing that we need is a way to access the user's names as appears in ispconfig to make this thing work automagically (without the need to change the webx_user to the real name manually inside roundcube). Any ideas?? Code:
|
| All times are GMT +2. The time now is 07:33. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.