diff options
Diffstat (limited to 'data/example.conf')
-rw-r--r-- | data/example.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 6ce2585d2..879f1f4ca 100644 --- a/data/example.conf +++ b/data/example.conf @@ -596,7 +596,9 @@ UseMail # to find the mail recipient; consult your SendMail documentation. # # Postfix users must use the compatible sendmail utility provided -# with it; this one needs no parameters on the command line. +# with it; this one usually needs no parameters on the command line. +# Most sendmail applications (or replacements of it) require the -t +# option to be used. SendMailPath "/usr/sbin/sendmail -t" |