Index: ossp-pkg/petidomo/config/petidomo.conf RCS File: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v' 2>/dev/null --- petidomo.conf 2000/12/16 12:06:09 1.4 +++ petidomo.conf 2001/01/08 20:35:29 1.5 @@ -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 @@ # # 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 @@ # # 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 @@ # 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