also sprach jon:
> Hi,
> 
> I have now installed qmail and started it up (followed the install
> document).  I tried one of the tests -
> 
> % echo to: [EMAIL PROTECTED] | /var/qmail/bin/qmail-inject
> 
> And I got a blank email though - so it worked.  Now when I tried using qmail
> in a perl script -
> 
> $mailprog = "/var/qmail/bin/sendmail";

/var/qmail/bin/sendmail != /var/qmail/bin/qmail-inject  (You're testing the
first in your script, the second on the command line.)

Try assigning "/var/qmail/bin/qmail-inject" to $mailprog and see if that
works.

/pg
-- 
Peter Green : Gospel Communications Network, SysAdmin : [EMAIL PROTECTED]
---
"On a normal ascii line, the only safe condition to detect is a 'BREAK'
- everything else having been assigned functions by Gnu EMACS."
(By Tarl Neustaedter)

Reply via email to