22
0
Fork 0

ajout pour désactiver fonction mail()

This commit is contained in:
Gregory Colpart 2018-06-11 15:33:23 +02:00
parent cfde9e870d
commit 4d9584007f
1 changed files with 5 additions and 0 deletions

View File

@ -730,3 +730,8 @@ Il faut configurer la variable *sendmail_path* à /bin/true comme ceci, par exem
php_admin_value sendmail_path "/bin/true -t -i -f www-foo"
~~~
* Désactiver la fonction mail()
~~~
php_admin_value sendmail_path "/bin/true"
~~~