From a00353949c58ef2926c72043201be906e857c802 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 20 Jan 2001 13:53:45 +0000 Subject: [PATCH] Updated the sample config files to the modified tag names. --- config/list-config | 1 - config/petidomo.conf | 32 ++++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/config/list-config b/config/list-config index 9140c6c..88c526d 100644 --- a/config/list-config +++ b/config/list-config @@ -119,7 +119,6 @@ AllowMembersCommand no # kept. #Archive "log" - # TAG: IntroductionFile # This entry sets the path to the introduction file, which # Petidomo will send to every new subscriber. If the path is not diff --git a/config/petidomo.conf b/config/petidomo.conf index efc654e..3f948d5 100644 --- a/config/petidomo.conf +++ b/config/petidomo.conf @@ -40,11 +40,11 @@ # unset. #MTA "/usr/sbin/sendmail" -# TAG: MTA_Options +# TAG: MTAOptions # This entry sets the options which will be handed over to the MTA # when it is called. The following example # -# MTA_Options "-odq -v -f%s" +# MTAOptions "-odq -v -f%s" # # will yield a call " -odq -v -f". The '%s' is # replaced with the envelope the mail should be sent under. If you @@ -56,46 +56,46 @@ # leave it alone. # # The default, if the option is unset, is the string '-f%s'. -#MTA_Options "-i -f%s" +#MTAOptions "-i -f%s" -# TAG: List_Directory +# TAG: ListDirectory # 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 +# "/foo/config" first, then for +# "/foo.config". If neither exists, it # terminates with an error. # -# The default List_Directory, assuming an installation prefix of +# The default ListDirectory, assuming an installation prefix of # "/usr/local", is "/usr/local/var/petidomo/lists". -#List_Directory /usr/local/var/petidomo/lists +#ListDirectory /usr/local/var/petidomo/lists -# TAG: Ack_Queue_Directory +# TAG: AckQueueDirectory # This entry sets the path to the directory, where Petidomo will # queue requests and postings that need an acknowledgement in # order to be processed. The default directory, assuming an # installation prefix of "/usr/local", is # "/usr/local/var/petidomo/ack_queue". -#Ack_Queue_Directory /usr/local/var/petidomo/ack_queue +#AckQueueDirectory /usr/local/var/petidomo/ack_queue -# TAG: Help_File +# TAG: HelpFile # 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 +#HelpFile /usr/local/share/petidomo/help -# TAG: ACL_File +# TAG: ACLFile # 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 +#ACLFile /usr/local/etc/petidomo.acl -# TAG: Index_File +# TAG: IndexFile # 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 +#IndexFile /usr/local/var/petidomo/index