Javier Crespo wrote:
> > if you omit the 4th argument, it's your MAIL TRANSFER AGENT (i.e.
> > qmail, sendmail, exim, ...) which puts in the [EMAIL PROTECTED] and
> > not PHP. have a look at your MTA's manual for this problem.
>
> I know, And that's my problem. All mail is sent by nobody (this is
> ok) or whatever is passed in 4th to mail function (this also is ok).
>
> Perhaps forget to comment. I'm hosting multiuser virtual server
> domains in my apache server. All of them php enabled, and not all
> users are well known.

You're using PHP as APXS/Module?
Try CGI with suexec instead, this is what mass-hosters usually do, 
AFAIK. Safe-mode isn't very popular.

I've never configured sendmail myself, but it should be possible to 
block access for certain users, I guess, so this might helf you out.

regards
Wagner

-- 
Cynic, n.: A blackguard whose faulty vision sees things as they are,
not as they ought to be. 
   -- Ambrose Bierce, "The Devil's Dictionary"

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to