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.
This commit is contained in:
parent
e7d34b939f
commit
360fe23d67
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user