Added example entries for the new keywords "List_Directory",
"Help_File", "ACL_File", and "Index_File".
This commit is contained in:
parent
ff9c148fca
commit
81d982c82b
@ -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 <string>
|
||||
# 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 <string>
|
||||
# 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 <string>
|
||||
# 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 <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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user