On Fri, Aug 02, 2002 at 11:09:43AM -0300, Flavio Fonseca wrote: > anyone else is having this kind of problem:
Nope. > trying to use echo with quotes: > >ff:/usr/local/qmail-1.03-ldap # echo "to:[EMAIL PROTECTED]" | > >/var/qmail/bin/qmail-inject > >/var/qmail/bin/qmail-inject: to:: command not found Try this: # cat /var/qmail/bin/qmail-inject For most people, their terminals would start spewing garbage and generally freak out at this point. In your case, I bet you'll see only: to: <some_random_address> indicating that, at some point, you did: # echo "to: <some_random_address>" > /var/qmail/bin/qmail-inject The easiest way to recover is probably "make setup check" in your qmail source directory. Let that be a lesson to you: /Never/ test stuff as root unless the tests require it. -- Adrian Ho Tinker, Drifter, Fixer, Bum [EMAIL PROTECTED] ListArchive: <http://marc.theaimsgroup.com/?l=qmail-ldap> Useful URLs: <http://www.lifewithqmail.org/ldap/> <http://www.nrg4u.com/>
