From 2bbd11e6b5825dfbb70eb37dd212a1e618b6cdfc Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 1 Sep 2003 16:25:07 +0000 Subject: [PATCH] "fixed" bug #25344 (regular domain "localhost.com" used in php.ini) --- php.ini-dist | 2 +- php.ini-recommended | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php.ini-dist b/php.ini-dist index e021dfe69f..eae9039b20 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -591,7 +591,7 @@ define_syslog_variables = Off SMTP = localhost ; For Win32 only. -sendmail_from = me@localhost.com +;sendmail_from = me@example.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = diff --git a/php.ini-recommended b/php.ini-recommended index 901a9671ff..eeae6f6256 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -606,7 +606,7 @@ define_syslog_variables = Off SMTP = localhost ; For Win32 only. -sendmail_from = me@localhost.com +;sendmail_from = me@example.com ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = -- 2.50.1