1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
--- listar.cfg.inst Mon Apr 19 21:23:08 1999
+++ listar.cfg.dist Mon Apr 26 18:49:19 1999
@@ -1,5 +1,10 @@
# Global LISTAR configuration settings
+### NOTE ###
+# You'll need to replace all occurances of yourdomain.com in here with
+# your domain (ie, /etc/mailname contents)
+############
+
# mailserver: The outgoing SMTP mailserver. Often the machine
# Listar runs on.
mailserver = localhost
@@ -28,10 +33,11 @@
# This is where to load the listar modules from. Defaults to
# listar-root/modules
#
-# listar-root = /home/listar
-# listar-conf = /home/listar
-# listar-data = /home/listar
-# listar-modules = /home/listar/modules
+listar-root = /usr/lib/listar
+listar-conf = /etc/listar
+listar-data = /var/lib/listar
+listar-modules = /usr/lib/listar/modules
+lsg-cgi-url = /cgi-bin/listargate.cgi
# List director
# In the situation where you are virtual hosting, you could in fact
@@ -42,7 +48,7 @@
lists-root = lists
# Listar logfile location
-logfile = ./listar.log
+logfile = /var/log/listar.log
# Paranoia (boolean)
# Are we a paranoid installation? Paranoid installations only allow
|