Author Topic: Backend Administration on Roundcube?  (Read 6770 times)

Offline fjmayoral

  • Newbie
  • *
  • Posts: 6
Backend Administration on Roundcube?
« on: May 05, 2012, 06:07:06 AM »
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

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Re: Backend Administration on Roundcube?
« Reply #1 on: May 05, 2012, 11:53:29 AM »
./config/main.inc.php

Configure the imap host 'default_host'.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline fjmayoral

  • Newbie
  • *
  • Posts: 6
Re: Backend Administration on Roundcube?
« Reply #2 on: May 05, 2012, 12:09:50 PM »
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

Offline fjmayoral

  • Newbie
  • *
  • Posts: 6
Re: Backend Administration on Roundcube?
« Reply #3 on: May 05, 2012, 12:49:24 PM »
./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
« Last Edit: May 05, 2012, 12:54:46 PM by fjmayoral »