head 1.9; access; symbols PETIDOMO_4_0b6:1.9 PETIDOMO_4_0b5:1.9 PETIDOMO_4_0b4:1.9 PETIDOMO_4_0b3:1.9 BEFORETHL:1.9 petidomo-2-2:1.1.1.1 petidomo:1.1.1; locks; strict; comment @# @; 1.9 date 2001.02.12.18.08.00; author simons; state Exp; branches; next 1.8; 1.8 date 2001.01.20.13.58.45; author simons; state Exp; branches; next 1.7; 1.7 date 2001.01.20.13.53.45; author simons; state Exp; branches; next 1.6; 1.6 date 2001.01.15.16.37.33; author simons; state Exp; branches; next 1.5; 1.5 date 2001.01.08.20.35.29; author simons; state Exp; branches; next 1.4; 1.4 date 2000.12.16.12.06.09; author simons; state Exp; branches; next 1.3; 1.3 date 2000.12.15.17.30.43; author simons; state Exp; branches; next 1.2; 1.2 date 2000.12.15.16.03.15; author simons; state Exp; branches; next 1.1; 1.1 date 2000.12.13.13.19.05; author simons; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.12.13.13.19.05; author simons; state Exp; branches; next ; desc @@ 1.9 log @The sample config file should contain the -i parameter at the MTAOptions, not the -v parameter, which does not make any sense here at all and probably was a typo to begin with. @ text @# # $Header: /e/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.8 2001/01/20 13:58:45 simons Exp $ # # 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 # 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" # 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" # TAG: MTAOptions # This entry sets the options which will be handed over to the MTA # when it is called. The following example # # MTAOptions "-odq -i -f%s" # # will yield a call " -odq -i -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. # # The default, if the option is unset, is '-i -f%s'. #MTAOptions "-i -f%s" # TAG: ListDirectory # 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 ListDirectory, assuming an installation prefix of # "/usr/local", is "/usr/local/var/petidomo/lists". #ListDirectory /usr/local/var/petidomo/lists # TAG: AckQueueDirectory # 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". #AckQueueDirectory /usr/local/var/petidomo/ack-queue # TAG: HelpFile # 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". #HelpFile /usr/local/share/petidomo/help # TAG: ACLFile # 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". #ACLFile /usr/local/etc/petidomo.acl # TAG: IndexFile # 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". #IndexFile /usr/local/var/petidomo/index @ 1.8 log @Following my quest against underscores in file names, I renamed the default acknowledgment queue directory from "ack_queue" to "ack-queue". @ text @d2 1 a2 1 # $Header: /e/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.7 2001/01/20 13:53:45 simons Exp $ d47 1 a47 1 # MTAOptions "-odq -v -f%s" d49 1 a49 1 # will yield a call " -odq -v -f". The '%s' is d58 1 a58 1 # The default, if the option is unset, is the string '-f%s'. @ 1.7 log @Updated the sample config files to the modified tag names. @ text @d2 1 a2 1 # $Header: /e/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.6 2001/01/15 16:37:33 simons Exp $ d79 2 a80 2 # "/usr/local/var/petidomo/ack_queue". #AckQueueDirectory /usr/local/var/petidomo/ack_queue @ 1.6 log @- Added Ack_Queue_Dir keyword. - Changed default of List_Directory from LOCALSTATEDIR to LOCALSTATEDIR/lists. @ text @d2 1 a2 1 # $Header: /d1/e/petidomo/cvs/petidomo/etc/petidomo.conf,v 1.5 2001/01/08 20:35:29 simons Exp $ d43 1 a43 1 # TAG: MTA_Options d47 1 a47 1 # MTA_Options "-odq -v -f%s" d59 1 a59 1 #MTA_Options "-i -f%s" d61 1 a61 1 # TAG: List_Directory d66 2 a67 2 # "/foo/config" first, then for # "/foo.config". If neither exists, it d70 1 a70 1 # The default List_Directory, assuming an installation prefix of d72 1 a72 1 #List_Directory /usr/local/var/petidomo/lists d74 1 a74 1 # TAG: Ack_Queue_Directory d80 1 a80 1 #Ack_Queue_Directory /usr/local/var/petidomo/ack_queue d82 1 a82 1 # TAG: Help_File d88 1 a88 1 #Help_File /usr/local/share/petidomo/help d90 1 a90 1 # TAG: ACL_File d94 1 a94 1 #ACL_File /usr/local/etc/petidomo.acl d96 1 a96 1 # TAG: Index_File d101 1 a101 1 #Index_File /usr/local/var/petidomo/index @ 1.5 log @Added example entries for the new keywords "List_Directory", "Help_File", "ACL_File", and "Index_File". @ text @d2 1 a2 1 # $Header: /d1/e/petidomo/cvs/petidomo/etc/petidomo.conf,v 1.4 2000/12/16 12:06:09 simons Exp $ d6 14 a19 14 # 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 d22 9 a30 9 # 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" d33 9 a41 9 # 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" d44 2 a45 2 # This entry sets the options which will be handed over to the MTA # when it is called. The following example d47 1 a47 1 # MTA_Options "-odq -v -f%s" d49 5 a53 5 # 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. d55 2 a56 2 # In 99% of all cases you won't need to set this option and should # leave it alone. d58 2 a59 2 # The default, if the option is unset, is the string '-f%s'. #MTA_Options "-i -f%s" d71 10 a80 2 # "/usr/local", is "/usr/local/var/petidomo". #List_Directory /usr/local/var/petidomo d83 6 a88 6 # 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 d91 4 a94 4 # 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 d97 1 a97 1 # This entry sets the path to the index file Petidomo sends back d99 1 a99 1 # assuming an installation prefix of "/usr/local", is d101 1 a101 1 #Index_File /usr/local/var/petidomo/index @ 1.4 log @Removed reference to firepower altogether; MTA is a required keyword. @ text @d2 1 a2 3 # ~petidomo/etc/petidomo.conf # # $Header: /d1/e/petidomo/cvs/petidomo/etc/master-config,v 1.3 2000/12/15 17:30:43 simons Exp $ d19 1 a19 1 Hostname @@HOSTNAME@@ d30 1 a30 1 AdminPassword @@ADMINPASSWORD@@ d41 1 a41 1 MTA @@MTA@@ d59 35 a93 1 #MTA_Options "-odq -f%s" @ 1.3 log @Removed note about Firepore MTA. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/etc/master-config,v 1.2 2000/12/15 16:03:15 simons Exp $ d12 1 a12 1 # HostName listserver.foo.bar d41 2 a42 2 # The default, if the option is unset, is to use the Firepower SMTP # client, which is part of the package. @ 1.2 log @Removed the global configuration options "DetachImmediately" and "ShowStatistics". Consequently removed all code that deals with these options, too. @ text @d4 1 a4 1 # $Header: /d1/e/petidomo/cvs/petidomo/etc/master-config,v 1.1.1.1 2000/12/13 13:19:05 simons Exp $ a42 2 # # BETA NOTE: Firepower is not available yet, you have to specify a MTA. @ 1.1 log @Initial revision @ text @d4 1 a4 1 # $Header: /usr/local/libdata/cvs/simons/petidomo/etc/masterconfig,v 1.8 1998/06/01 21:35:56 simons Exp $ a63 42 # TAG: DetachImmediately # This option decides whether Petidomo will run in syncronous or # asyncronous mode. When a part of the package is called, it expects # an incoming email message on standard input, which has usually been # received by the SMTP daemon before. So the daemon will pipe the mail # into the binary. # # In syncronous mode, Petidomo will process the mail completely, # before it terminates. Hence, the SMTP daemon has to wait until the # whole mail is processed, before it can terminate itself. This may # cause memory problems at high-load servers, where several dozen, or # even hundreds of emails can arrive at the same time. # # In asyncronous mode, Petidomo will read the mail and then detach # itself. The advantage is that the SMTP daemon can terminate # immediately and doesn't have to wait until Petidomo is finished # processing the mail. The disadvantage is that in case of an error, # the SMTP daemon will not receive the return code from Petidomo. For # smaller servers, syncronous mode is recommended -- larger servers # should use asyncronous mode. # # Please specify "no" to run in syncronous mode and "yes" for # asyncronous mode. # # The default, if the option is unset, is to operate syncronously. #DetachImmediately no # TAG: ShowStatistics # Petidomo appends some run-time statistics at the end of every # reply to a command it processed, such as SUBSCRIBE or INDEX. # While this is often interesting or useful, some administrators # prefer Petidomo not to reveal any details of their # installation. # # In this case, setting this switch to "no" will tell Petidomo # to be quiet. Please note that this switch is ignored in the # non-commercial trial version. # # The default, if the option is unset, is to append the run-time # statistics. #ShowStatistics no @ 1.1.1.1 log @Imported Petidomo 2.2 as found on www.petidomo.com. @ text @@