summaryrefslogtreecommitdiff
path: root/php.ini-recommended
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-08-04 22:42:11 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-08-04 22:42:11 +0000
commitb04a02660e0f4f0082fa5a2c51531249fd3103e3 (patch)
tree6f4b0ee7addd0ee8f65cfa3c36ebe8c47b17fde1 /php.ini-recommended
parent73db4d5ccab57e127a72c16d05ab01d831686920 (diff)
downloadphp-git-b04a02660e0f4f0082fa5a2c51531249fd3103e3.tar.gz
changed default sendmail flags from '-t' to '-t -i' (bugid#5374)
Diffstat (limited to 'php.ini-recommended')
-rw-r--r--php.ini-recommended2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended
index 9f70462f10..15c53c679d 100644
--- a/php.ini-recommended
+++ b/php.ini-recommended
@@ -255,7 +255,7 @@ define_syslog_variables = Off ; Whether or not to define the various syslog vari
[mail function]
SMTP = localhost ;for win32 only
sendmail_from = me@localhost.com ;for win32 only
-;sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)
+;sendmail_path = ;for unix only, may supply arguments as well (default is 'sendmail -t -i')
[Debugger]
debugger.host = localhost