Re: [Exim] Re: Unexpected disconnection?

Pàgina inicial
Delete this message
Reply to this message
Autor: home
Data:  
A: exim-users
Assumpte: Re: [Exim] Re: Unexpected disconnection?
On 23 Jul 2001 21:33:53 +0100, Philip Hazel wrote:
> On 23 Jul 2001, mike wrote:
>
> > When run normally (ie from MUA's) exim works fine
> >
> > However when I try to run any of several scripts usig perl modules
> > Net::SMTP and MIME::Entity I get the above error
>
> Looks like the script just ends off without sending a QUIT command.
>
> > When I run exim -d9 -db I get
> >
> > unexpected disconnection while reading SMTP data from
> > localhost.localdomain [127.0.0.1]
> > SMTP>> 421 Lost incoming connection
>
> What was the previous incoming SMTP command? Presumably not QUIT.
> Subject: Expand Accelerator Information from Teneo

I Message-Id: <E15OzVz-0006e1-00@???>
Date: Tue, 24 Jul 2001 11:34:11 +0100
This is the entire transaction

LOG: 4 MAIN
unexpected disconnection while reading SMTP data from
localhost.localdomain [127.0.0.1]
SMTP>> 421 Lost incoming connection

search_tidyup called
set_process_info: 25545 handling incoming connection from
localhost.localdomain [127.0.0.1]
ready for new message
smtp_setup_msg entered
SMTP>> 421 localhost.localdomain lost input connection

search_tidyup called
child 25545 ended: status=0x100
0 SMTP accept processes now running

The output from the script with debug is
Net::SMTP: Net::SMTP(2.15)
Net::SMTP:   Net::Cmd(2.18)
Net::SMTP:     Exporter(5.562)
Net::SMTP:   IO::Socket::INET(1.25)
Net::SMTP:     IO::Socket(1.26)
Net::SMTP:       IO::Handle(1.21)


Net::SMTP=GLOB(0x843b718)<<< 220 localhost.localdomain ESMTP Exim 3.22
#1 Tue, 24 Jul 2001 11:34:10 +0100
Net::SMTP=GLOB(0x843b718)>>> EHLO localhost.localdomain
Net::SMTP=GLOB(0x843b718)<<< 250-localhost.localdomain Hello
localhost.localdomain [127.0.0.1]
Net::SMTP=GLOB(0x843b718)<<< 250-SIZE
Net::SMTP=GLOB(0x843b718)<<< 250-PIPELINING
Net::SMTP=GLOB(0x843b718)<<< 250 HELP
Net::SMTP=GLOB(0x843b718)>>> MAIL FROM:<expand@???>
Net::SMTP=GLOB(0x843b718)<<< 250 <expand@???> is
syntactically correct
Net::SMTP=GLOB(0x843b718)>>> RCPT TO:<mike@???>
Net::SMTP=GLOB(0x843b718)<<< 250 <mike@???> is
syntactically correct
Net::SMTP=GLOB(0x843b718)>>> DATA
Net::SMTP=GLOB(0x843b718)<<< 354 Enter message, ending with "." on a
line by itself
Net::SMTP=GLOB(0x843b718)>>> Content-Type: text/plain
Net::SMTP=GLOB(0x843b718)>>> Content-Disposition: inline
Net::SMTP=GLOB(0x843b718)>>> Content-Transfer-Encoding: binary
Net::SMTP=GLOB(0x843b718)>>> MIME-Version: 1.0
Net::SMTP=GLOB(0x843b718)>>> X-Mailer: MIME-tools 5.411 (Entity 5.404)
Net::SMTP=GLOB(0x843b718)>>> From: expand
Net::SMTP=GLOB(0x843b718)>>> To: mike@???
Net::SMTP=GLOB(0x843b718)>>> Subject: xxxxxxxxxxxxxxxxxxx
Net::SMTP=GLOB(0x843b718)>>>
Net::SMTP=GLOB(0x843b718)>>> mike@???

> -- 
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.

>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users

Exim details at http://www.exim.org/ ##