disable mail-header-path

duke28

Verified User
Joined
Oct 30, 2005
Messages
311
Location
Montreal - Canada
hi,

i try to disable the mail header path for php in one server..

i try to add the user in trusted user in exim.conf..not working for this one..

after it, i try to change this in my options.conf of custumbuild

#Mail options
mail-header-patch=no

after it i type ./build clean and ./build php n
and its compile again php with mail header path

[root@box38 custombuild]# ./build clean
[root@box38 custombuild]# ./build php n
File already exists: php-4.4.9.tar.gz
MD5 Checksum on php-4.4.9.tar.gz passed.
Downloading php-4.4.9-mail-header.patch...
--04:22:53-- http://files.directadmin.com/services/custombuild/php-4.4.9-mail-header.patch
=> `/usr/local/directadmin/custombuild/php-4.4.9-mail-header.patch'
Resolving files.directadmin.com... 72.35.85.222
Connecting to files.directadmin.com|72.35.85.222|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3,420 (3.3K) [text/plain]

100%[=================================================================================================================================================================================================>] 3,420 --.--K/s

04:22:54 (498.79 MB/s) - `/usr/local/directadmin/custombuild/php-4.4.9-mail-header.patch' saved [3420/3420]


so.. how can i disable mail header path ?
 
Back
Top