Roundcube Community Forum

 

New Roundcube Mail on Webspace

Started by RobbyBubble, August 21, 2013, 12:35:15 PM

Previous topic - Next topic

RobbyBubble

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

SKaero

RoundCube connects to a mail server, you login with your email account information. You create on the email account on the mail server.

RobbyBubble

Your answer doesnt help.

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

SKaero

The password is the password for the email account.

RobbyBubble

Hm no. Can you tell me in what line in the config file is the password?

SKaero

The password is not in the configuration file. You setup accounts on the IMAP server, NOT in RoundCube.

RobbyBubble

There is no user in the mysql database at all. Roundcub doesnt work.

SKaero

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.

RobbyBubble

#8
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:

$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:                 'file' => __FILE__, 'line' => __LINE__,

I found someone having the same problem on Google. But I dont understand what I have to do now.  :(

SKaero

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.

RobbyBubble