--- petidomo.conf 2000/12/13 13:19:05 1.1
+++ petidomo.conf 2000/12/15 16:03:15 1.2
@@ -1,7 +1,7 @@
#
# ~petidomo/etc/petidomo.conf
#
-# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.1 2000/12/13 13:19:05 simons Exp $
+# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.2 2000/12/15 16:03:15 simons Exp $
#
# TAG: Hostname <string>
@@ -61,45 +61,3 @@
#
# The default, if the option is unset, is the string '-f%s'.
#MTA_Options "-odq -f%s"
-
-# TAG: DetachImmediately <yes|no>
-# 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 <yes|no>
-# 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
|