From 1e1cdee5d4874cffca2ea50e78833f83c7a9a963 Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Thu, 7 Jul 2005 15:27:25 +0000 Subject: BUILD : 1.7.10 (846) BUGS : NOTES : Clarified comments above SendMailPath in the config, thanks IcyLiquid git-svn-id: svn://svn.anope.org/anope/trunk@846 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@599 5417fbe8-f217-4b02-8779-1006273d7864 --- data/example.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'data') 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" -- cgit