Hello,
(was: "lost e-mails founded")
we have still the problem that some messages seems to disappear during
the delivery process.
Exim only left the data files in the "/var/spool/mail/input" directory, nothing else.
There are no log entry.
Because of this case I called Exim with the "d" option.
So I have got some more information from exim.
Beneath there is a summary of the relevant debug log of one of those
messages.
Exim doesn't delivered the messages after he had accept it.
I expected something like:
"Data file written for message "
"Writing spool header file"
"Size of headers = ..."
(and so forth)
after rewriting and verification.
But it simply breaks ...
The message wasn't delivered.
There is no entry for 16ai7B-000376-00 into the logfiles,
cause there is no "LOG: 0 MAIN" message in the debug.
I didn't find a core file which has been written for a crashed exim process
on our mail system.
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Here is the debug output
(For privacy sender and receiver was changed.)
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
----------------------------------------------------------------------------------------------
Connection request from 212.201.14.78/516
2 SMTP accept processes running
set_process_info: 11972 handling incoming connection from asc-p13.dvz.fh-giessen.de [212.201.14.78]
SMTP>> 220 mailserv.fh-giessen.de ESMTP Exim 3.33 #8 Tue, 12 Feb 2002 19:57:17 +0100
ready for new message
smtp_setup_msg entered
SMTP<< HELO LocalHost
sender_fullhost = asc-p13.dvz.fh-giessen.de (LocalHost) [212.201.14.78]
sender_rcvhost = asc-p13.dvz.fh-giessen.de ([212.201.14.78] helo=LocalHost)
set_process_info: 11972 handling incoming connection from asc-p13.dvz.fh-giessen.de (LocalHost) [212.201.14.78]
SMTP>> 250 mailserv.fh-giessen.de Hello asc-p13.dvz.fh-giessen.de [212.201.14.78]
SMTP<< MAIL FROM: <My.User@Local_Domain.fh-giessen.de>
host in sender_verify_hosts? yes (212.201.0.0/20 in /usr/local/exim/sender_verify.hosts)
verifying sender My.User@local_domain.fh-giessen.de
>>>>>>>>>>>>>>>>>>>>>>>>
----> V E R I F I C A T I O N
localuser director succeeded for hg12345
My.User@Local_Domain.fh-giessen.de verified ok as My.User@Local_Domain.fh-giessen.de
SMTP>> 250 <My.User@???> is syntactically correct
SMTP<< RCPT TO: <extern@Other_Domain.de>
----> V E R I F I C A T I O N
routed by smart_route router:
deliver to extern@Other_Domain.de
transport: remote_smtp
host merkur.hrz.uni-giessen.de [134.176.2.12] MX=10
host hermes.hrz.uni-giessen.de [134.176.2.15] MX=20
SMTP>> 250 <extern@Other_Domain.de> verified
SMTP<< DATA
SMTP>> 354 Enter message, ending with "." on a line by itself
----> P E R F O R M I N G R E W R I T E R U L E S
P Received: from asc-p13.dvz.fh-giessen.de ([212.201.14.78] helo=LocalHost)
by mailserv.fh-giessen.de with smtp (Exim 3.33 #8)
id 16ai7B-000376-00
for extern@Other_Domain.de; Tue, 12 Feb 2002 19:57:18 +0100
I Message-ID: <000d01c1b3f6$e8a2e1c0$4e0ec9d4@LocalHost>
R Reply-To: My.User@??? <My.User@???>
F From: My.User@??? <My.User@???>
T To: <extern@Other_Domain.de>
Subject: a subject
Date: Tue, 12 Feb 2002 19:55:36 +0100
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="----=_NextPart_000_0009_01C1B3FF.3D581660"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200
----> V E R I F I C A T I O N
localuser director succeeded for hg12345
############# HERE IT BREAKS !! #############
SMTP<< RSET
SMTP>> 250 Reset OK
SMTP<< MAIL FROM:<next_receiver@Other_Domain.org> SIZE=3615 BODY=8BITMIME
----> G O I N G O N W I T H D E L I V E R Y O F T H E N E X T M E S S A G E . . .
----------------------------------------------------------------------------------------------