Till Brehm
2016-01-31 a538a12118bb484b658c40ecb73882bb8a2002a1
Fixed: FS#3933 - Invalid sendmail "from" in php_fpm_pool.conf.master
1 files modified
2 ■■■ changed files
server/conf/php-fcgi-starter.master 2 ●●● patch | view | raw | blame | history
server/conf/php-fcgi-starter.master
@@ -18,5 +18,5 @@
-d suhosin.executor.func.blacklist="" \
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
-d session.save_path=<tmpl_var name='document_root'>/tmp \
-d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \
-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>" \
</tmpl_if> $1