- Added Ack_Queue_Dir keyword.
- Changed default of List_Directory from LOCALSTATEDIR to LOCALSTATEDIR/lists.
This commit is contained in:
parent
3ad4ad6931
commit
6168ea3bec
@ -3,60 +3,60 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# TAG: Hostname <string>
|
# TAG: Hostname <string>
|
||||||
# This entry specifies the fully qualified domain name, Petidomo
|
# This entry specifies the fully qualified domain name, Petidomo
|
||||||
# should use. This will usually be the 'real' name of the machine the
|
# should use. This will usually be the 'real' name of the machine the
|
||||||
# software is running on, for example:
|
# software is running on, for example:
|
||||||
#
|
#
|
||||||
# Hostname listserver.foo.bar
|
# Hostname listserver.foo.bar
|
||||||
#
|
#
|
||||||
# The name of the machine and the used name need not necessarily be
|
# The name of the machine and the used name need not necessarily be
|
||||||
# the same, though. Please consult the manual for further details
|
# the same, though. Please consult the manual for further details
|
||||||
# about using this feature, looking at the chapter ``Virtual
|
# about using this feature, looking at the chapter ``Virtual
|
||||||
# Hosting''.
|
# Hosting''.
|
||||||
#
|
#
|
||||||
# This option is REQUIRED. Petidomo will abort with an error, if it is
|
# This option is REQUIRED. Petidomo will abort with an error, if it is
|
||||||
# unset.
|
# unset.
|
||||||
#Hostname petidomo.example.org
|
#Hostname petidomo.example.org
|
||||||
|
|
||||||
# TAG: AdminPassword <string>
|
# TAG: AdminPassword <string>
|
||||||
# This tag sets the master password, which authenticiates the
|
# This tag sets the master password, which authenticiates the
|
||||||
# administrator of the package. Please chose this password carefully.
|
# administrator of the package. Please chose this password carefully.
|
||||||
# Knowledge of the master password will enable you to access ALL
|
# Knowledge of the master password will enable you to access ALL
|
||||||
# mailing lists running on this system. Passwords are always
|
# mailing lists running on this system. Passwords are always
|
||||||
# case-insensitive.
|
# case-insensitive.
|
||||||
#
|
#
|
||||||
# This option is REQUIRED. Petidomo will abort with an error, if it is
|
# This option is REQUIRED. Petidomo will abort with an error, if it is
|
||||||
# unset.
|
# unset.
|
||||||
#AdminPassword "open sesame"
|
#AdminPassword "open sesame"
|
||||||
|
|
||||||
# TAG: MTA <string>
|
# TAG: MTA <string>
|
||||||
# This entry tell Petidomo which mail transport agent should be used
|
# This entry tell Petidomo which mail transport agent should be used
|
||||||
# to deliver outgoing emails. You should configure the full path of
|
# to deliver outgoing emails. You should configure the full path of
|
||||||
# the program to call here, like in the following example:
|
# the program to call here, like in the following example:
|
||||||
#
|
#
|
||||||
# MTA "/usr/sbin/sendmail"
|
# MTA "/usr/sbin/sendmail"
|
||||||
#
|
#
|
||||||
# This option is REQUIRED. Petidomo will abort with an error, if it is
|
# This option is REQUIRED. Petidomo will abort with an error, if it is
|
||||||
# unset.
|
# unset.
|
||||||
#MTA "/usr/sbin/sendmail"
|
#MTA "/usr/sbin/sendmail"
|
||||||
|
|
||||||
# TAG: MTA_Options <string>
|
# TAG: MTA_Options <string>
|
||||||
# This entry sets the options which will be handed over to the MTA
|
# This entry sets the options which will be handed over to the MTA
|
||||||
# when it is called. The following example
|
# when it is called. The following example
|
||||||
#
|
#
|
||||||
# MTA_Options "-odq -v -f%s"
|
# MTA_Options "-odq -v -f%s"
|
||||||
#
|
#
|
||||||
# will yield a call "<mta> -odq -v -f<envelope>". The '%s' is
|
# will yield a call "<mta> -odq -v -f<envelope>". The '%s' is
|
||||||
# replaced with the envelope the mail should be sent under. If you
|
# 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
|
# set this this option, be sure to include the '%s' tag or Petidomo
|
||||||
# will terminate with an error, because it depends on setting the
|
# will terminate with an error, because it depends on setting the
|
||||||
# envelope.
|
# envelope.
|
||||||
#
|
#
|
||||||
# In 99% of all cases you won't need to set this option and should
|
# In 99% of all cases you won't need to set this option and should
|
||||||
# leave it alone.
|
# leave it alone.
|
||||||
#
|
#
|
||||||
# The default, if the option is unset, is the string '-f%s'.
|
# The default, if the option is unset, is the string '-f%s'.
|
||||||
#MTA_Options "-i -f%s"
|
#MTA_Options "-i -f%s"
|
||||||
|
|
||||||
# TAG: List_Directory <string>
|
# TAG: List_Directory <string>
|
||||||
# This entry sets the path to the directory, where Petidomo will
|
# This entry sets the path to the directory, where Petidomo will
|
||||||
@ -68,26 +68,34 @@
|
|||||||
# terminates with an error.
|
# terminates with an error.
|
||||||
#
|
#
|
||||||
# The default List_Directory, assuming an installation prefix of
|
# The default List_Directory, assuming an installation prefix of
|
||||||
# "/usr/local", is "/usr/local/var/petidomo".
|
# "/usr/local", is "/usr/local/var/petidomo/lists".
|
||||||
#List_Directory /usr/local/var/petidomo
|
#List_Directory /usr/local/var/petidomo/lists
|
||||||
|
|
||||||
|
# TAG: Ack_Queue_Directory <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
|
||||||
|
|
||||||
# TAG: Help_File <string>
|
# TAG: Help_File <string>
|
||||||
# This entry sets the path to the help file Petidomo sends back
|
# This entry sets the path to the help file Petidomo sends back
|
||||||
# whenever it receives a HELP command or a mail containing no
|
# whenever it receives a HELP command or a mail containing no
|
||||||
# valid commands at all. The default value, assuming an
|
# valid commands at all. The default value, assuming an
|
||||||
# installation prefix of "/usr/local", is
|
# installation prefix of "/usr/local", is
|
||||||
# "/usr/local/share/petidomo/help".
|
# "/usr/local/share/petidomo/help".
|
||||||
#Help_File /usr/local/share/petidomo/help
|
#Help_File /usr/local/share/petidomo/help
|
||||||
|
|
||||||
# TAG: ACL_File <string>
|
# TAG: ACL_File <string>
|
||||||
# This entry sets the path to the master ACL file used by
|
# This entry sets the path to the master ACL file used by
|
||||||
# Petidomo. The default value, assuming an installation prefix
|
# Petidomo. The default value, assuming an installation prefix
|
||||||
# of "/usr/local", is "/usr/local/etc/petidomo.acl".
|
# of "/usr/local", is "/usr/local/etc/petidomo.acl".
|
||||||
#ACL_File /usr/local/etc/petidomo.acl
|
#ACL_File /usr/local/etc/petidomo.acl
|
||||||
|
|
||||||
# TAG: Index_File <string>
|
# TAG: Index_File <string>
|
||||||
# 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,
|
# 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".
|
# "/usr/local/var/petidomo/index".
|
||||||
#Index_File /usr/local/var/petidomo/index
|
#Index_File /usr/local/var/petidomo/index
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user