Hi there,
  I'm puzzled by the qmail-start script, maybe someone can give me a hint.
The script is like the following:

  supervise /var/lock/qmail /var/qmail/bin/qmail-start \
       '|dot-forward .forward ./Maildir/' accustamp \
       | setuser qmaill supervise /var/lock/qmail-cyclog cyclog \
       /var/log/qmail/qmail &

  It gave me the following error messages in about every 10 messages:

920934855.867884 delivery 22: deferral: 
  dot-forward:_fatal:_unable_to_parse_this_line:_/

  
  But it will disappear if I use the following script:

/bin/sh -cf '/var/qmail/rc &'

  And /var/qmail/rc is like the following:

#!/bin/sh

exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|dot-forward .forward
./Maildir/' splogger qmail


  Did I miss something here? I have poked around try to find the answer
but no vail. The first script works on the Red hat linux 5.2 though.
  I really like to use the supervise tools and the cyclog.

  Any help is highly appreciated.

  Thanks.
--George Hong
System Admin


Reply via email to