[EXIM] Strange message sizes after upgrading to 1.90...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ray Smith
Fecha:  
A: exim-users
Asunto: [EXIM] Strange message sizes after upgrading to 1.90...
Hi Folks,
    Upgraded to 1.90 last week and we have begun having problems
sending e-mail to Skytel (Nationwide paging service here in the colonies). 
They limit incoming messages to 10K and for some reason all of our
e-mail's going to them come out to 16K or better.  Even something as
simple as: 


echo "test" | /usr/exim/bin/exim -d 5 6142208@??? > & DEBUG-OUT

Results in 16677 bytes....

    This is on several Sun Sparc's running 2.5.1 with recommended
patches...


HELP and thanks,
Ray

P.S. I can fall back 1.82 and test if you need it...

--

    Here are the debug results from the above:


Exim version 1.90 debug level set to 5
probably ndbm
set_process_info: 896 1.90 accepting a local non-SMTP message from <rcsmith@???>
rewrite_one_header: type=T:
To: 6142208@???
LOG: 0 MAIN
<= rcsmith@??? U=rcsmith P=local S=448
delivering message 0yMLdS-0000ES-00
set_process_info: 897 1.90 delivering 0yMLdS-0000ES-00
Opened spool file 0yMLdS-0000ES-00-H
user=rcsmith uid=1001 gid=10 sender=rcsmith@???
sender_local=1 resent=no ident=rcsmith
Non-recipients:
Empty Tree
---- End of tree ----
recipients_count=1
lookuphost router called for 6142208@???
dns lookup: route_domain = skytel.com
routed by lookuphost router:
deliver to 6142208@???
transport: remote_smtp
host jxnemail01.skytel.com [204.71.163.130] MX=10
host marsemail01.skytel.com [204.71.163.132] MX=10
host marsemail02.skytel.com [204.71.163.133] MX=10
host jxnemail02.skytel.com [204.71.163.131] MX=10
>>>>>> Local deliveries >>>>>>
>>>>>> Remote deliveries >>>>>>

remote_smtp transport entered
jxnemail01.skytel.com [204.71.163.130] status = usable
delivering 0yMLdS-0000ES-00 to jxnemail01.skytel.com [204.71.163.130] (6142208@???)
set_process_info: 897 1.90 delivering 0yMLdS-0000ES-00 to jxnemail01.skytel.com [204.71.163.130] (6142208@???)
Connecting to jxnemail01.skytel.com [204.71.163.130] ... connected
SMTP<< 220 Ready ESMTP
SMTP>> EHLO mercury.csc.com

SMTP<< 250-jxnemail01.skytel.com Hello mercury-3.csc.com [20.1.20.111], pleased to meet you
250-8BITMIME
250-SIZE 10000
250-DSN
250-ONEX
250-ETRN
250-XUSR
250 HELP
SMTP>> MAIL FROM:<rcsmith@???> SIZE=16677

SMTP<< 552 <rcsmith@???>... Message size exceeds fixed maximum message size (10000)
SMTP>> QUIT

SMTP<< 221 jxnemail01.skytel.com closing connection
set_process_info: 897 1.90 delivering 0yMLdS-0000ES-00: just tried jxnemail01.skytel.com [204.71.163.130] for 6142208@???: result OK
Leaving remote_smtp transport
set_process_info: 897 1.90 delivering 0yMLdS-0000ES-00 (just run remote_smtp for 6142208@???)
LOG: 0 MAIN
** 6142208@??? R=lookuphost T=remote_smtp: SMTP error from remote mailer after MAIL FROM: <rcsmith@???> SIZE=16677: host jxnemail01.skytel.com [204.71.163.130]: 552 <rcsmith@???>... Message size exceeds fixed maximum message size (10000)
set_process_info: 897 1.90 tidying up after delivering 0yMLdS-0000ES-00
Processing retry items
Succeeded addresses:
Failed addresses:
6142208@???: no retry items
Deferred addresses:
end of retry processing
Exim version 1.90 debug level set to 5
probably ndbm
set_process_info: 909 1.90 accepting a local non-SMTP message from <>
rewrite_one_header: type=F:
From: Mail Delivery System <Mailer-Daemon@???>
rewrite_one_header: type=T:
To: rcsmith@???
LOG: 0 MAIN
<= <> R=0yMLdS-0000ES-00 U=root P=local S=1352 T="Mail delivery failed: returning message to sender"
LOG: 5 MAIN
Error message sent to rcsmith@???
delivering message 0yMLda-0000Ef-00
set_process_info: 910 1.90 delivering 0yMLda-0000Ef-00
Opened spool file 0yMLda-0000Ef-00-H
user=root uid=0 gid=10 sender=
sender_local=0 resent=no ident=root
Non-recipients:
Empty Tree
---- End of tree ----
recipients_count=1
LOG: 0 MAIN
Completed
end delivery of 0yMLdS-0000ES-00
system_aliases director: lsearch key=rcsmith
file="/etc/aliases"
system_aliases director generated rcsmith@???
uid=unset gid=unset home=null
system_aliases director succeeded for rcsmith
transport: <none>
lookuphost router called for rcsmith@???
dns lookup: route_domain = explorer.csc.com
routed by lookuphost router:
deliver to rcsmith@???
transport: remote_smtp
host explorer.csc.com [20.1.10.27] MX=1
>>>>>> Local deliveries >>>>>>
>>>>>> Remote deliveries >>>>>>

remote_smtp transport entered
explorer.csc.com [20.1.10.27] status = usable
delivering 0yMLda-0000Ef-00 to explorer.csc.com [20.1.10.27] (rcsmith@???)
set_process_info: 910 1.90 delivering 0yMLda-0000Ef-00 to explorer.csc.com [20.1.10.27] (rcsmith@???)
Connecting to explorer.csc.com [20.1.10.27] ... connected
SMTP<< 220 csc.com Smail3.1.29.1 #9 ready at Mon, 6 Apr 98 19:49 EDT
SMTP>> HELO mercury.csc.com

SMTP<< 250 csc.com Hello mercury.csc.com
SMTP>> MAIL FROM:<>

SMTP<< 250 <> ... Sender Okay
SMTP>> RCPT TO:<rcsmith@???>

SMTP<< 250 <rcsmith@???> ... Recipient Okay
SMTP>> DATA

SMTP<< 354 Enter mail, end with "." on a line by itself
SMTP>> .

SMTP<< 250 Mail accepted
transport_check_waiting entered
sequence=1 local_max=0 global_max=-1
no messages waiting for explorer.csc.com
SMTP>> QUIT

SMTP<< 221 csc.com closing connection
set_process_info: 910 1.90 delivering 0yMLda-0000Ef-00: just tried explorer.csc.com [20.1.10.27] for rcsmith@???: result OK
Leaving remote_smtp transport
set_process_info: 910 1.90 delivering 0yMLda-0000Ef-00 (just run remote_smtp for rcsmith@???)
LOG: 0 MAIN
=> rcsmith@??? <rcsmith@???> R=lookuphost T=remote_smtp H=explorer.csc.com [20.1.10.27] C="250 Mail accepted"
set_process_info: 910 1.90 tidying up after delivering 0yMLda-0000Ef-00
Processing retry items
Succeeded addresses:
rcsmith@???: no retry items
rcsmith@???: no retry items
rcsmith@???: no retry items
Failed addresses:
Deferred addresses:
end of retry processing
LOG: 0 MAIN
Completed
end delivery of 0yMLda-0000Ef-00



                                Ray Smith            
                             rcsmith@???
                       Computer Sciences Corporation
                        Corporate Technology Center



--
*** Exim information can be found at http://www.exim.org/ ***