Hi,

At 16:08 8.3.2001 +0200, Peter Peltonen wrote:
>Erwin Hoffmann wrote:
>
>> ... which means,
>> (1.) either .qmail was not executed (you can verify)
>
>How do I do that?

include in your .qmail file:

| echo "I was here" > ~/qmail.out
| /var/qmail/bin/checkattach

>
>> (2.) a EXE is not in the checktype line
>
>I haven't modified the script, so it was.
>
>
>> (3.) you are missing some UNIX commands (like gawk) and/or some C-routines.
>> 
>> Verification for (3.):
>> 
>> cat some_file | /var/qmail/bin/checkattach
>> 
>> If some routines are missing, it will tell.
>
>[root@mail /root]# cat passwd.cdb | /var/qmail/bin/checkattach
>bash: /var/qmail/bin/checkattach: No such file or directory
>[root@mail /root]# /var/qmail/bin/checkattach 
>bash: /var/qmail/bin/checkattach: No such file or directory
>[root@mail /root]# which gawk
>/bin/gawk
>[root@mail /root]# which awk
>/bin/awk
>[root@mail /root]# which checkattach
>/usr/bin/checkattach
>
>What might I be missing?

Simple: To open your eyes!

You copied the script into /usr/bin/ !
Change the call and it will work !

cheers.
eh.

>
>
>Peter
>
+-----------------------------------------------------------------------+
|  fff        hh         http://www.fehcom.de        Dr. Erwin Hoffmann |
| ff          hh                                                        |
| ff    eee   hhhh      ccc   ooo    mm mm  mm       Wiener Weg 8       |
| fff  ee ee  hh  hh   cc   oo   oo  mmm  mm  mm     50858 Koeln        |
| ff  ee eee  hh  hh  cc   oo     oo mm   mm  mm                        |
| ff  eee     hh  hh   cc   oo   oo  mm   mm  mm     Tel 0221 484 4923  |
| ff   eeee   hh  hh    ccc   ooo    mm   mm  mm     Fax 0221 484 4924  |
+-----------------------------------------------------------------------+

Reply via email to