Hi Robert - Thanks for the response...
The plot thickens. This is a lot to absorb, so I'll begin with my findings...
Regardless of the sending server, I now have consistent FAIL results when generating a message of 150kbps or more using the native Windows 2003 CDOSYS. For grins, I installed CDONTS.dll on the Windows 2003 server (CDONTS is deprecated, but used on NT 4). CDONTS delivers every time.
So this almost appears to be an incompatibility between Logsat and larger emails generated by Microsoft's CDOSYS via the IIS built in SMTP server.
As requested, I'm posting the full information. Hope this is helpful...
Sending server: Windows 2003 Server - Service Pack 2. Installed and registered CDONTS.dll from NT (Old way of sending email) as a test.
Receiving server: Windows 2003 Server - Service Pack 2 - Logsat 4.0.1.785 (I know, but that's what my boss is running at the moment)
Consistently FAILS on use of native CDO SYS on Windows 2003 with a good sized message - although after several retries, the message may eventually arrive.
(If you do not have access to CDONTS, just REM out the first sending routine in the script below...)
ASP CODE (Change email addresses to your settings): <% for i = 1 to 20000 message = message & "Hello world! " Next
' Using CDONTS Set objCDO = CreateObject("CDONTS.NewMail") objCDO.Subject = "Test Subject" objCDO.From = "Sending Test From CDONTS < mailto:testing-CDONTS@s----.com - testing-CDONTS@s----.com >" objCDO.To = " mailto:j---@j---.com - j---@j---.com " objCDO.body = message objCDO.Send Set objCDO = Nothing
' Using CDOSYS Set objCDO = CreateObject("CDO.Message") objCDO.Subject = "Test Subject" objCDO.From = "Sending Test From CDOSYS < mailto:testing-CDOSYS@s----.com - testing-CDOSYS@s----.com >" objCDO.To = " mailto:j---@j---.com - j---@j---.com " objCDO.TextBody = message objCDO.Send Set objCDO = Nothing response.write "Messages Sent" %>
LOGFILES:::
Logsat
10/28/08 07:55:47:029 -- (3944) Connection from: xx.xx.xx.xx - Originating country : United States 10/28/08 07:55:47:259 -- (3944) Received MAIL FROM: < mailto:testing-CDONTS@s----.com - testing-CDONTS@s----.com > 10/28/08 07:55:47:309 -- (3944) Received RCPT TO: mailto:j---@j---.com - j---@j---.com 10/28/08 07:55:47:309 -- (3944) Bypassed all rules for: mailto:j---@j---.com - j---@j---.com from mailto:testing-CDONTS@s----.com - testing-CDONTS@s----.com ( Whitelisted Email From Domain) 10/28/08 07:55:48:882 -- (3944) Start virus scan 10/28/08 07:55:48:912 -- (3944) Starting queueing procedures 10/28/08 07:55:48:922 -- (3944) EMail from mailto:testing-CDONTS@s----.com - testing-CDONTS@s----.com to mailto:j---@j---.com - j---@j---.com was queued. Size: 130 KB, 133120 bytes 10/28/08 07:55:49:012 -- (3944) Received MAIL FROM: < mailto:testing-CDOSYS@s----.com - testing-CDOSYS@s----.com > 10/28/08 07:55:49:062 -- (3944) Received RCPT TO: mailto:j---@j---.com - j---@j---.com 10/28/08 07:55:49:062 -- (3944) Bypassed all rules for: mailto:j---@j---.com - j---@j---.com from mailto:testing-CDOSYS@s----.com - testing-CDOSYS@s----.com ( Whitelisted Email From Domain) 10/28/08 07:55:49:332 -- (3944) Disconnect
IIS
2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 220+mx30.s----.com+Welcome+to+SServices+2.0 0 0 67 0 47 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 EHLO - s----.com 0 0 4 0 47 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250-8BITMIME 0 0 12 0 78 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+HELP 0 0 8 0 234 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 MAIL - FROM:< mailto:testing-CDONTS@s----.com - testing-CDONTS@s----.com > 0 0 4 0 234 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250++Address+Okay 0 0 17 0 281 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RCPT - TO:< mailto:j---@j---.com - j---@j---.com > 0 0 4 0 281 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - mailto:250+j---@j---.com+Address+Okay - 250+j---@j---.com+Address+Okay 0 0 28 0 328 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 DATA - - 0 0 4 0 328 SMTP - - - - 2008-10-28 12:49:12 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 354+Start+mail+input;+end+with+<CRLF>.<CRLF> 0 0 44 0 359 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+Ok 0 0 6 0 1938 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RSET - - 0 0 4 0 1953 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250+Ok 0 0 6 0 1984 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 MAIL - FROM:< mailto:testing-CDOSYS@s----.com - testing-CDOSYS@s----.com > 0 0 4 0 1984 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 250++Address+Okay 0 0 17 0 2031 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 RCPT - TO:< mailto:j---@j---.com - j---@j---.com > 0 0 4 0 2031 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - mailto:250+j---@j---.com+Address+Okay - 250+j---@j---.com+Address+Okay 0 0 28 0 2078 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionCommand SMTPSVC1 SPAMDB - 25 DATA - - 0 0 4 0 2078 SMTP - - - - 2008-10-28 12:49:14 216.243.198.11 OutboundConnectionResponse SMTPSVC1 SPAMDB - 25 - - 354+Start+mail+input;+end+with+<CRLF>.<CRLF> 0 0 44 0 2125 SMTP - - - - ... Nothing further until next connection attempt 15 minutes later.
Contents of Debug View (subsequent attempt, but it shows what happens. Pretty much nothing, but maybe the empty lines hold a clue?)
>>EHLO s---.com <<250-8BITMIME <<250 HELP >>MAIL FROM:< mailto:testing-CDOSYS@s----.com - testing-CDOSYS@s----.com > <<250 Address Okay >>RCPT TO:< mailto:j---@j---.com - j---@j---.com > <<250 mailto:j---@j---.com - j---@j---.com Address Okay >>DATA <<354 Start mail input; end with <CRLF>.<CRLF> >>Received: from mail pickup service by spamblockerservices.com with Microsoft SMTPSVC; >> >> >> >> >> >> >> >> >> >> >> >>
|