Networking Forums

Networking Forums > Computer Networking > Linux Networking > Weird SMTP filtering/blocking problem from some Windows clients

Reply
Thread Tools Display Modes

Weird SMTP filtering/blocking problem from some Windows clients

 
 
Pascal Damian
Guest
Posts: n/a

 
      05-11-2004, 08:34 AM
I run a homegrown SMTP daemon written in Perl.

Lately, emails sent from some clients are received in duplicates. The
clients either run Communigate Pro, or IPlanet, MDaemon, all running
some versions of Windows.

The emails duplicate because the client sends it multiple times. The
cause is when it finishes sending DATA (with "."), my program replies
with the "250" response but the client didn't receive it. After long
waiting, it would disconnect and later try sending again, several
times.

Emails from other senders, like yahoogroups, hotmail, etc. do not
experience this problem.

After some more testing, a filtering seems to be the cause of the
problem.

If I print

"250 QUEUED - 123"

or (somewhat mimicking qmail)

"250 QUEUED(250) - 1084263071 qp 4221"

then everything works, but if I send:

"250 QUEUED(250) - 8c3d931926ca4e8a9dfea84f06dbdc1a"

then the client won't receive the above 250 response line. The 32
hexacharacter part is a GUID which I produce randomly using 16 bytes
retrieved every time from /dev/urandom. Now why would a proxy or a
firewall regard a random 32 hexadecimal character as suspicious and
block/filter it? Is this a known problem?

I couldn't find any other cause (like line-ending differences,
buffering issues) aside from this particular thing that seems to cause
the problem.

Any insight would be appreciated.

--
Pascal
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ISP with: 8mb, 10 POP mailboxes, spam filtering, newsgroups, authenticated SMTP? Nigel Molesworth Broadband 6 10-28-2006 07:47 AM
Who is blocking my smtp connection * Tong * Linux Networking 7 10-24-2005 10:10 AM
Client Filtering - blocking internet and IM after 11pm Kerry Broadband Hardware 2 07-13-2004 10:44 AM
DHCP Problem with WIndows XP clients Henry Meyerding Linux Networking 7 06-25-2004 08:04 PM
W2k3 problem with Windows 98 se Clients Patrice Valiquette Windows Networking 0 02-04-2004 02:21 AM



1 2 3 4 5 6 7 8 9 10 11