Roundcube Community Forum

Release Support => Release Discussion => Topic started by: RobbyBubble on August 21, 2013, 12:35:15 PM

Title: New Roundcube Mail on Webspace
Post by: RobbyBubble 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
Title: Re: New Roundcube Mail on Webspace
Post by: SKaero 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.
Title: Re: New Roundcube Mail on Webspace
Post by: RobbyBubble 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.
Title: Re: New Roundcube Mail on Webspace
Post by: SKaero on August 21, 2013, 12:46:42 PM
The password is the password for the email account.
Title: Re: New Roundcube Mail on Webspace
Post by: RobbyBubble on August 21, 2013, 01:44:04 PM
Hm no. Can you tell me in what line in the config file is the password?
Title: Re: New Roundcube Mail on Webspace
Post by: SKaero 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.
Title: Re: New Roundcube Mail on Webspace
Post by: RobbyBubble on August 21, 2013, 02:03:24 PM
There is no user in the mysql database at all. Roundcub doesnt work.
Title: Re: New Roundcube Mail on Webspace
Post by: SKaero 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.
Title: Re: New Roundcube Mail on Webspace
Post by: RobbyBubble 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 (http://www.sunfinedata.com/tutorial/enable-the-managesieve-of-dovecot-and-use-it-in-roundcubemail/). But I dont understand what I have to do now.  :(
Title: Re: New Roundcube Mail on Webspace
Post by: SKaero 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.
Title: Re: New Roundcube Mail on Webspace
Post by: RobbyBubble on August 22, 2013, 03:49:39 PM
There is no config in this plugin