Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - CDOSYS and Hotmail
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CDOSYS and Hotmail

 Post Reply Post Reply Page  <123>
Author
andrew_ View Drop Down
Newbie
Newbie


Joined: 27 October 2003
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrew_ Quote  Post ReplyReply Direct Link To This Post Posted: 03 February 2004 at 6:00pm

I see.
I had the admin login and send a message to me through our smtp console to my hotmail account and it went through A OK.

Its definately either a configuration or composition issue. I am using the default CDOSYS code which ships with WWF, so Im trying to troubleshoot it from there. From what it sounds like, this is a known issue with the forums and sending email through CDOSYS, so it sure would be nice to find a resolution to this as it would probably help out quite a few!

As a side note ive emailed hotmail.com tech support and the microsoft bug reporting service. I doubt ill hear back from either but it was worth a shot.



Edited by andrew_
Back to Top
thekiwi View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 November 2003
Location: New Zealand
Status: Offline
Points: 392
Post Options Post Options   Thanks (0) Thanks(0)   Quote thekiwi Quote  Post ReplyReply Direct Link To This Post Posted: 03 February 2004 at 6:19pm
I"ll have a look through some of my code for another site I designed (not using WWF ...).  I had an issue with CDONTS mail being incompatible with webmased Email clients ... ie attachments were stuffed etc.  I'll go through my notes and see how I fixed it ... as it might be relevant here
Back to Top
dpyers View Drop Down
Senior Member
Senior Member


Joined: 12 May 2003
Status: Offline
Points: 3937
Post Options Post Options   Thanks (0) Thanks(0)   Quote dpyers Quote  Post ReplyReply Direct Link To This Post Posted: 03 February 2004 at 6:42pm

Yahoo, MSN, and AOHell all publish webmaster info regarding what constitiutes spam to them. MSN also has one mail server that is totally hosed - e.g. handles mail in very non-standard ways. You'd have to check each site for details, and for other reasons they reject an email, but the quick list for spam flagging is:

  1. From a blacklisted ip. or an ip within a range of blacklisted ip's.
  2. Some number of sequential emails sent to their users with the same subject.
  3. A reverse dns look-up does not resolve the senders domain with the ip.

Lead me not into temptation... I know the short cut, follow me.
Back to Top
thekiwi View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 November 2003
Location: New Zealand
Status: Offline
Points: 392
Post Options Post Options   Thanks (0) Thanks(0)   Quote thekiwi Quote  Post ReplyReply Direct Link To This Post Posted: 03 February 2004 at 6:51pm
Originally posted by dpyers dpyers wrote:

Yahoo, MSN, and AOHell all publish webmaster info regarding what constitiutes spam to them. MSN also has one mail server that is totally hosed - e.g. handles mail in very non-standard ways. You'd have to check each site for details, and for other reasons they reject an email, but the quick list for spam flagging is:

  1. From a blacklisted ip. or an ip within a range of blacklisted ip's.
  2. Some number of sequential emails sent to their users with the same subject.
  3. A reverse dns look-up does not resolve the senders domain with the ip.

I dont think 1) is a problem since he can send an Email fro the server (or the admin ) and relay via the SMTP component.  We use various DNSBL lists on our own Email server and in most cases the sender gets a message back pointing out which specific spam block they are on.

2) Could be an issue, but since he is in development Id hazard he is only sending to himself.

3) Could almost certainly be it .... and a good test is to check the Email you receive yourself at another domain.  If you want, PM me and let me know where your site is.  I have 2 Mail Servers in use for myself and customers .... and will soon see if my servers turn your messge back as well ... for point 3.

 

Back to Top
andrew_ View Drop Down
Newbie
Newbie


Joined: 27 October 2003
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrew_ Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2004 at 10:16am

DP, Thank you for that list.

#3 could very possibly be the cause. The IP of my server 69.56.242.54 on which my domain sits is also shared amongst several other domains, and in fact, upon a reverse DNS lookup, resolves to a completely different domain (and subdomain). Which is actually the domain of the owning hosting company.

So I would guess this was causing the issue at hand. Is anyone aware of any server configuration which could resolve this, or any 'hack' solution for sending to hotmail.com addresses? (ie, something like using the actual reverse dns result for the @ portion of the sender's email address)

EXCITED EDIT! We have a solution!

Line 117 of functions_send_mail.asp is where the edit takes place.

    If (InStr(strRecipientEmailAddress, "hotmail") Or InStr(strRecipientEmailAddress, "msn")) And strFromEmailAddress = "<email config address>" Then
     .From = strFromEmailName & " <noreply@69-56-242-54.theplanet.com>"
    Else
     .From = strFromEmailName & " <" & strFromEmailAddress & ">"
    End If

This very ugly and not very configurable change to the code let the email slip right on into hotmail.com and was tested on an msn.com account i created as well. Hey Borg-e-baby, might this be something worth working into the config in a future version?

Great discussion guys! Thanks!



Edited by andrew_
Back to Top
huwnet View Drop Down
Senior Member
Senior Member


Joined: 30 May 2003
Location: England
Status: Offline
Points: 1375
Post Options Post Options   Thanks (0) Thanks(0)   Quote huwnet Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2004 at 1:20pm
Is your SMTP on a dynamic address? Hotmail, AOL and others will only work if you have a static IP address.Mine worked when I changed the HELO settings but I can't remember what I changed them to now I have reset them .
Back to Top
thekiwi View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 23 November 2003
Location: New Zealand
Status: Offline
Points: 392
Post Options Post Options   Thanks (0) Thanks(0)   Quote thekiwi Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2004 at 1:52pm
Originally posted by andrew_ andrew_ wrote:

DP, Thank you for that list.

#3 could very possibly be the cause. The IP of my server 69.56.242.54 on which my domain sits is also shared amongst several other domains, and in fact, upon a reverse DNS lookup, resolves to a completely different domain (and subdomain). Which is actually the domain of the owning hosting company.

So I would guess this was causing the issue at hand. Is anyone aware of any server configuration which could resolve this, or any 'hack' solution for sending to hotmail.com addresses? (ie, something like using the actual reverse dns result for the @ portion of the sender's email address)

Sorry ... but that "shouldn't be the issue".

The SMTP negotiation process involving SPAM chekcing and DNSBL lookups will check for

* Does the IP Address of your SMTP relay exist in a BANNED list.  THis will be the IP Address of the server and is not an issue for you. A reverse lookup on your IP Address wil give the domain of the host ... and this is normal.  You dont need to worry about this.

* Does the domain of the sender (in the FROM field) resolve.  For example if Im sending from user@123.domainabc.com and the domain 123.domainabc.com doesn't exist then it will be denied access.  The from field is what you set in the WWF admin area.  This will occur regardless of what the IP Address of your relaying machine

Back to Top
andrew_ View Drop Down
Newbie
Newbie


Joined: 27 October 2003
Status: Offline
Points: 19
Post Options Post Options   Thanks (0) Thanks(0)   Quote andrew_ Quote  Post ReplyReply Direct Link To This Post Posted: 04 February 2004 at 6:09pm

thekiwi : did you quote the wrong person?

If you meant to quote me... Thats really beside the point. Whether or not that should be the issue, it makes total sense. My IP Address does not resolve to the same domain as the sender because im being virutally hosted. Changing the code as I showed fixed the issue and allowed me to send through to hotmail and msn OK.

DP was right on... A reverse dns look-up does not resolve the senders domain with the ip. Thats dead on, and was my case to the T.

It would be a great addition to the codebase if a reversedns lookup could be performed, or even directly inputted into the config and used in that fashion. It just works.

Back to Top
 Post Reply Post Reply Page  <123>

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.