Re: [Exim] Help on virus scan pipe.

Inizio della pagina
Delete this message
Reply to this message
Autore: John Burnham
Data:  
To: Jason C. Leach, exim-users
Oggetto: Re: [Exim] Help on virus scan pipe.
> I need a bit of help with the config for a virus scan program. I get the
> error: 2001-06-15 13:28:10 151zil-00083F-00 ** postmaster@???
> D=virscan T=virscan_pipe: Child process of virscan_pipe transport
> returned 1 from command: /tmp/filter.py
>

Your Python script exited and returned 1 - make sure the script is set up to
return 0 if it completes successfully. Anything else and the pipe stuff
assumes that there was a problem and gives you the error message you've
seen.
John