-
"Try Again"?
Hi Folks,
I am trying to overcome an error when copying a message from an Outlook PST to a Zimbra IMAP folder. The error is "Can't copy the items. The server responded: 'Maximum Literal Size Exceeded' " I changed the max permissible size for both with the administrative console:
- Configure:Global Settings:General Information:Maximum size of an upload...:131072(KB)
- Configure:Global Settings:MTA:Maximum message size:131072(KB)
(Can these values be changed with the command line or edited values in a config file?)
Now mailbox.log shows me this, and I assume it is related to the above change. Have I exceeded the bounds of common sense or have I found a bug?
Code:
com.zimbra.cs.mailbox.MailServiceException: try again: Unable to connect to the MTA
ExceptionId:qtp2052027792-1242:https://10.1.1.11:443/service/soap/SendMsgRequest:1352971395867:4b841fd140309057
Code:mail.TRY_AGAIN
:
<SNIP>
:
Caused by: java.net.ConnectException: Connection refused
:
<SNIP>
:
and I am getting this restatement with the web interface...
Code:
method: [unknown]
msg: try again: Unable to connect to the MTA
code: mail.TRY_AGAIN
detail: soap:Receiver
trace: qtp2052027792-1242:https://10.1.1.11:443/service/soap/S...841fd140309057
request:
Body: {
SendMsgRequest: {
_jsns: "urn:zimbraMail",
m: {
e: [
// [0]:
{
a: "cjm51213@gmail.com",
p: "cjm51213@gmail.com",
t: "t"
},
// [1]:
{
a: "cjm@tryx.org",
p: "Chris Miller",
t: "f"
}
],
idnt: "568af1b3-caa3-4262-bd54-610bf46bdd2f",
mp: [
// [0]:
{
ct: "multipart/alternative",
mp: [
// [0]:
{
content: {
_content: "Test
"
},
ct: "text/plain"
},
// [1]:
{
content: {
_content: "<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Test</div></div></body></html>"
},
ct: "text/html"
}
]
}
],
su: {
_content: "Test"
}
},
suid: 1352971395601
}
},
Header: {
context: {
_jsns: "urn:zimbra",
account: {
_content: "cjm@tryx.org",
by: "name"
},
authToken: "(removed)",
session: {
_content: 1255,
id: 1255
},
userAgent: {
name: "ZimbraWebClient - GC23 (Linux)",
version: "8.0.0_GA_5434"
}
}
}
-
When i send a new mail from web interface i have the error mail.TRY_AGAIN
method: [unknown]
msg: system failure: MessagingExecption
code: service.FAILURE
detail: soap:Receiver
trace: qtp2052027792-1117:https://192.168.1.100:443/service/so...4d0d6d1cec50af
request:
Body: {
SendMsgRequest: {
_jsns: "urn:zimbraMail",
m: {
e: [
// [0]:
{
a: "info@sandona.net",
t: "t"
},
// [1]:
{
a: "r.franchin@fc-srl.com",
p: "Franchin Roberto",
t: "f"
}
],
idnt: "c4076b7b-a251-4c75-9142-7219ad1b268f",
mp: [
// [0]:
{
content: {
_content: "
Roberto Franchin
Franchising Consulting S.r.l.
Via Roma, 87/A
30020 Noventa di Piave - VE
Tel.: (+39) 0421 380143
Fax: (+39) 0421 386206
Mobile: (+39) 335 6523179
r.franchin@fc-srl.com
Domain Default page
Le informazioni contenute in questo messaggio e nei suoi eventuali allegati sono riservate e per uso esclusivo del destinatario. Il ricevente se diverso dal destinatario, è avvertito che qualunque utilizzazione, divulgazione o copia di questa comunicazione comporta violazione delle disposizioni di Legge sulla tutela dei dati personali (D. Lgs. n. 196/2003), ed è pertanto rigorosamente vietata. Se non siete i destinatari del messaggio o lo avete ricevuto per errore, Vi preghiamo di darcene comunicazione e di rimuovere il messaggio stesso e gli allegati dal Vostro sistema. Grazie per la collaborazione.
This document and its attachments are confidential and intended for the named addressee(s) only. If you are not the intended recipient, please notify us or return e-mail immediately and delete this e-mail from your system without making a copy. Any unauthorized use or disclosure of this e-mail is prohibited. Thank You.
"
},
ct: "text/plain"
}
],
su: {
_content: "tst"
}
},
suid: 1354100646821
}
},
Header: {
context: {
_jsns: "urn:zimbra",
account: {
_content: "r.franchin@fc-srl.com",
by: "name"
},
authToken: "(removed)",
notify: {
seq: 17
},
session: {
_content: 1162,
id: 1162
},
userAgent: {
name: "ZimbraWebClient - FF18 (Win)",
version: "8.0.1_GA_5438"
}
}
}