Hi Davide!
We figured out why this delivery fails with deletion of the mail , no smail
logging and no error messages.
The delivery in our scenario is actually a custom domain processing, when i
deleted the custom test.visoo.de.tab file
with "smtprelay" "172.17.1.6" in it and then added the host
"test.visoo.de" to "172.17.1.6" in the local hosts-file for *DNS* delivery
it actually worked!
so the error seemed to be in the *custom* domains mail delivery
while debugging this behaviour of custom large mail processing we found the
folowing:
checked in v1.15 (Win32)
ErrCode = -217
ErrString = Message too big for the remote SMTP server
SMAIL SMTP-Send RLYS = "172.17.1.6" SMTP = "test1.visoo.de" From =
"[EMAIL PROTECTED]
isoo.de" To = "[EMAIL PROTECTED]" Failed !
SMTP-Error = "Message too big for the remote SMTP server"
SMTP-Server = "172.17.1.6"
SMAILSrv.cpp
////////////////////////////////////////////////////////////////////////////
///
// An error code might result if filters blocked the message. If this is
the
// case QueCheckMessage() will return error and we MUST stop processing
////////////////////////////////////////////////////////////////////////////
///
if ((iCmdResult < 0) && (QueCheckMessage(hQueue, hMessage) < 0))
{
ErrorPush();
StrFreeStrings(ppszCmdTokens);
fclose(pPushBFile);
fclose(pCPFile);
SysRemove(szTmpFile);
return (ErrorPop());
}
iCmdResult = -217
"QueCheckMessage(hQueue, hMessage)" return code = 0>
Could you please recheck this code and provide us a fix for this?
Thank you!
Tim Christensen
-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]