Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 1 match
- Sat Oct 15, 2016 4:56 am
- Forum: Mail Server
- Topic: VestaCP + Exim + php mail function security issue?
- Replies: 10
- Views: 24237
Re: VestaCP + Exim + php mail function security issue?
Method for PHP5.5 and before
We have to edit sendmail_path in php.ini
1. nano /etc/php5/apache2/php.ini
2. Edit line sendmail_path = and change into sendmail_path = "/dev/null"
3. Save
Method for PHP5.6 and after
The newest php version installed on server does not allow global settings (such ...
We have to edit sendmail_path in php.ini
1. nano /etc/php5/apache2/php.ini
2. Edit line sendmail_path = and change into sendmail_path = "/dev/null"
3. Save
Method for PHP5.6 and after
The newest php version installed on server does not allow global settings (such ...