Re: [exim] smtp transport process returned non-zero status 0…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jesse Regier
Fecha:  
A: exim-users
Asunto: Re: [exim] smtp transport process returned non-zero status 0x0009
On Fri, 2004-09-10 at 03:58, Philip Hazel wrote:
> On Thu, 9 Sep 2004, Jesse Regier wrote:
>
> > I am am using exim 4.42 along with spamassassin in a spam gateway
> > solution. When exim delivers email to the next mail server where the
> > email accounts live I am getting the following error.
> >
> > T=remote_smtp defer (-1): smtp transport process returned non-zero
> > status 0x0009: terminated by signal 9
>
> Signal 9 is SIGKILL on more than one operating system. Something
> external is killing your processes.
>
> -- 
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.
> Get the Exim 4 book:    http://www.uit.co.uk/exim-book

--

After some more investigation I noticed that this was only happening
when a spam was being redirected to a different address. I was using
the following without the redirect_router line. After I added that line
then things started working fine. I'm wondering if there was some sort
of loop happening and the kernel was killing it off. I didn't see
anything in logs matching that and no paniclog was generated.

spam_redirect_router:
        no_verify
        no_expn
        driver=redirect
        data=spambox@???
        condition = "${if  and { {eq
{${received_protocol}}{spam-scanned} }  { def:header_X-Spam-Flag: } }   
{1}{0} }"
        redirect_router = ourdomains_route
        no_more


ourdomains_route:
    driver = manualroute
    transport = remote_smtp
    route_list = +ourdomains  192.168.0.3




Jesse Regier <jregier@???>
Computer Systems, Inc.