Re: [Exim] Exim doesn't bounce

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Dave C.
Datum:  
To: Marius Stan
CC: exim-users
Betreff: Re: [Exim] Exim doesn't bounce
On Thu, 14 Feb 2002, Marius Stan wrote:

> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
>
> Hi everyone,
> just subscribed here and already have a question:
>
> My Exim doesn't bounce the messages that couldn't be sent:
>
> Feb 13 16:24:02 linux exim[28290]: 2002-02-13 16:24:02 16b0KI-0007MI-00 <= mstan@??? U=amavis P=scanned-ok S=1529 id=05ed01c1b4fe$f7f0a280$1460a8c0@dominion
> Feb 13 16:24:02 linux amavis[28284]: do_exit:377 - ending execution with 0
> Feb 13 16:24:02 linux exim[28282]: 2002-02-13 16:24:02 16b0KH-0007M9-00 => aaasdas <aaasdas@???> D=amavis_director T=amavis
> Feb 13 16:24:02 linux exim[28282]: 2002-02-13 16:24:02 16b0KH-0007M9-00 Completed
> Feb 13 16:24:02 linux exim[28291]: 2002-02-13 16:24:02 16b0KI-0007MI-00 ** aaasdas@???: unknown local-part "aaasdas" in domain "asesoft.ro"
> Feb 13 16:24:02 linux exim[28294]: 2002-02-13 16:24:02 16b0KI-0007MM-00 <= <> R=16b0KI-0007MI-00 U=mail P=local S=2331
> Feb 13 16:24:02 linux exim[28291]: 2002-02-13 16:24:02 16b0KI-0007MI-00 Error message sent to mstan@???


Ok, it looks like you've got amavis in there. Did your bounces work
correctly before you added that in? If so, there is presumably some
problem with that.

I see 3 message ids in the log excerpt above:

16b0KI-0007MI-00:
> Feb 13 16:24:02 linux exim[28290]: 2002-02-13 16:24:02 16b0KI-0007MI-00 <= mstan@??? U=amavis P=scanned-ok S=1529 id=05ed01c1b4fe$f7f0a280$1460a8c0@dominion
> Feb 13 16:24:02 linux exim[28291]: 2002-02-13 16:24:02 16b0KI-0007MI-00 ** aaasdas@???: unknown local-part "aaasdas" in domain "asesoft.ro"
> Feb 13 16:24:02 linux exim[28291]: 2002-02-13 16:24:02 16b0KI-0007MI-00 Error message sent to mstan@???


16b0KH-0007M9-00:
> Feb 13 16:24:02 linux exim[28282]: 2002-02-13 16:24:02 16b0KH-0007M9-00 => aaasdas <aaasdas@???> D=amavis_director T=amavis
> Feb 13 16:24:02 linux exim[28282]: 2002-02-13 16:24:02 16b0KH-0007M9-00 Completed


16b0KI-0007MM-00:
> Feb 13 16:24:02 linux exim[28294]: 2002-02-13 16:24:02 16b0KI-0007MM-00 <= <> R=16b0KI-0007MI-00 U=mail P=local S=2331



This last one appears to be the bounce message - look for additional log
entries with that ID to see what happened to it. Perhaps its still in
the spool. Try:

exim -v -M 16b0KI-0007MM-00

to try to force it to be delivered. If it gives an error, try:

exim -9 -v -M 16b0KI-0007MM-00

to get more detail on what happened

>
> I also have amavis-perl installed for virus checking.
> As you can see, I'm expecting the error message in my mailbox, but it doesn't arrive.
> Does anyone have any idea ?
>
> 10x,
> Marius
> --
>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
>


--