Re: [Exim] Question about self defined router (was: Question…

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Tim Tassonis
Ημερομηνία:  
Προς: exim-users
Υ/ο: ph10
Αντικείμενο: Re: [Exim] Question about self defined router (was: Questions using transport filter)
Hi Philip

On Wed, 17 Apr 2002 12:26:21 +0100 (BST)
Philip Hazel <ph10@???> wrote:

> You will need to put some debugging information into your script so as
> to find out why it doesn't do what you want it to. I don't think this is
> an Exim problem.


I figured it out now. As described in my last mail, the script ended with:

exim -oMr smime < $tmpmail

which I thought was correct, since you mentioned a line like this. Of
course it was clear to you that I also have to specify sender and
recipient of the mail to feed it back to exim, but no to me. This now
forks fine:

exim -oMr smime -i -f $SENDER "$LOCAL_PART@$DOMAIN" < $tmpmail

Maybe exim gave my script an error message when I called it without
recipient, but I didn't catch it, and there was nothing in the log files.

I figured it out looking at Amavis, b.t.w.
Thanks
Tim