x-php-script

PRB

Verified User
Joined
Oct 18, 2008
Messages
154
Hi,

I would like to turn off x-php-script from the e-mail headers so it doesn't show which php script sent the e-mails any more. I know this is dangerous because of spammers, but there is only one user on the server, which is me. Can you tell me how to achieve this? It is very important that the x-php-script is no longer displayed in the headers.
 
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set mail-header-patch no
./build php n
 
Does it have any way to be turned off by php.ini ?
I don't want to rebuild the php and make all configs again.
 
Back
Top