I'm currently using vdeliver to ... deliver the mails.

Now, I'd like to use also another program (findmail, output = email adress), that 
would try to
deliver the mails _only_ if vdeliver doesn't find a defined user.

I tried this :

|/usr/local/bin/vdeliver
|if T=`./.findmail.pl`; then forward $T; else echo "Sorry, no mailbox here by that 
|name (#5.1.1)."; exit 100; fi

and this :

|except /usr/local/bin/vdeliver
|if T=`./.findmail.pl`; then forward $T; else echo "Sorry, no mailbox here by that 
|name (#5.1.1)."; exit 100; fi

but it doesn't work correctely (it always forward 2 mails : 
one normal, and the other one error).

Maybe that a .qmail guru could give me a hint ? I'm currently looking in
the docs.

Thanks,
Olivier

Reply via email to