Slashdot Mirror


User: miley

miley's activity in the archive.

Stories
0
Comments
62
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 62

  1. Re:Ambiguous praise on Hotmail To Junk Non-Sender-ID Mail · · Score: 1

    s/sending domain/bounce address' domain/ very different things.

  2. Re:At what cost? on Hotmail To Junk Non-Sender-ID Mail · · Score: 1

    And pray that your IP addresses don't get changed!

  3. Re:Apples and Oranges - Time is the Difference on Google vs. Yahoo: On a Collision Course · · Score: 1

    Really? I see tons of sites using Google technology to serve ads. There has got to be revenue in supplying that technology.

  4. Re:Just how orginal is google? on Google vs. Yahoo: On a Collision Course · · Score: 1

    > Google Local is very nice and I find it pretty original. Didn't Yahoo Local launch before Google Local?

  5. Re:I wonder on Google vs. Yahoo: On a Collision Course · · Score: 1

    Sure was. Yahoo first started with their directory back when it was a stanfordresearch project. They eventually decided they needed search, so they used this cool search engine called Inktomi. And Inktomi became the biggest search engine out there. When it came time to renegotiate their deal, Inktomi got greedy, so Yahoo dropped them and began using Altavista. And Altavista became the biggest and best search engine out there. When it came time to renegotiate their deal, Altavista got greedy, so Yahoo dropped them and began using Google. And Google became the biggest and best search engine out there. When it came time to renegotiate their deal, Google got greedy, so Yahoo dropped them and bought Overture (which had just bought Altavista and Inktomi) so they could focus on search themselves.

  6. Re:Not surprised.... on New Spam Zombies Use ISPs' Mailservers · · Score: 1

    > Not difficult, just do a MX lookup on the current host DNS and then use the results for a SMTP host.
    Why not just take the hostname from Outlook when grabbing the username password?

  7. Re:Simple solution on New Spam Zombies Use ISPs' Mailservers · · Score: 1

    >the ISP should force their users to authenticate with the server, using secure SSL
    Tons of ISPs only do IP authentication right now. Convincing their customers to change Outlook settings (without resulting in a support call) is a very expensive proposition. Hopefully the ISPs will open port 587 at the same time and get users to change that setting at the same time.

  8. Re:Eh? on New Spam Zombies Use ISPs' Mailservers · · Score: 1

    Nah, no serious emailer either has a strict SPF record nor uses it in its receive logic.

  9. Re:AOL's spam policy is unreasonable on ISP Responsibility in Fight Against Spam · · Score: 1

    this is why people are working on DomainKeys

  10. Re:Block port 25 outbound? on ISP Responsibility in Fight Against Spam · · Score: 1

    So you are complaining about receiving mail that you asked for? Your company contacted AOL to set this up. Go check out your settings at http://postmaster.aol.com/fbl/fblcheck.html If you *really* want your complaints set to abuse@, then configure it that way. By the way, AOL sends us the full headers (minus To: and From:). We have yet to find a mail that did not originate from our network, though there are certainly invalid complaints.

  11. Re:Internet Mail 2000 on The Spam Conference 2005 · · Score: 1

    Isn't this called RSS?

  12. Re:bad idea on Given Up to Spyware? · · Score: 2, Informative

    Actually, yahoo doesn't count the bulk folder against your disk space at all (nor the trash).

  13. Re:domainkeys, SPF on Gmail Begins Signing Email with DomainKeys · · Score: 1

    With all the port 25 blocking going on, mailbox providers will surely begin opening up the Submit port.

  14. Re:Domain Keys question on Gmail Begins Signing Email with DomainKeys · · Score: 1
    >Easy solution: Add the ISP's public key (found in DNS) to your DNS record. That way the lookup will find a match when comparing signature on mail and sertificate on server. Not sure if this works, but it should

    Umm, how is the receiver going to know to look in your DNS record? If the ISP signs it, they will put their domain as the record to look up.

    I'd guess that ISPs and Mailbox providers will eventually offer services that will sign yourdomain.com mail for you -- just give them a private key for it and put the corresponding public key in DNS.

  15. Re:Continue the trend on Gmail Begins Signing Email with DomainKeys · · Score: 1
    >There is almost zero cost required for operating a certifying agency beyond actually accepting the paperwork for initial registration. Thus, there is no excuse whatsoever for this being a yearly fee. Were this operated in a non-profit fashion (unlike CA), registering an email server would be a one-time processing fee.

    Your version of a CA sounds exaclty like a domain registrar. Why do we need another one?

  16. Re:Limited impact, getting smaller. on Gmail Begins Signing Email with DomainKeys · · Score: 1

    Corporate IT folks give you VPNs to connect to their SMTP servers. ISPs and other servers are going to increasingly need to open up port 587 to get around port 25 blocks. Not being able to send mail through your real server is likely a very temporary problem that will be solved before sender authentication is widespread enough to drop mail.

  17. Re:Limited impact, getting smaller. on Gmail Begins Signing Email with DomainKeys · · Score: 1
    >Or they could run an MTA on a non-standard port.

    Or even a standard one

  18. Re:how to verify? no txt record for beta.gmail.com on Gmail Begins Signing Email with DomainKeys · · Score: 5, Informative

    you need a _domainkey in there:
    $ host -t TXT beta._domainkey.gmail.com
    beta._domainkey.gmail.c om text "t=y\; k=rsa\; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC69TURXN3o Nfz+G/m3g5rt4P6nsKmVgU1D6cw2X6BnxKJNlQKm10f8tMx6P6 bN7juTR1BeD8ubaGqtzm2rWK4LiMJqhoQcwQziGbK1zp/MkdXZ EWMCflLY6oUITrivK7JNOLXtZbdxJG2y/RAHGswKKyVhSP9niR sZF/IBr5p8uQIDAQAB"

  19. Re:SPF and gmail on Gmail Begins Signing Email with DomainKeys · · Score: 2, Insightful
    >Why is everyone flipping out about domainkeys

    Well, if Google, Yahoo (who created the spec, and indicated that they would be using it shortly), and AOL (who says they will begin testing in Q1) all use DomainKeys, we probably have a de facto email authentication standard.

  20. Re:domainkeys, SPF on Gmail Begins Signing Email with DomainKeys · · Score: 3, Informative

    Its thee .forward that survives, not the 'forward' button in your mail interface. If ebay sends a DomainKey signed mail to your pobox.com account, you can still prove that ebay sent it. With SPF, you can only say that pobox was that last to touch it.

  21. Re:Continue the trend on Gmail Begins Signing Email with DomainKeys · · Score: 5, Informative

    >According to the article, sendmail is working on an implementation of it, for which I rejoice. Its been available for several months http://sendmail.net/dk-milter/

  22. Re:Neither Sender ID nor SPF stop forgery on AOL Will Not Support Sender-ID · · Score: 1

    Well, crypto *will* force the zombie to go through a legit server. If it is authorized to do so, it's not a forgery. The ISP monitoring the SMTP server will have the ability to monitor the traffic, and hopefully shut down the infected machines. All that said, this is not a forgery problem -- its a spam problem, and we all know that authentication does not solve spam (right?!). Crytpo can stop forgery, but not spam.

    I'd think the vast majority of MTAs reject mail rather than bounce it. The recipient system generally does not wish to consume extra resources in generating the bounce, queueing it and sending it off. So what's the problem? Viruses make the mail go through real SMTP servers, which effectively HAVE to accept the mail and make an effort to deliver it. Once its failed to deliver, then it MUST (in the RFC sense) generate the bounce. In short I don't think its generally the recipient MTA's fault.

  23. Re:DomainKeys will not work. Crypto costs time and on AOL Will Not Support Sender-ID · · Score: 1

    Sendmail says DomainKeys adds 8-15% CPU load. Doesn't sound that expensive to me.

  24. Re:A little OT... on AOL Will Not Support Sender-ID · · Score: 1

    If only senders implement, SPF does nothing for anyone. To be useful receivers have to do something. Global signatures (a la DomainKeys) is as easy to implement for receivers as SPF.

  25. Re:Neither Sender ID nor SPF stop forgery on AOL Will Not Support Sender-ID · · Score: 1

    > The main problem with GPG is a lack of (a) mail clients using the standard MIME method of sending GPG emails and (b) lack of a good trust mechanism. I think in this instance, the 2 main problems are that very few MTAs are MIME aware and that GPG is an obtrusive format. Early adopter's mail will look very weird to later adopters.