Skip to content

Commit a538a12

Browse files
author
Till Brehm
committed
Fixed: FS#3933 - Invalid sendmail "from" in php_fpm_pool.conf.master
1 parent 299f8eb commit a538a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/conf/php-fcgi-starter.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ exec <tmpl_var name='php_fcgi_bin'> \
1818
-d suhosin.executor.func.blacklist="" \
1919
-d upload_tmp_dir=<tmpl_var name='document_root'>/tmp \
2020
-d session.save_path=<tmpl_var name='document_root'>/tmp \
21-
-d sendmail_path="/usr/sbin/sendmail -t -i -fwebmaster@<tmpl_var name='domain'>" \
21+
-d sendmail_path="/usr/sbin/sendmail -t -i -f webmaster@<tmpl_var name='domain'>" \
2222
</tmpl_if> $1

0 commit comments

Comments
 (0)