Skip to content
Snippets Groups Projects
Commit a538a121 authored by Till Brehm's avatar Till Brehm
Browse files

Fixed: FS#3933 - Invalid sendmail "from" in php_fpm_pool.conf.master

parent 299f8ebf
No related branches found
No related tags found
No related merge requests found
......@@ -18,5 +18,5 @@ exec <tmpl_var name='php_fcgi_bin'> \
-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
\ No newline at end of file
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