From 81d982c82b56a322f7b8e4b4da982c5c54c13367 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 8 Jan 2001 20:35:29 +0000 Subject: [PATCH] Added example entries for the new keywords "List_Directory", "Help_File", "ACL_File", and "Index_File". --- config/petidomo.conf | 44 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/config/petidomo.conf b/config/petidomo.conf index 813e12b..13350b5 100644 --- a/config/petidomo.conf +++ b/config/petidomo.conf @@ -1,6 +1,4 @@ # -# ~petidomo/etc/petidomo.conf -# # $Header$ # @@ -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 # This tag sets the master password, which authenticiates the @@ -29,7 +27,7 @@ Hostname @HOSTNAME@ # # This option is REQUIRED. Petidomo will abort with an error, if it is # unset. -AdminPassword @ADMINPASSWORD@ +#AdminPassword "open sesame" # TAG: MTA # This entry tell Petidomo which mail transport agent should be used @@ -40,7 +38,7 @@ AdminPassword @ADMINPASSWORD@ # # This option is REQUIRED. Petidomo will abort with an error, if it is # unset. -MTA @MTA@ +#MTA "/usr/sbin/sendmail" # TAG: MTA_Options # This entry sets the options which will be handed over to the MTA @@ -58,4 +56,38 @@ MTA @MTA@ # 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 +# 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 +# "/foo/config" first, then for +# "/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 +# 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 +# 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 +# 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