Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
7fd6585c
Commit
7fd6585c
authored
Aug 04, 2015
by
Jesse Norell
Browse files
FS#3933 - Invalid sendmail "from" in php_fpm_pool.conf.master
parent
6360fdf4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/conf/php_fpm_pool.conf.master
View file @
7fd6585c
...
...
@@ -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>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment