LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Squirrelmail configurations aren't saved (https://www.linuxquestions.org/questions/linux-software-2/squirrelmail-configurations-arent-saved-853967/)

brgsousa 01-03-2011 01:56 PM

Squirrelmail configurations aren't saved
 
Hi,
I am using Squirrelmail version 1.4.9a.
When I run conf.pl to enable or disable plugins, changes don't reflect into config.php file. Because of that, I have to manually change config.php.

How can that be fixed?

Code:

/usr/share/squirrelmail/config# ls -l
total 220
-rw-r--r-- 1 www-data www-data  1230 Jun 16  2010 apache.conf
-rw-r--r-- 1 www-data www-data  30482 Jun 16  2010 config_default.php
-rw-r--r-- 1 www-data www-data    473 Jun 16  2010 config_local.php
-rw-r--r-- 1 www-data www-data  9321 Jan  3 16:42 config.php
-rwxr-xr-x 1 www-data www-data 147430 Jun 16  2010 conf.pl
-rw-r--r-- 1 www-data www-data    66 Out  4 15:22 default_pref
-rw-r--r-- 1 www-data www-data  6589 Jun 16  2010 filters_setup.php
-rw-r--r-- 1 www-data www-data    492 Jun 16  2010 index.php
-rw-r--r-- 1 www-data www-data  1901 Jun 16  2010 sqspell_config.php

regards

bathory 01-03-2011 04:56 PM

Hi,

From the ls output, looks like you have to run ./conf.pl as the www-user, because this is the only one that has write privileges on config.php. Of course you can do it as root, but it's better to use "su www-data" before running the /conf.pl script

Regards


All times are GMT -5. The time now is 12:06 PM.