renaming sendmail variable to remain consistant with nameing conventions

This commit is contained in:
Rich Allen 2014-08-05 10:01:28 -04:00
parent 26c5175756
commit 644194d3de
2 changed files with 2 additions and 2 deletions

View File

@ -13,4 +13,4 @@ php_webserver_daemon: "httpd"
php_enable_php_fpm: false
sendmail_path: "/usr/sbin/sendmail -t -i"
php_sendmail_path: "/usr/sbin/sendmail -t -i"

View File

@ -966,7 +966,7 @@ smtp_port = 25
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
sendmail_path = {{ sendmail_path }}
sendmail_path = {{ php_sendmail_path }}
; Force the addition of the specified parameters to be passed as extra parameters
; to the sendmail binary. These parameters will always replace the value of