[vhffs-dev] [svn] commit: r183 - /trunk/vhffs-backend/conf/vhffs.conf |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Author: soda
Date: Fri Apr 14 17:35:08 2006
New Revision: 183
Log:
Create default config file
Modified:
trunk/vhffs-backend/conf/vhffs.conf
Modified: trunk/vhffs-backend/conf/vhffs.conf
==============================================================================
--- trunk/vhffs-backend/conf/vhffs.conf (original)
+++ trunk/vhffs-backend/conf/vhffs.conf Fri Apr 14 17:35:08 2006
@@ -60,18 +60,40 @@
####################
#Panel configuration
<panel>
+ #URL to the panel
url = http://your.panel.url
+
+ #This is the URL display for the "Help" link in the panel
help_url = http://help.hoster
+
+ #URL to the statistics
stats_url = http://stats.hoster
+
+
phpmyadmin_url = http://phpmyadmin.hoster
phppgadmin_url = http://phppgadmin.hoster
+
+ #Is the panel open or not ?
open = yes
+
+ #Use the public section of VHFFS
use_public = yes
+
+ #Use avatar or not ? If yes, you must create a /data/avatars and change owner/permissions
+ #so that the webserver can write into this directory
use_avatar = yes
users = yes
groups = yes
+
+ #Print statistics in the main page of VHFFS ?
stats_on_home = yes
+
+ #Notation is useful to handle aggressive users
+ #If a project is refused by moderation, the note os the user if decreased
+ #If a project or service is accepted, the note is increased
use_notation = yes
+
+ #Use RSS for users and groups ?
<rss>
users = yes
groups = yes
@@ -162,7 +184,10 @@
# SERVICES
#####################################
<services>
+
+ #DNS configuration
<dns>
+ #Default configuration for each domain-name
default_ns1 = ns1.hoster.org
default_ns2 = ns2.hoster.org
default_mx1 = mx1.hoster.org
@@ -226,45 +251,66 @@
use_nospam = yes
use_novirus = yes
</mail>
+
+ #The mailuser service allow a user to get a mail account
+ #on a default domain
+ #With with module, ALL users get an email adress for a domain
+ #The domain MUST exists on VHFFS, and should be owned by the user given in this configuration
<mailuser>
- activate = yes
- domain = tuxfamily.org
+ activate = no
+ domain = myhost.org
user = sod
</mailuser>
<mailing>
default_domain = lists.tuxfamily.org
</mailing>
+
+ #Configuration for listengine
<listengine>
+ #Where we store listengine data
datadir = "/data/listengine"
+ #Email of listmaster
listmaster = "listmaster@xxxxxxxxxx"
+ #SMTP Server to bounce listengine mails
smtp_server = "localhost"
- templatesdir = ""
+ #Directory which contains template for the archives
+ templatesdir = /usr/share/vhffs/listengine/templates/
+ #Url of archives
www-archives = http://localhost/listengine
</listengine>
+
+
+ #Configuration of largefile (not complete, please do not use it)
<largefile>
- upload-host = "largefile.tuxfamily.org"
+ upload-host = "largefile.myhost"
<mirrors>
<server>
- name = "OVH"
+ name = "MIRROR1"
country = fr
logo = http://blabla
- url = http://free.fr/download/tuxfamily/
- link = http://ovh.fr
+ url = http://mirror1/download/myservice/
+ link = http://mirror1.com
</server>
<server>
- name = "Tuxfamily"
- country = fr
+ name = "MIRROR2"
+ country = en
logo = http://blibli
- url = http://download.tuxfamily.net/mirror/
- link = http://tuxfamily.org
+ url = http://download.mirror2.net/mirror/
+ link = http://mirror2.net
</server>
</mirrors>
</largefile>
</services>
+
+#Robots configuration
<robots>
+ #Robots should log or not ?
use_logging = yes
+ #Logfile to log events
logfile = /var/log/vhffs.log
+ #Robots should use lock file ?
+ #If they do, only one robot can be executed in the same-time
use_lock = yes
lockfile = /var/lock/vhffslock
</robots>