From a538a12118bb484b658c40ecb73882bb8a2002a1 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Sun, 31 Jan 2016 12:39:50 +0100 Subject: [PATCH] Fixed: FS#3933 - Invalid sendmail "from" in php_fpm_pool.conf.master --- server/conf/php-fcgi-starter.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/conf/php-fcgi-starter.master b/server/conf/php-fcgi-starter.master index 679f1b21ab..7671a7007e 100644 --- a/server/conf/php-fcgi-starter.master +++ b/server/conf/php-fcgi-starter.master @@ -18,5 +18,5 @@ exec \ -d suhosin.executor.func.blacklist="" \ -d upload_tmp_dir=/tmp \ -d session.save_path=/tmp \ --d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@" \ +-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@" \ $1 \ No newline at end of file -- GitLab