OSSP CVS Repository

ossp - Check-in [381]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 381
Date: 2001-Feb-12 19:08:00 (local)
2001-Feb-12 18:08:00 (UTC)
User:simons
Branch:
Comment: 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.
Tickets:
Inspections:
Files:
ossp-pkg/petidomo/config/petidomo.conf      1.8 -> 1.9     4 inserted, 4 deleted

ossp-pkg/petidomo/config/petidomo.conf 1.8 -> 1.9

--- petidomo.conf        2001/01/20 13:58:45     1.8
+++ petidomo.conf        2001/02/12 18:08:00     1.9
@@ -1,5 +1,5 @@
 #
-# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.8 2001/01/20 13:58:45 simons Exp $
+# $Header: /v/ossp/cvs/ossp-pkg/petidomo/config/petidomo.conf,v 1.9 2001/02/12 18:08:00 simons Exp $
 #
 
 #  TAG: Hostname <string>
@@ -44,9 +44,9 @@
 #       This entry sets the options which will be handed over to the MTA
 #       when it is called. The following example
 #
-#       MTAOptions "-odq -v -f%s"
+#       MTAOptions "-odq -i -f%s"
 #
-#       will yield a call "<mta> -odq -v -f<envelope>". The '%s' is
+#       will yield a call "<mta> -odq -i -f<envelope>". 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
@@ -55,7 +55,7 @@
 #       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'.
+#       The default, if the option is unset, is '-i -f%s'.
 #MTAOptions    "-i -f%s"
 
 #  TAG: ListDirectory <string>

CVSTrac 2.0.1