Skip to content
Snippets Groups Projects
Commit 92edaf22 authored by Marius Cramer's avatar Marius Cramer
Browse files

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
parents 6360fdf4 7fd6585c
No related branches found
No related tags found
No related merge requests found
......@@ -36,9 +36,9 @@ env[TEMP] = <tmpl_var name='document_root'>/tmp
<tmpl_var name='enable_php_open_basedir'>php_admin_value[open_basedir] = <tmpl_var name='php_open_basedir'>
php_admin_value[session.save_path] = <tmpl_var name='document_root'>/tmp
php_admin_value[upload_tmp_dir] = <tmpl_var name='document_root'>/tmp
php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>"
php_admin_value[sendmail_path] = "/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>"
</tmpl_if>
<tmpl_loop name="custom_php_ini_settings">
<tmpl_var name='ini_setting'>
</tmpl_loop>
\ No newline at end of file
</tmpl_loop>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment