From 360fe23d677e01adc1fe1d31b7d4901b6535b322 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 12 Feb 2001 18:08:00 +0000 Subject: [PATCH] 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. --- config/petidomo.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/petidomo.conf b/config/petidomo.conf index 44fc848..9c4c597 100644 --- a/config/petidomo.conf +++ b/config/petidomo.conf @@ -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 " -odq -v -f". The '%s' is +# 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 @@ -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