thanks Spaetzle!!! right, i have installed and working... but... in the roundcube version of ispconfig i can login with [email protected] and now with the new version of rouncoude i must use the username of ispconfig. how can i fix it? and how can i remove the "server" from the form for i have not type the server.. sorry for my bad english regards.
for remove the server field that is displayed at the RoundCube login screen. in the main.inc.php change the line: $rcmail_config['default_host'] = ''; to: $rcmail_config['default_host'] = 'localhost'; and the server field is removed! regards.
If you like to use emailadresses for login you need to set up the plugin virtuser_file. Look at this http://trac.roundcube.net/wiki/Howto_Config for example. There you find a part showing how it is used. Bernd
Yes, I add to main.inc.php: Code: // ---------------------------------- // PLUGINS // ---------------------------------- // List of active plugins (in plugins/ directory) $rcmail_config['plugins'] = array('virtuser_file'); // Path to a virtuser table file to resolve user names and e-mail addresses $rcmail_config['virtuser_file'] = '/etc/postfix/virtusertable'; work now, read the next post
work now!!! change the line: $rcmail_config['plugins'] = array(); to $rcmail_config['plugins'] = array('virtuser_file'); and add: $rcmail_config['virtuser_file'] = '/etc/postfix/virtusertable'; thanks for all help!!! regards
No idea for that. Is /var/www your servers "www" directory? Are .htaccess files working elsewhere? BTW. I think we hijacked another thread ... sorry for that. If there is an admin reading: Is it possible to copy messages #16 on wards to another thread or is it OK here?
in /var/www/ i have all the directory for all the domain /var/www/web1 /var/www/web2 /var/www/web3 etc... and yes, .htaccess files are working in my websites...
Yes, is enable and the .htaccess work in the domains, for example in /var/www/web1/web/.htaccess is working... I have in the apache config: LoadModule rewrite_module modules/mod_rewrite.so Regards
What OS are you using? Have you checked that there is a file modules/mod_rewrite.so in your apache directory? I have a Debion Lenny installation. There the line should look like this Have you checkd if reriteing works at other places where you can use a .htaccess file?
I use Centos and yes, the redire work if i put the .htaccess in another places for example in /var/www/web1/web/.htaccess but i must put the .htaccess rediret domain to domain for work in all domains... why if i put in /var/www not work for all the domains? PD. web1=www.domain.com regards
Hi Bernd, It do not work on my system. I use [email protected] usernames too. And the configuration you told here does nothing. The mail-body will not be shown. I always see the message "loading..." but nothing happens Greetings Hahni
Two in one ;-) First for userman Is in your apache configuration somewhere a part like this: If not I fear that apache will not look for any files in /var/www ... this could be the solution. Second for hahni: Does logging in work if you use system names (e.g. web1_xyz)? The path mentioned in the example works for Debian systems. If you are using another OS maybe you need to adjust the path to the virtusertable file. Best regards Bernd
I have seen, that on this server there was no libxml2. I tried "apt-get install libxml2-dev" and now I must reinstall ISPConfig. Maybe it will then work. Error-Log: Code: [30-Mar-2011 14:42:43] PHP Warning: include() [<a href='function.include'>function.include</a>]: Failed opening 'DOMDocument.php' for inclusion (include_path='/home/admispconfig/ispconfig/web/roundcubemail/:/home/admispconfig/ispconfig/web/roundcubemail/program:/home/admispconfig/ispconfig/web/roundcubemail/program/lib:/home/admispconfig/ispconfig/web/roundcubemail/program/include:.:') in /home/admispconfig/ispconfig/web/roundcubemail/program/include/iniset.php on line 106 [30-Mar-2011 14:42:43] PHP Fatal error: Class 'DOMDocument' not found in /home/admispconfig/ispconfig/web/roundcubemail/program/lib/washtml.php on line 265
Hi Hani So you installed the package within ispconfig, right? You can't use roundcube there for reading HTML encoded emails an in the used apache for ISPConfig some php packages are missing. If you are installing packages in your "normal system it should not affect the ispconfig installation.
Yes, I use the package. But after running apt-get and changing the config from RoundCube everything works fine! Thanks a lot for your good tips!
thanks Spaetzle but not work for me, i change the apache configuration but dont work. I surrender I put the .htaccess into the directory of the domain. Thanks for the support!! this forum rulez!! Regards.