Roundcube Community Forum

 

Backend Administration on Roundcube?

Started by fjmayoral, May 05, 2012, 06:07:06 AM

Previous topic - Next topic

fjmayoral

Hi,

Roundcube have a backend or panel administration web? Because I like quit that the user have to put server name in the start page of roundcube.

I have Version 0.4.2

Thanks,

My english is very bad, jj

Bye

rosali

./config/main.inc.php

Configure the imap host 'default_host'.
Regards,
Rosali

fjmayoral

Thanks Rosali,

I put the last version of roundcube, later I put $rcmail_config['default_host'] = 'localhost'; but I loose contacts and signatures, I read in the forum that I must put $rcmail_config['default_host'] = 'mail.mydomain.com'; but I have the same problem, If I put $rcmail_config['default_host'] = ''; I win de signatures and contacts of the users but in the start login page the user must put host name server.

Can you helpme please?

Thanks,

Regards

fjmayoral

#3
Quote from: rosali on May 05, 2012, 11:53:29 AM
./config/main.inc.php

Configure the imap host 'default_host'.

I find the problem, I have DOUBLE accounts (identities) in the data base for each user

Example:

User Pepe mail_host mail.mydomain.com
User Pepe mail_host www.mydomain.com => DELETE
User Pepe mail_host mydomain.com => DELETE

Put => $rcmail_config['default_host'] = 'mail.mydomain.com'; in main.inc.php

I dont know why that this problem, but now is all ok

thanks,

Congratulations for this proyect,

Regards