How to change send mail path in Custom HTTPD Configurations

maiijarb

Verified User
Joined
Nov 8, 2006
Messages
65
DirectAdmin > Custom HTTPD Configurations > domain1

from
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f [email protected]'

to
php_admin_value sendmail_path '/bin/false'

Thank you.
 
Back
Top