Author Topic: New Roundcube Mail on Webspace  (Read 8479 times)

Offline RobbyBubble

  • Newbie
  • *
  • Posts: 7
New Roundcube Mail on Webspace
« on: August 21, 2013, 12:35:15 PM »
Im currently trying to set up Roundcube on my webspace. The installation looks finished. But there is one thing I dont understand.

I dont have a password to log in.
First I thought the $config['des_key'] = ''; shows the password wich need to be fill in the first time of logging it.

Now Im really confused.

Any help appreciated

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: New Roundcube Mail on Webspace
« Reply #1 on: August 21, 2013, 12:39:42 PM »
RoundCube connects to a mail server, you login with your email account information. You create on the email account on the mail server.

Offline RobbyBubble

  • Newbie
  • *
  • Posts: 7
Re: New Roundcube Mail on Webspace
« Reply #2 on: August 21, 2013, 12:42:00 PM »
Your answer doesnt help.

I know my username because Ive set the username during the installation. But there was nothing about a password.

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: New Roundcube Mail on Webspace
« Reply #3 on: August 21, 2013, 12:46:42 PM »
The password is the password for the email account.

Offline RobbyBubble

  • Newbie
  • *
  • Posts: 7
Re: New Roundcube Mail on Webspace
« Reply #4 on: August 21, 2013, 01:44:04 PM »
Hm no. Can you tell me in what line in the config file is the password?

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: New Roundcube Mail on Webspace
« Reply #5 on: August 21, 2013, 02:02:48 PM »
The password is not in the configuration file. You setup accounts on the IMAP server, NOT in RoundCube.

Offline RobbyBubble

  • Newbie
  • *
  • Posts: 7
Re: New Roundcube Mail on Webspace
« Reply #6 on: August 21, 2013, 02:03:24 PM »
There is no user in the mysql database at all. Roundcub doesnt work.

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: New Roundcube Mail on Webspace
« Reply #7 on: August 21, 2013, 02:15:38 PM »
You can't create a user from RoundCube, the configuration file, or the database. RoundCube connects to a mail server to view mail, you create the mail account on the mail server. RoundCube is just a frontend webmail client to view and manage email, RoundCube isn't a mail server.

Offline RobbyBubble

  • Newbie
  • *
  • Posts: 7
Re: New Roundcube Mail on Webspace
« Reply #8 on: August 22, 2013, 02:08:28 PM »
Sry I was really annoyed this day because I was trying to fix the problem for more then 6h. Now Im able to log in and anything.

Sadly enough I got another problem.

I was trying to include managesieve with this line:

Code: [Select]
$rcmail_config['plugins'] = array('managesieve');
When I in the navigation on filters I get an errow msg like An error occurred! Unable to connect to server.

Debugger: PHP Error in /var/www/web75/html/robert/mail/plugins/managesieve/managesieve.php (308): Unable to connect to managesieve on localhost:2000
Line 308:             
Code: [Select]
   'file' => __FILE__, 'line' => __LINE__,
I found someone having the same problem on Google. But I dont understand what I have to do now.  :(
« Last Edit: August 22, 2013, 02:10:16 PM by RobbyBubble »

Online SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: New Roundcube Mail on Webspace
« Reply #9 on: August 22, 2013, 02:38:43 PM »
You need to configure the Managesieve plugin, check the config.inc.php in the managesieve plugin directory. I'm not very familiar with Managesieve so I won't be of much help.

Offline RobbyBubble

  • Newbie
  • *
  • Posts: 7
Re: New Roundcube Mail on Webspace
« Reply #10 on: August 22, 2013, 03:49:39 PM »
There is no config in this plugin