Slashdot Mirror


Hotmail To Junk Non-Sender-ID Mail

William Robinson writes "If your e-mail does not have a Sender ID, Microsoft wants to junk your message. Somewhere after November, MSN and Hotmail will consider it as spam. Sender ID is a specification for verifying the authenticity of e-mail by ensuring the validity of the server from which the e-mail came. Some experts feel that 'Sender ID' is not an accepted standard and has many shortcomings. Some also feel that Microsoft is trying to strong-arm the industry into the adoption of an incomplete and not accepted standard."

12 of 651 comments (clear)

  1. Re:Damn if they don't, damn if they do... by I+confirm+I'm+not+a · · Score: 5, Informative

    2. Microsoft fights SPAM. Slashdot equally outraged.
    Conclusion: Microsoft is always evil no matter what they do.

    Nope, Microsoft isn't fighting SPAM - if they were they'd be cooperating with the "rest of the Internet", instead of promoting their own proprietary scheme - SenderID - that's so un-open as to provoke this comment from the Apache Software Foundation:

    We believe the current license is generally incompatible with open source, contrary to the practice of open Internet standards, and specifically incompatible with the Apache License 2.0. Therefore, we will not implement or deploy Sender ID under the current license terms.

    Various other disparate organisations have raised similar concerns, eventually resulting in the IETF ditching Microsoft's proposal.

    Microsoft, at least in this case, weren't interested in a working solution; they were interested in a Microsoft-friendly, FLOSS-hostile solution. Which is daft, given the open-source nature of most Internet technologies.

    --
    This is where the serious fun begins.
  2. Re:Home workers by Da+w00t · · Score: 3, Informative

    In this case, you have your employee connect to your mail server over ssl, usually port 589. Require SMTP auth. Require SSL.

    Also, require SRS. Sender Recipient Signing is the shit. I used to get metric assloads of joe-job spam at 4 (out of 12) of the domains I own, and now the only joe-job bounces I get are delayed bounces that aren't really bounces at all. SRS proves that the "bounce" you're getting actually came from your server. It's great.

    Rejecting mail (Hmm.... sound like Earthlink?) based on the lack of SPF/SID records is just plain stupid in today's Intarweb. Tagging them, on the other hand, is a more intelligent thing to do. I have SPF, SID, DomainKeys, SRS, and 20 something DNSRBLs in my sendmail setup. Tag the mail so spamassassin, dspam, or crm11 can assign a better score with this extra information.

    Yes, you heard me right, I said sendmail. No, I'm not batty. Those of you who are going to preach on about Postfix, Qmail (jesus christ what the fuck are all these dot files! why do I have 30 distinct files instead of one config file! What? I have to supply all my DNSRBLs on the command line!? ... hate much? Yes. Yes I Do.), or Exim need to do one thing first:

    Tell me what your favorite MTA can do that mine can't.

    I've got nothing against the other popular MTAs, but I can't stand "linux makes the baby jesus cry", "why are you using deadrat, use {debian,gentoo,suse,lfs,slackware} instead!", "sendmail sucks", "FreeBSD(M) sucks, use OpenBSD" zelots.

    --

    da w00t. mtfnpy?
  3. Re:One little problem: MSN Messenger by Erik+Hensema · · Score: 3, Informative

    I've never had an hotmail.com or msn.com account and I've been using msn messenger for years. Go visit passport.com and register your email address with them. No, they don't spam. Never.

    --

    This is your sig. There are thousands more, but this one is yours.

  4. Re:Brilliant Move Microsoft. I salute you! by jon3k · · Score: 3, Informative

    And yes, I publish spf records, no I do not make use of them. They are not useful.

    Anyone who makes statements like this truely doesn't understand the purpose of SPF.

    Its "sender policy framework" - not "spam prevention framework."

    SPF isn't designed to stop spam, why is that so hard to understand? Its just used to make sure that whatever domain an email was sent from, that the envelope sender matches. Thats it. End of discussion.

    This doesn't stop spam, but it makes sure that no one can forge an address from your domain, unless it wasr eally sent from your domain.

    If everyone respected it, your users wouldn't be getting any more phishing scams from "someuser@paypal.com" - or "attn@bankofamerica.com".

    You're going to sit there and tell me that its "not useful" ? Get your head out of the sand.

  5. Re:Ambiguous praise by duffahtolla · · Score: 4, Informative

    Nope, you were clear. Unfortunately, what is also clear is that MS doesn't have our collective environment at heart.

    They tried to get a standard in place that could not be implemented with open source. There's restrictive liscensing and I think a patent as well. This is a move to benefit their Server bussiness to the detriment of Open Source Mail servers everywhere.

    Since they wouldn't drop the resreictions against open source, the initiative was refused. So now they are going to use their marketing muscle to force it down our throughts as a defacto standard anyways.

    Microsofts gesture could be characterized more as a middle finger than an olive branch.

  6. Re:strongarm what? by zaxus · · Score: 5, Informative

    GMail will integrate with a fat client over POP3. Check here: http://mail.google.com/support/bin/answer.py?answe r=12103&topic=194

    --
    /. zen: Imagine a Beowulf cluster of Beowulf clusters...
  7. Re:Home workers by TheRaven64 · · Score: 3, Informative

    For anyone interested, there is a tutorial for setting up Sendmail for authenticated relaying here, including a sendmail configuration file that can be used. While it is targetted at OpenBSD, most of it can easily be translated to other *NIX flavours (file locations are about the only things that need changing). The next article in the series (spam filtering) is a bit more OpenBSD specific, since it uses OpenBSD's spamd tar pit, although this could probably be persuaded to work with NetBSD and FreeBSD, since they both have working pf ports.

    --
    I am TheRaven on Soylent News
  8. Re:Home workers by Szaman2 · · Score: 4, Informative

    In this case, you have your employee connect to your mail server over ssl, usually port 589. Require SMTP auth. Require SSL

    Been there, done that. I had to drop this because 90% of my employees use Outlook 2002. And SSL support is broken in Office XP. You need to install office service pack 3 or 4 to actually have it working. That of course is a 20+ MB download, which requires you to have a Office CD on you. My users usually have laptops, and they work in the field where they often only have dialup access. And we don't give them Office CD's - laptops get serviced in the office.

    Needless to say, once we switched SSL on no one could send out emails anymore, we had to send every single person a copy of Office XP cd, and istruct them how to do the upgrade.

    And that's just the tip of the icebearg. Most of my users use Norton Antivirus which by default scans outgoing emails. It does it by proxying them. So if you have outgoing email scanning enabled, you won't be able to send emails with Outlook with SSL enabled - it's as simple as that.

    Consequently, we decided to drop the whole SSL idea. It was just to much hassle for our technologically challanged employees.

  9. SPF spec author says: SenderID is crap by wayne · · Score: 5, Informative
    I am the current editor of the SPF specification. Both Meng Wong and I agree that SenderID is a horrible idea, that it doesn't work as well as SPF, and that SenderID is abusing current SPF records in incompatible way.

    While both SPF and SenderID break on many forwarded emails, SenderID breaks on many mailing lists also. Moreover, one of the most promising solutions to the SPF forwarding problem (a specialized DNS server, as outlined in section 9.3.1.2 in the SPF spec) breaks when SenderID uses it.

    So, SenderID is a patented system that is incompatible with many of the F/OSS mail servers that currently dominate the internet, it doesn't work as well as other technologies, it damages the use of SPF, and outside of MS, it is being used by almost no one.

    If this was just a matter of hotmail and MSN hurting themselves, then I wouldn't have any problems with it. However, this appears to be a case of Microsoft working hard to hurt the entire internet email environment.

    --
    SPF support for most open source mail servers can be found at libspf2.
  10. Re:Nothing wrong with that by Ryosen · · Score: 5, Informative

    Hotmail people will have to check their spam folder so regularly for for things that aren't actually spam that Sender-ID will just annoy them so much that they'll abandon Hotmail.

    That's not how SenderID works. The emails that fail validation will be refused. They will not be forwarded to a user's spam folder.

    Microsoft can push SenderId all that they want. All that they will accomplish is excluding their domains from useful communication. This will be rolled back in under 60 days, if it is implemented at all.

    I can't think of any companies that are going to make considerable modifications to their email systems just to please Microsoft (or any other for that matter). Furthermore, the use of SenderId/SPF breaks some email delivery features (such as forwarding).

    I think that it's great that a company like pobox.com is financing the implemntation of SPF on the OSS side, but I don't expect a wide-spread adoption given the administration costs. Also, I feel compelled to ask, is Microsoft truly doing this to combat spam or do they want to force people to upgrade to Exchange 2006? And SenderId itself will never become a standard protocol as long as M$ owns it. There is too much concern that they would try to lock out OSS from implementing a protocol that they own the rights to.

    It's a valid cause but the implementation is flawed and doomed for failure.

    --

    Ryosen
    One man's "Troll, +1" is another man's "Insightful, +1".
  11. It's called Gmail Notifier by burndive · · Score: 3, Informative

    Get it here.

    --
    ...because "hacker" sounds way sexier than "code drone."
  12. Re:Brilliant Move Microsoft. I salute you! by zsazsa · · Score: 3, Informative

    You will be shitlisted unless suffusions.net adds an 'include:adelphia.net' directive in their SPF entry. You of course could add this line yourself to your glitterandtwang.org DNS if you started using that domain for your your email, as you have control over your own domain.