mrkappa
11-05-2005, 12:45 PM
Hello All,
Ive been with the same host for many years and was always running CGI/PERL scripts from well reputed develepors. Ive started to purchase PHP programs and had the programmers install them and they all seemed to work except for the email function only.
My host gave me the following answer:
FROM HOST:
You are running your scripts as mod-php there is a high chance that you
are going to be caught by policyd which is running on the server in order
to limit the amount of exploited php mail being sent from our servers.
***Using mod-php your scripts will send as the apache user rather than your
user***. Change your php script to report the envelope sender and the
problems you are having should go away.
END OF MESSAGE
Does this make any sense at all? How would I do this at the script level.
Ive been with the same host for many years and was always running CGI/PERL scripts from well reputed develepors. Ive started to purchase PHP programs and had the programmers install them and they all seemed to work except for the email function only.
My host gave me the following answer:
FROM HOST:
You are running your scripts as mod-php there is a high chance that you
are going to be caught by policyd which is running on the server in order
to limit the amount of exploited php mail being sent from our servers.
***Using mod-php your scripts will send as the apache user rather than your
user***. Change your php script to report the envelope sender and the
problems you are having should go away.
END OF MESSAGE
Does this make any sense at all? How would I do this at the script level.
