--- petidomo.conf 2000/12/16 12:06:09 1.4
+++ petidomo.conf 2001/01/08 20:35:29 1.5
@@ -1,7 +1,5 @@
#
-# ~petidomo/etc/petidomo.conf
-#
-# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.4 2000/12/16 12:06:09 simons Exp $
+# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.5 2001/01/08 20:35:29 simons Exp $
#
# TAG: Hostname <string>
@@ -18,7 +16,7 @@
#
# This option is REQUIRED. Petidomo will abort with an error, if it is
# unset.
-Hostname @HOSTNAME@
+#Hostname petidomo.example.org
# TAG: AdminPassword <string>
# This tag sets the master password, which authenticiates the
@@ -29,7 +27,7 @@
#
# This option is REQUIRED. Petidomo will abort with an error, if it is
# unset.
-AdminPassword @ADMINPASSWORD@
+#AdminPassword "open sesame"
# TAG: MTA <string>
# This entry tell Petidomo which mail transport agent should be used
@@ -40,7 +38,7 @@
#
# This option is REQUIRED. Petidomo will abort with an error, if it is
# unset.
-MTA @MTA@
+#MTA "/usr/sbin/sendmail"
# TAG: MTA_Options <string>
# This entry sets the options which will be handed over to the MTA
@@ -58,4 +56,38 @@
# leave it alone.
#
# The default, if the option is unset, is the string '-f%s'.
-#MTA_Options "-odq -f%s"
+#MTA_Options "-i -f%s"
+
+# TAG: List_Directory <string>
+# This entry sets the path to the directory, where Petidomo will
+# expect the list config files to be. The whole thing works as
+# follows: When Petidomo tries to open a config file for the
+# mailing list "foo", it will look for
+# "<list_directory>/foo/config" first, then for
+# "<list_directory>/foo.config". If neither exists, it
+# terminates with an error.
+#
+# The default List_Directory, assuming an installation prefix of
+# "/usr/local", is "/usr/local/var/petidomo".
+#List_Directory /usr/local/var/petidomo
+
+# TAG: Help_File <string>
+# This entry sets the path to the help file Petidomo sends back
+# whenever it receives a HELP command or a mail containing no
+# valid commands at all. The default value, assuming an
+# installation prefix of "/usr/local", is
+# "/usr/local/share/petidomo/help".
+#Help_File /usr/local/share/petidomo/help
+
+# TAG: ACL_File <string>
+# This entry sets the path to the master ACL file used by
+# Petidomo. The default value, assuming an installation prefix
+# of "/usr/local", is "/usr/local/etc/petidomo.acl".
+#ACL_File /usr/local/etc/petidomo.acl
+
+# TAG: Index_File <string>
+# This entry sets the path to the index file Petidomo sends back
+# whenever it receives an INDEX command. The default value,
+# assuming an installation prefix of "/usr/local", is
+# "/usr/local/var/petidomo/index".
+#Index_File /usr/local/var/petidomo/index
|