On Mon, Mar 08, 1999 at 05:43:44PM -0700, [EMAIL PROTECTED] wrote:
> 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 \

.forward and ./Maildir/ are on one line here.

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

Here, they're on two lines.

>   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.

Just put the newline in between .forward and ./Maildir/

Greetz, Peter.
-- 
.| Peter van Dijk           | <mo|VERWEG> stoned worden of coden
.| [EMAIL PROTECTED]  | <mo|VERWEG> dat is de levensvraag
                            | <mo|VERWEG> coden of stoned worden
                            | <mo|VERWEG> stonend worden En coden
                            | <mo|VERWEG> hmm
                            | <mo|VERWEG> dan maar stoned worden en slashdot lezen:)

Reply via email to