Re: [exim-dev] Problems with multiple smtp recipients

Top Page
Delete this message
Reply to this message
Author: Hendrik Visage
Date:  
To: exim-dev
CC: Hendrik Visage
Subject: Re: [exim-dev] Problems with multiple smtp recipients
On Mon, Mar 07, 2005 at 02:11:39PM +0000, Philip Hazel wrote:
> It should do that automatically. However, you do not say which release
> of Exim you are talking about.


As mentioned before currently 4.50

> > LOG: MAIN
> >   == hhh@??? R=lookuphost T=remote_smtp defer (-1): smtp transport 
> >   process returned non-zero status 0x0100: exit code 1
>             ^^^^^^^^^^^^^^^^^^^^^^^^

>
> THAT is the real problem. The transport process has not ended cleanly,
> so Exim defers all the addresses, independent of the responses they
> received. We need more information to understand why that happened. You
> need to try another delivery with debugging turned on to see if that
> gives any clue.


exim -d -v -qff:
SMTP<< 220 mail1.sun.ac.za ESMTP Exim 4.34 Mon, 07 Mar 2005 17:21:30 +0200
146.232.64.12 in hosts_avoid_esmtp? no (option unset)
SMTP>> EHLO hvs.envisage.co.za

waiting for data on socket
read response data: size=120
  SMTP<< 250-mail1.sun.ac.za Hello wblv-165-40-22.telkomadsl.co.za [165.165.40.2
2]
         250-SIZE 52428800
         250-PIPELINING
         250 HELP
using PIPELINING
146.232.64.12 in hosts_require_auth? no (option unset)

SMTP>> MAIL FROM:<MAILINTcpt-bounces@???> SIZE=34560
SMTP>> RCPT TO:<111111@???>
SMTP>> RCPT TO:<jjjjjj@???>
SMTP>> RCPT TO:<22222@???>
SMTP>> RCPT TO:<bbbb@???>
SMTP>> RCPT TO:<333333@???>
SMTP>> RCPT TO:<4444444@???>
SMTP>> DATA

waiting for data on socket
read response data: size=323
SMTP<< 250 OK
SMTP<< 250 Accepted
SMTP<< 451 Try this address in the next batch, please.
LOG: MAIN
SMTP error from remote mailer after RCPT TO:<jjjjjj@???>: host mail1.s
un.ac.za [146.232.64.12]: 451 Try this address in the next batch, please.
2005-03-07 17:21:32 1D8IGG-0005Eg-PF SMTP error from remote mailer after RCPT TO
:<jjjjjj@???>: host mail1.sun.ac.za [146.232.64.12]: 451 Try this addres
s in the next batch, please.
added retry item for R:jjjjjj@???: errno=-44 more_errno=51,M flags=0
SMTP<< 451 Try this address in the next batch, please.
LOG: MAIN
SMTP error from remote mailer after RCPT TO:<22222@???>: host mail1.s
un.ac.za [146.232.64.12]: 451 Try this address in the next batch, please.
reading pipe for subprocess 22154 (not ended)
read() yielded 0
remote delivery process 22154 ended: status=0100
set_process_info: 22153 delivering 1D8IGG-0005Eg-PF
post-process 111111@??? (1)
LOG: MAIN
== 111111@??? R=lookuphost T=remote_smtp defer (-1): smtp transport pr
ocess returned non-zero status 0x0100: exit code 1
post-process jjjjjj@??? (1)
LOG: MAIN