> Can you telnet to port 25 of your box and get the qmail blurf?

Sure.

----------------------------------------------------------
$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
220 mozdev.org ESMTP
HELO localhost
250 mozdev.org
MAIL FROM:[EMAIL PROTECTED]
250 ok
RCPT TO:[EMAIL PROTECTED]
250 ok
DATA
354 go ahead
From:"pete collins" <[EMAIL PROTECTED]>
To:"pete"<[EMAIL PROTECTED]>
Subject:Testing

This is a test man

.
250 ok 984146454 qp 16200
QUIT
221 mozdev.org
Connection closed by foreign host.
----------------------------------------------------------

I even tried this:

<?php 
passthru('/var/qmail/bin/qmail-inject [EMAIL PROTECTED]');
?>


Nothing.

But this works:

$ su httpd
[httpd@tigris bin]$ /var/qmail/bin/qmail-inject [EMAIL PROTECTED]
Subject: test

testing

^D

php is running as user httpd.

Any ideas?

Thanks

--pete

-- 
PHP General 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