Skip to content

Commit 92edaf2

Browse files
author
Marius Cramer
committed
Merge branch 'fs3933' into 'master'
FS#3933 - Invalid sendmail "from" in php_fpm_pool.conf.master Whitespace correction for sendmail "from" address in php_fpm_pool.conf.master See merge request !216
2 parents 6360fdf + 7fd6585 commit 92edaf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/conf/php_fpm_pool.conf.master

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ env[TEMP] = <tmpl_var name='document_root'>/tmp
3636
<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
3737
php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp
3838
php_admin_value[upload_tmp_dir] = <tmpl_var name='document_root'>/tmp
39-
php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
39+
php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>"
4040
</tmpl_if>
4141

4242
<tmpl_loop name="custom_php_ini_settings">
4343
<tmpl_var name='ini_setting'>
44-
</tmpl_loop>
44+
</tmpl_loop>

0 commit comments

Comments
 (0)