Author Topic: CONFIGURATION ERROR- Help  (Read 2478 times)

Offline sherdill

  • Newbie
  • *
  • Posts: 1
CONFIGURATION ERROR- Help
« on: June 11, 2017, 04:03:08 AM »
i am using    CentOS 6 x64 minimal
i am using vestacp on it and i have reinstall backup, before every time i did this everything worked fine.
this time i am facing an error with roundcube mail, my websites are working fine
the error i am getting when i open mydomain/webmail is
"
CONFIGURATION ERROR

config.inc.php was not found.
Please read the INSTALL instructions! "

when i open config.inc.php file is i see this
Quote
<?php

$config = array();
$config['db_dsnw'] = 'mysql://roundcube:FLTdfo1gBQ@localhost/roundcube';
$config['default_host'] = 'localhost';

$config['smtp_server'] = '';
$config['smtp_port'] = 25;
$config['smtp_user'] = '';
$config['smtp_pass'] = '';
$config['support_url'] = '';

$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
$rcmail_config['temp_dir'] = '/tmp';
$rcmail_config['force_https'] = false;
$rcmail_config['use_https'] = false;
$rcmail_config['login_autocomplete'] = 0;
$rcmail_config['drafts_mbox'] = 'Drafts';
$rcmail_config['junk_mbox'] = 'Spam';
$rcmail_config['sent_mbox'] = 'Sent';
$rcmail_config['trash_mbox'] = 'Trash';
$rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
$rcmail_config['create_default_folders'] = true;
$rcmail_config['protect_default_folders'] = true;
$rcmail_config['enable_spellcheck'] = true;
$rcmail_config['spellcheck_dictionary'] = false;
$rcmail_config['spellcheck_engine'] = 'googie';
$rcmail_config['default_charset'] = 'UTF-8';
$rcmail_config['delete_junk'] = true;

$config['product_name'] = 'Roundcube Webmail';
$config['des_key'] = 'rcmail-!24ByteDESkey*Str';

$config['plugins'] = array(
    'archive',
    'zipdownload',
    'password',
);

$config['skin'] = 'larry';


i cannot understand where the error is because i havenot fixed mail server before

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: CONFIGURATION ERROR- Help
« Reply #1 on: June 11, 2017, 10:32:01 AM »
Roundcube can't read the config.inc.php, check the permissions for the file and make sure the correct user and group owns the file.