Originally posted by peterson40
Hello,
I accidentally wrote over the "conf.php" file in
/usr/share/psa-horde/config/
I was wondering if someone could send that to me at petersont@northpark.edu or repond to this below.
my webmail does not work now that I wrote over the conf.php file
Thanks!
Your description cannot be true. A "conf.php" has never existed.
psa-horde does not exist in /usr/share/psa-horde/
this is why you also cannot find the /usr/share/psa-horde/config/
Correct is:
/home/httpd/vhosts/webmail/horde
/home/httpd/vhosts/webmail/horde/templates/horde
And if you look for the "/config/"-folder of horde, then you will find it
in
/home/httpd/vhosts/webmail/horde/config/
and there are these files in it:
-r--r--r-- 1 root root 13531 Apr 21 05:29 horde.php
-r--r--r-- 1 root root 13531 Jan 27 22:32 horde.php.dist
-r--r--r-- 1 root root 13200 Jan 27 22:32 horde.php.dist.orig
-r--r--r-- 1 root root 5724 Apr 21 05:29 html.php
-r--r--r-- 1 root root 5724 Jan 27 22:32 html.php.dist
-r--r--r-- 1 root root 22045 Apr 21 05:29 lang.php
-r--r--r-- 1 root root 22045 Jan 27 22:32 lang.php.dist
-r--r--r-- 1 root root 9393 Apr 21 05:29 mime_drivers.php
-r--r--r-- 1 root root 9393 Jan 27 22:32 mime_drivers.php.dist
-r--r--r-- 1 root root 6685 Apr 21 05:29 mime_mapping.php
-r--r--r-- 1 root root 6685 Jan 27 22:32 mime_mapping.php.dist
-r--r--r-- 1 root root 140 Apr 21 05:29 motd.php
-r--r--r-- 1 root root 140 Jan 27 22:32 motd.php.dist
-r--r--r-- 1 root root 2282 Apr 21 05:29 prefs.php
-r--r--r-- 1 root root 2282 Jan 27 22:32 prefs.php.dist
-r--r--r-- 1 root root 12590 Apr 21 05:29 registry.php
-r--r--r-- 1 root root 12590 Jan 27 22:32 registry.php.dist
-r--r--r-- 1 root root 12592 Jan 27 22:32 registry.php.dist.orig
Note: horde.php, horde.php.dist are the config-Files of Horde.
--------cut--------horde.php---------------
<?php
/*
* Horde Configuration File
*
* This file contains global configuration settings for Horde. Values may be
* safely edited by hand. Use horde.php.dist as a reference.
*
* Default user preferences are defined in 'prefs.php'.
*
* Strings should be enclosed in 'quotes'.
* Integers should be given literally (without quotes).
* Boolean values may be 'true' or 'false'.
*
* $Horde: horde/config/horde.php.dist,v 1.47.2.36 2003/10/14 16:52:31 slusarz Exp $
*/
/**
** General Horde Settings
**/
// The value to set.....
--------cut--------horde.php---------------