Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Dev Section Modification & Patches
  • Search

How to solve missing /var/log/roundcubemail/errors.log on CentOS

Section with modification and patches for Vesta
Post Reply
  • Print view
Advanced search
1 post • Page 1 of 1
Wibols
Posts: 21
Joined: Tue Jun 25, 2019 7:42 pm

Os: CentOS 6x
Web: apache + nginx
How to solve missing /var/log/roundcubemail/errors.log on CentOS
  • Quote

Post by Wibols » Tue Jun 25, 2019 8:10 pm

You must to edit:

Code: Select all

sudo nano /etc/roundcubemail/config.inc.php
And remove last "/" from:

Code: Select all

$rcmail_config['log_dir'] = '/var/log/roundcubemail/';
It must looks like this:

Code: Select all

$rcmail_config['log_dir'] = '/var/log/roundcubemail';
/var/log/roundcubemail/errors.log file will be automaticaly created on RoundCube login fail or similar.
Top


Post Reply
  • Print view
1 post • Page 1 of 1

Return to “Modification & Patches”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password