Index: ossp-pkg/petidomo/config/petidomo.conf RCS File: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v rcsdiff -q -kk '-r1.5' '-r1.6' -u '/v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v' 2>/dev/null --- petidomo.conf 2001/01/08 20:35:29 1.5 +++ petidomo.conf 2001/01/15 16:37:33 1.6 @@ -3,60 +3,60 @@ # # TAG: Hostname -# This entry specifies the fully qualified domain name, Petidomo -# should use. This will usually be the 'real' name of the machine the -# software is running on, for example: -# -# Hostname listserver.foo.bar -# -# The name of the machine and the used name need not necessarily be -# the same, though. Please consult the manual for further details -# about using this feature, looking at the chapter ``Virtual -# Hosting''. -# -# This option is REQUIRED. Petidomo will abort with an error, if it is -# unset. -#Hostname petidomo.example.org +# This entry specifies the fully qualified domain name, Petidomo +# should use. This will usually be the 'real' name of the machine the +# software is running on, for example: +# +# Hostname listserver.foo.bar +# +# The name of the machine and the used name need not necessarily be +# the same, though. Please consult the manual for further details +# about using this feature, looking at the chapter ``Virtual +# Hosting''. +# +# This option is REQUIRED. Petidomo will abort with an error, if it is +# unset. +#Hostname petidomo.example.org # TAG: AdminPassword -# This tag sets the master password, which authenticiates the -# administrator of the package. Please chose this password carefully. -# Knowledge of the master password will enable you to access ALL -# mailing lists running on this system. Passwords are always -# case-insensitive. -# -# This option is REQUIRED. Petidomo will abort with an error, if it is -# unset. -#AdminPassword "open sesame" +# This tag sets the master password, which authenticiates the +# administrator of the package. Please chose this password carefully. +# Knowledge of the master password will enable you to access ALL +# mailing lists running on this system. Passwords are always +# case-insensitive. +# +# This option is REQUIRED. Petidomo will abort with an error, if it is +# unset. +#AdminPassword "open sesame" # TAG: MTA -# This entry tell Petidomo which mail transport agent should be used -# to deliver outgoing emails. You should configure the full path of -# the program to call here, like in the following example: -# -# MTA "/usr/sbin/sendmail" -# -# This option is REQUIRED. Petidomo will abort with an error, if it is -# unset. -#MTA "/usr/sbin/sendmail" +# This entry tell Petidomo which mail transport agent should be used +# to deliver outgoing emails. You should configure the full path of +# the program to call here, like in the following example: +# +# MTA "/usr/sbin/sendmail" +# +# This option is REQUIRED. Petidomo will abort with an error, if it is +# unset. +#MTA "/usr/sbin/sendmail" # TAG: MTA_Options -# This entry sets the options which will be handed over to the MTA -# when it is called. The following example +# 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" +# MTA_Options "-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 -# set this this option, be sure to include the '%s' tag or Petidomo -# will terminate with an error, because it depends on setting the -# envelope. +# will yield a call " -odq -v -f". The '%s' is +# replaced with the envelope the mail should be sent under. If you +# set this this option, be sure to include the '%s' tag or Petidomo +# will terminate with an error, because it depends on setting the +# envelope. # -# In 99% of all cases you won't need to set this option and should -# leave it alone. +# In 99% of all cases you won't need to set this option and should +# leave it alone. # -# The default, if the option is unset, is the string '-f%s'. -#MTA_Options "-i -f%s" +# The default, if the option is unset, is the string '-f%s'. +#MTA_Options "-i -f%s" # TAG: List_Directory # This entry sets the path to the directory, where Petidomo will @@ -68,26 +68,34 @@ # 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 +# "/usr/local", is "/usr/local/var/petidomo/lists". +#List_Directory /usr/local/var/petidomo/lists + +# TAG: Ack_Queue_Directory +# 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 # 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 +# 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 +# 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 +# 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 +# assuming an installation prefix of "/usr/local", is # "/usr/local/var/petidomo/index". -#Index_File /usr/local/var/petidomo/index +#Index_File /usr/local/var/petidomo/index