Updated the sample config files to the modified tag names.

This commit is contained in:
Peter Simons 2001-01-20 13:53:45 +00:00
parent a047399b38
commit a00353949c
2 changed files with 16 additions and 17 deletions

View File

@ -119,7 +119,6 @@ AllowMembersCommand no
# kept.
#Archive "log"
# TAG: IntroductionFile <string>
# This entry sets the path to the introduction file, which
# Petidomo will send to every new subscriber. If the path is not

View File

@ -40,11 +40,11 @@
# unset.
#MTA "/usr/sbin/sendmail"
# TAG: MTA_Options <string>
# TAG: MTAOptions <string>
# 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 "<mta> -odq -v -f<envelope>". 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 <string>
# TAG: ListDirectory <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
# "<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
# 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 <string>
# TAG: AckQueueDirectory <string>
# 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 <string>
# TAG: HelpFile <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
#HelpFile /usr/local/share/petidomo/help
# TAG: ACL_File <string>
# TAG: ACLFile <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
#ACLFile /usr/local/etc/petidomo.acl
# TAG: Index_File <string>
# TAG: IndexFile <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
#IndexFile /usr/local/var/petidomo/index