Slashdot Mirror


Verizon Email Restrictions

CodeMonkey5 writes: "The following excerpt is from a Verizon email sent to all Verizon customers regarding the use of their SMTP servers. The gist of it is that if you are using an email address other than that of Verizon in the 'From' field, you cannot use their SMTP servers. '...If you are sending email using an email address other than one provided by Verizon Online, this message affects you. Effective, August 8, 2001, you will no longer be able to send email from any email address other than the one provided by Verizon Online (this includes privately branded domains and secondary ISP accounts). We are taking this action as a result of our continuing efforts to improve the quality and reliability of Verizon's mail system and is one of several steps to help reduce spam. The effect of this change is that Verizon Online email will no longer support sending email from other ISP accounts or privately branded domains that are not hosted by Verizon Online ...'"

239 comments

  1. ssh + shell account + pine = hahahaha by Anonymous Coward · · Score: 1

    Let them try and stop me! Silly phone companies!

  2. Verizon online?! by Anonymous Coward · · Score: 1

    Verizon online, what's that, the latest online game?

  3. Re:This really isn't so bad. by Anonymous Coward · · Score: 1
    If you have questions about how POP-BEFORE-SMTP works just search google or email me offline

    I unplugged my modem and tried to send you an e-mail, but it didn't work...

    I guess I had the wrong From: field in the header...

  4. It is a BIG deal. You are missing the big picture by Anonymous Coward · · Score: 1

    Our company has our own mail servers, etc which is hosted by on a dedicated T1(no restrictions, no problems as we control spam relaying on our own smtp servers). Our sales reps use verizon for remote access. Currently they just dial up and send mail as user@ourdomain.com with no problems to our mail server or to verizons. Here is the BIG problem with the implementation Verizon plans... Our sales reps will be forced to use a verizon email address when connecting up remotely, since they are forcing from domain checking and will block outgoing smtp to other servers to help stop spam. Blocking outgoing smtp to other non verizon smtp servers is acceptable, forcing email to go through their servers. That will allow verizon to have a log of all outgoing port 25 email from their network. As long as verizons mail servers do not force from addresses to be from their domain it is ok. Doing both just shows that the managers of verizon need some lessons on smtp server administration, as they appearantly do not know how BIG of a deal this really is to their customers. We have 2 choices look for another service provider(we have changed twice becuase of this so far), or setup our own dialup accounts which costs quite a bit more for the 800 service, etc).

  5. Verizon is not trying to prevent spam... by Anonymous Coward · · Score: 1

    If they were trying to prevent spam, they would stop spamming me. I am a verizon DSL subscriber, who has ask verizon to stop spamming me, yet verizon continues to send me unsolicited advertisements. Verizon is probably trying to increase their domain hosting revenue or their customer "loyalty". BTW Verizon is, without a doubt, the most customer unfriendly company I have ever dealt with. You can rest assured they are not doing this to benefit their customers in any way. The only reason I use them is because they have a monopoly on DSL in my area.

  6. Re:Move on, nothing to see here. by Anonymous Coward · · Score: 1

    But at the bottom of the email was a rather convenient advertisement for Verizons new email hosting facilities and for only whatever additional a month they will host your email. When I read this the first time I thought SCAM, they want to force you to use their email servers. After I read it again and saw the advertisements, I knew for sure. So, you have to use Verizon if you want DSL in some areas and now you have to BUY their email services if you want to send email. Nice job Verizon, does PA government know about this? Still trying to get long distance approved here?

  7. Re:This really isn't so bad. by davidu · · Score: 1

    you should really complain to your ISP.

    That's fsckin' lame for it not to work everytime.

    -davidu

    --

    # Hack the planet, it's important.
  8. Re:This really isn't so bad. by davidu · · Score: 2

    I unplugged my modem and tried to send you an e-mail, but it didn't work...

    Errr....maybe I shoulda written "offlist"...

    Have you tried to contact me via carrier pigeons?

    -davidu
    --

    # Hack the planet, it's important.
  9. Re:This really isn't so bad. by davidu · · Score: 2

    Actually your wrong.

    Verio runs pop-before-smtp across their ENTIRE network. It is easy to setup, pop-before-smtp done properly DOES work, as does SMTP-AUTH.

    -davidu

    --

    # Hack the planet, it's important.
  10. This really isn't so bad. by davidu · · Score: 3

    1) They are their servers and they really can enforce policies like this. While this really has nothing to do with spam they do have the right to make such a policy.

    2) Most people these days use POP-BEFORE-SMTP or SMTP-AUTH in order to use a remote smtp server. It is a much better system because it allows people to actually send mail from THEIR server as opposed to relaying through their ISP's and having that in the headers.
    For Security reasons alone I don't like my ISPs mail server in my headers and my mail server strips my IP from the outbound mail.

    Again, this just really isn't that big of a deal, plus anyone on verizon's net can just run an SMTP server of their own and let other verizon users relay off of it. just create www.verizonrelay.com or something.

    If you have questions about how POP-BEFORE-SMTP works just search google or email me offline, it really is a painless and easy system that all your remote users will love.


    -davidu
    --

    # Hack the planet, it's important.
    1. Re:This really isn't so bad. by unitron · · Score: 2

      Now if only you'd included a link to that carrier pigeon transfer protocol you could have picked up some major karma.

      --

      I see even classic Slashdot is now pretty much unusable on dial up anymore.

    2. Re:This really isn't so bad. by Lozzer · · Score: 1

      Didn't really need an extra word at all - email me said it all.

      --
      Special Relativity: The person in the other queue thinks yours is moving faster.
    3. Re:This really isn't so bad. by tshak · · Score: 1

      I never said it didn't work, or that it's not easy to set up. I personally use it because my ISP has yet to support SMTP-AUTH. I just know that 1/10 times you have to retry and that it's noticeably slower than SMTP-AUTH.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    4. Re:This really isn't so bad. by tshak · · Score: 2

      Most people these days use POP-BEFORE-SMTP or SMTP-AUTH

      Based on what evidance? I'll agree that both methods are catching on rapidly, but just read further down and you'll see posts of people who work for ISP's that have yet to implement this.

      I for one am a huge proponent of sending mail through the actual domain of the from address, but until SMTP-AUTH is a standard (POP-BEFORE-SMTP is too slow and doesn't always AUTH properly after each POP) , I don't think Verizon should do this. Especially with the advent of very cheap and easy to setup domain names.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    5. Re:This really isn't so bad. by Poor+Soul · · Score: 1
      Most people these days use POP-BEFORE-SMTP or SMTP-AUTH in order to use a remote smtp server. It is a much better system because it allows people to actually send mail from THEIR server as opposed to relaying through their ISP's and having that in the headers.


      This is what we do for our hosting, and it works great. And your definitely right, the users love it.

      In the words of Homer Simpson... "Mmmmm... beer."
      --

      In the words of Homer Simpson... "Mmmmm... beer."
    6. Re:This really isn't so bad. by hearingaid · · Score: 1

      POP-before-SMTP is really annoying.

      Why's it annoying? Well, let's say you're surfing the web, and you decide to send off a quick little email to somebody whose addy you just found.

      You have to POP first.

      SMTP-AUTH on the other hand is a good technology, I do approve. It allows you to SEND email without READING it.

      Radical.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    7. Re:This really isn't so bad. by janpod66 · · Score: 2

      This is the first I hear about Verio doing this. They certainly never informed me about it.

    8. Re:This really isn't so bad. by janpod66 · · Score: 3
      They are their servers and they really can enforce policies like this. While this really has nothing to do with spam they do have the right to make such a policy.

      In the same sense, they also have a "right" to drop every other packet you send, to give access to your credit card info on their server to some con artist, to replace all web pages traveling over their wires to you with their preferred ones, or to spam you with E-mail when you connect to their server. But many of those actions may constitute breach of contract or be in violation of other laws. And most are a good reason to switch and let everybody else know how lousy that company is. You see, that's our right as consumers.

      This "it's their hardware and they can do what they want" argument doesn't imply that everybody should just quietly accept whatever stupidity a service provider commits. Make noise. Complain. Switch. Organize. Boycott. Those are your rights, and companies will listen when they stand to lose millions of dollars.

  11. Earthlink is configured this way by Fiznarp · · Score: 1

    My DSL link through Earthlink will not allow me to use anything but earthlink.com as a sending domain.

    They also go as far as to block port 25 outbound to keep customers from using other mail relays.

    Fiznarp

    1. Re:Earthlink is configured this way by Poor+Soul · · Score: 1

      I ran into this problem as well when I had Earthlink Dial-Up. To get around it, we just set our mail-server up to listen on a different port.. heh heh. But that was only a temporary solution until we got secure pop/smtp set up. You might try it to get you by.

      In the words of Homer Simpson... "Mmmmm... beer."

      --

      In the words of Homer Simpson... "Mmmmm... beer."
    2. Re:Earthlink is configured this way by david+duncan+scott · · Score: 2
      MSN does the same thing -- I've had to configure email for some of our clients who run mail through our servers but dialup through MSN. You can still send as yourself -- you don't have to send as "@msn.com"

      However, the point to remember is that either of these approaches works. It's only if Verizon does BOTH that there will be a problem.

      --

      This next song is very sad. Please clap along. -- Robin Zander

    3. Re:Earthlink is configured this way by jrp2 · · Score: 1

      My DSL link through Earthlink will not allow me to use anything but earthlink.com as a sending domain.

      That is strange. I use Mindspring DSL (owned by Earthlink) and have no problem whatsoever using their SMTP servers with a non-Mindspring/Earthlink domain. I also have co-workers with Earthlink DSL, and no issues. I just did a test (telnetting to port 25, doing manual SMTP commands) using smtp.earthlink.net, sending a mail to my personal domain, using a yahoo.com address as the from in the "mail from" and a totally fake domain in the "FROM" header in the body, and it went through no problem.

      Bottom line, use smtp.earthlink.net or smtp.mindspring.com and you should have no problems. They are just restricting by IP, no content restrictions at all. Not sure what smtp you are using that is forcing @earthlink.com.

      Yes, you are correct on the port 25 blocking, that is pretty common these days.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
  12. I don't see a problem... by farrellj · · Score: 1

    I guess it only affects Windows users who have to use their ISP's smtp host to send mail...

    That is, if you have an email account that is not the one in their domain, and you want your replies to go to it, you can't do it now...only if you are using windows. Unless they have a filtering firewall that is between their customers and the net...but I don't think they are *that*stupid.

    ttyl
    Farrell

    --
    CAN-CON 2019 - Ottawa's only book oriented Science Fiction Convention! October 18-20, Sheraton Hotel, Ottawa, Canada h
    1. Re:I don't see a problem... by Grimmtooth · · Score: 1
      I guess it only affects Windows users who have to use their ISP's smtp host to send mail

      There is no earthly reason that to be true. Any of the popular services avaiable under leenux are available under Win32. Many of them available from Red Hat, no less. You can even set up Apache under ME.

      Please, be more specific or refrain from comments made out of ignorance.

      --
      /* .sigs are irrelevant */
  13. Re:Move on, nothing to see here. by sjames · · Score: 2

    No... You can block relaying by limiting based on IP address.

    That blocks outside spammers, but does nothing to prevent spammers from signing up for an account and sending tons of spam from idiot@makemoneyfast.com. Typically, a spammer will have several such accounts.

    All this policy does is makes sure that Verizon doesn't get used that way. It is an inconvieniance for people with legitimate reasons to use an alternate address as the from address, in much the same way that door locks and keyed ignition inconvieniance the legitimate owner of a car.

    The solution is for the third party host to allow authenticated users to use their SMTP from any IP.

  14. Re:From us that host domains by Sabalon · · Score: 2

    So, use smtp_auth. Doesn't matter where they come from - they have to validate themselves before they can send e-mail.

    From someone who hosts domains.

  15. Re:From us that host domains by mattdm · · Score: 1

    Well sure, if pair.net wants to set up their system to be an open relay, that'd be nice for the Verizon customers -- and all the spammers.

    Like I said, there are authentication schemes that can work around it, but that's a pain for both the users and the ISP.

    (What's with the "you obviously don't know what you're talking about"? Got a chip on your shoulder?)

  16. Re:From us that host domains by mattdm · · Score: 2

    pair.net would have the same problem. The issues isn't that they don't provide a mail relay -- it's that they don't provide a mail relay that can be used directly by Verizon customers. This completely reasonable -- otherwise (without an authentication scheme) any Verizon customer could relay spam through their server.

    Obviously, there are authentication schemes that can work around this (as suggested elsewhere in this message), but they're nonstandard and a pain for both the ISP and for the customers.

  17. Re:Uhhh.. how's this a problem? by Genom · · Score: 5

    This isn't really a relaying issue, though - they're just disguising it as one.

    The real issue is that people are ordering Verizon, and either hosting their own domains (over DSL, with a static IP), or using other email addresses (such as domains they may have forwarding to their Verizon account, or alternate ISP accounts with better email packages/controls) - and Verizon doesn't like that.

    The dream of all big consumer-oriented corporations is a huge closed-doors community, where once you're a customer, you have to do everything through them. That's what Verizon wants.

    They want to guarantee that if you're a Verizon customer, that you USE your Verizon-branded email. That makes your address a "verified good" address, that they can then put on a list, along with your name, and any other personal information that you've given them, and sell to other companies.

    They want to make sure that when you go for a domain for yourself, or your business, that you have NO CHOICE but to have Verizon host it - otherwise yo won't be able to take advantage of it through your existing Verizon 'net access account.

    Were I a Verizon Online customer, which I'm not, I would be furious - even if this policy didn't affect me *now* - as it might in the future.

    I'm very glad I went with Speakeasy for my DSL line, and not Verizon. It will be a sad day when Speakeasy implements any kind of policy like this.

    As for options existing Verizon customers have - the best option would, of course, be to cancel your Verizon account, tell them the reason, and go with a competitor who has a saner policy. Barring that - is Verizon blocking SMTP sends from DSL customers running their own SMTP servers on static IPs? If not, it might not be a bad idea to pick up a cheap linux box and run Sendmail/Postfix/Exim/Qmail to handle external accounts.

  18. Re:Move on, nothing to see here. by Chris+Hiner · · Score: 1

    So find an email host that has an MTA on port 25, and a MSA on port 587 using SMTP auth.
    Works well to get around port 25 blocks.

  19. Re:Third Party Relays by Zen+Sandwich · · Score: 1

    Maybe not now... but just wait until their anti-spam measures include voluntarily submitting all their customer IPs to MAPS to include on their DUL 'anti spam' list (the DSL ISPs here all do that to force you to pay extra for a static IP if you want to sent mail yourself)

    --
    --TZS. (OSOAL - The choice of a gnu generation)
  20. Re:Non-Issue by Alan+Shutko · · Score: 3
    Congratulations on completely missing the point.

    • Mailing lists look at "from" or worse, envelope-sender when allowing you to post or subscribing you.

    • Most mailers will take the From address, not the Reply-to, when
      adding to an addressbook.

    • Most people don't even look at the reply-to.

    • There exist broken mail gateways which lose the reply-to.

    • Many mailers these days ignore reply-to entirely, because of broken
      mailing lists.

    • Many broken mailing lists completely ditch the reply-to and put on
      their own.

    • Slightly less broken mailing lists won't overwrite a reply-to, but
      that means that people on the list who expect that hitting R will
      reply to the list (because they've gotten used to the list setting
      reply-to) will accidently and possibly unknowingly not send things
      to the list when they want to.


    I have been using the ats@acm.org address through several ISP changes
    over 5 years or so and it has enabled people to find me after long
    amounts of time. It only works because people will pull up old
    emails of mine and see the address, and try it. No amount of telling
    people what email address to use will stop short-lived addresses from
    finding their way into people's addressbooks. No matter how much I
    like OOL, eventually I'm going to stop using it because eventually,
    I'm going to move off the island. (The odds of my wife completing her
    PhD, doing two postdocs, and finding a tenured faculty position all
    while sticking in this area are low, you know?)

    I'm not precisely sure how ensuring a verizon return address would help
    the spam issue. If it's sent through your IPs, you can track the
    spam down no matter what the address. If it's not, you can't do
    anything. (After all, you already refuse to relay from outside your
    IPs.) It might make it slightly easier for other admins to lay blame,
    but they're going to have to trace headers anyway to show that it
    isn't someone relaying through uu.net and setting an verizon return
    address.
  21. Why allowing local relaying can still be bad by Old+Man+Kensey · · Score: 2
    sourcehunter wrote:

    I can understand blocking outgoing port 25 on your network except for your mail server and thus assuring that all mail is routed through the ISP's mail server - Mindspring/Earthlink has been doing this for quite a while! But not relaying mail for your local users (regardless of from address) breaks one of the core reasons for having LOCAL mail servers. What the hell else are people going to do? Most third partys' mail servers are locked down to allow local relay only (as well they should be!). Yeah there are a few open relays out there, but everyone won't be able to find one. I for one won't be opening up my server!

    The problem with allowing random-relay from local IPs is that your customers can still spam through your mailservers while disguising their address. You can blast a lot of spam even through a 28.8 connection before you get caught.

    I remember when MindSpring turned off port 25 access to the outside world -- a lot of their customers made the same complaints I'm seeing here. Turning off outbound 25 is actually a much more draconian measure than this -- it still allows legitimate access to third-party SMTP servers that allow it.

    The bottom line is, this is understandable and I see it all the time.

    --
    -- Old Man Kensey
    1. Re:Why allowing local relaying can still be bad by mpe · · Score: 2

      The problem with allowing random-relay from local IPs is that your customers can still spam through your mailservers while disguising their address.

      But if you still allow them to use any possible address applicable for the ISP (including a completly made up one) they you arn't buying much.
      Unless you were to do some kind of real time mapping of the IP to the account. Even then simply setting appropriate mail headers will enable spammers to be easily identified without annoying legitimate users.

  22. Re:Annoying, but a reasonable policy to enforce. by TheSync · · Score: 2

    They ALREADY block outgoing Port 25 traffic

    I'm on Verizon DSL, and we're not blocked on port 25 currently.

  23. Re:Move on, nothing to see here. by Bob+McCown · · Score: 1

    This is a big deal how? Most mail servers check the From: line and bounce mail back. Its about time Verizon closed this hole...

  24. Re:only ISP in town by kraig · · Score: 1

    Even if it was, how does that count as restricting your RIGHTS online? "User foo has right bar because they only have one broadband ISP. User baz doesn't get right bar because they have two broadband ISPs." Forgive me if I think this is applying the term "right" in a very liberal manner.

  25. Re:Just use your own relay. by Sethb · · Score: 5

    iMac: $999
    OS X: Included with the iMac
    Sendmail: Free

    Factual Slashdot Post: Priceless
    ---

    --
    When in danger or in doubt, run in circles, scream and shout. --Robert A. Heinlein
  26. only ISP in town by KyleCordes · · Score: 1

    [only ISP in town]

    In some areas, Verizon is the cable modem ISP and that is the only broadband ISP available. So for some people, they are essentially the only game in town.

    1. Re:only ISP in town by Artemis · · Score: 1

      Yes, because you must have broadband, it's an essential right not to have at least two broadband providers to choose from. Forgive me, I'm just venting, still no broadband at all in what equates to Mayberry, Michigan.

  27. Re:Real motive a disincentive from changing ISPs? by KyleCordes · · Score: 1

    [more locked into not switching ISP's ]

    This strikes me as a likely real motivation for this policy...

    [If I was using verizon I would consider strongly switching ISP's right away.]

    In some areas Verizon is the cable modem ISP and the only available two-way residential broadband.

  28. This is actually a BIG restriction by KyleCordes · · Score: 2

    Some of the early posters confused open relaying with normal SMTP behaviour and normal ISP behaviour.

    For example, I have my own domain, kylecordes.com. It's hosted by an internet hosting provider. I receive email there.

    My ISP for internet access is Speakeasy. I send email through them, but that email is marked *from* my email address, which is @kylecordes.com. Speakeasy does not force me to have any email I send through them marked @speakeasy.net.

    Speakeasy is not an open relay; they are correctly handling outgoing SMTP only for their own customers (including me). They know it's me because I connect through their network.

    Were I a Verizon customer, I would be unhappy. I don't wish to use an @verizon email address... that's why I got my own domain name.

    The Verizon policy looks like a way to try to force their branding onto all of their customers' email address.

    1. Re:This is actually a BIG restriction by M-G · · Score: 2

      Speakeasy is not an open relay; they are correctly handling outgoing SMTP only for their own customers (including me). They know it's me because I connect through their network.

      Exactly! Once the person is authenticated through the ISP's network, the ISP knows who they are. If a bunch of bulk traffic goes through their servers, with a non-Verizon From: address, they should be able to figure out what customer it came from, and term them for AUP violations.

      This strikes me more as a corporate strategy to attempt to lock in users and get Verizon's name broader exposure via e-mail addresses than any kind of security or anti-spam tool.

  29. Re:Real motive a disincentive from changing ISPs? by KyleCordes · · Score: 2

    [Paying customers who are unaware of the benefits
    provided by Reply-To: headers are also very annoying.]

    Sending out email with a From: that lists a residential throwaway ISP mail account and only the Reply-to: lists your real, long-term, paid-for-the-domain email account, looks rather unprofessional. Some mail clients either don't handle Reply-to very well.

  30. Re:That is a misinterpretation. by KyleCordes · · Score: 2

    [hosted your domain through Verizon]

    How dare I wish to:

    * already have hosting arrange somewhere else and not want to switch

    * want to buy a flavor of hosting that Verizon does not offer

    * Have more than one ISP for whatever reason... obviously at most one can be the same place I host my domain.

    * etc.

    [Verizon doesn't want to be relaying mail for non-customer domains]

    Indeed they don't.

    It would make a lot more sense, though if they were interested in relaying mail only for their *customers* regardless of domain, rather than only for *customer domains* per se. My ISP (which is not Verizon) has the desired behaviour, for example.

    [don't think this qualifies as a "Your rights online"]

    Agreed. But it does seem like a customer-hostile policy.

  31. Re:Move on, nothing to see here. by pivo · · Score: 1

    Last time I tried, I couldn't even get a static IP for business use from Verizon, even if I were buying 1.5Mbps bandwidth. Now, if I wanted a T1, that was a different story of course. Same speed, 10X price but I get a static IP.

  32. Re:What if you have a forwarding account? by pivo · · Score: 1

    Set up a VPN to work, then they'll never see the port 25 access. Works for me.

  33. Re:Non-Issue by Saucepan · · Score: 1
    If they do, then just use the submission port, 587. That's what it's for, after all.

    It eliminates a whole class of headaches caused by using the same port (25) for both outgoing mail from one's own subscribers and for incoming mail from the rest of the world.

  34. Re:Non-Issue by Saucepan · · Score: 1
    Doh! Somehow I attached my reply to the wrong parent. The above was supposed to be a reply to the guy wondering what would happen if your ISP filterered (or transparently proxied) outgoing TCP port 25, _and_ locked down permitted From: addresses.

  35. Uhhh.. how's this a problem? by dee^lOts · · Score: 1

    Isn't this WHAT everyone wants? No relaying of emails through their servers??

    1. Re:Uhhh.. how's this a problem? by Negadecimal · · Score: 1

      The real issue is that people are ordering Verizon, and either hosting their own domains (over DSL, with a static IP), or using other email addresses (such as domains they may have forwarding to their Verizon account, or alternate ISP accounts with better email packages/controls) - and Verizon doesn't like that.

      If you want to look at this from the "big consumer-oriented corporation" perspective, the bigger issue is liability. Verizon doesn't want to get sued because Joe Schmoe sends a few million spoofed e-mails from their servers, disrupting service to both other Verizon customers and email recipients. That's their rationale - it's lawyers, not executives behind this move. Verizon couldn't care less about a closed-door community - as long as you're paying your bills and their policies don't drive customers away, they're happy.

    2. Re:Uhhh.. how's this a problem? by snookerdoodle · · Score: 1

      No, they (Verizon) even point out that changing the Reply-to header is ok, so your Verizon account is no more "valid" to a marketeer than it ever was (I haven't checked mine in ages).

      Not that I have a clue what their point is - you do have to authenticate to smtp through 'em...

    3. Re:Uhhh.. how's this a problem? by IndigoPhox · · Score: 1

      Ya....but uhm like if you're hosting your own domain via your static DSL IP y cantcha just run your own SMTP server and MX? huh? huh? :P

  36. Common carrier? by HiThere · · Score: 2

    I'm not sure exactly the legal meaning of common carrier, but it seems to me that Verison may be one. As such, to what extent does it (legally) have the right to engage in anti-competitive acts? (Of course, it may have cleared this with the government ahead of time...)

    Caution: Now approaching the (technological) singularity.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  37. Re:Translation: by _Stryker · · Score: 1

    They aren't restricting service to their valid customers. They are blocking SPAM mostly, by not allowing relaying. If you have a vanity domain at another ISP, you should be using that ISP to send your vanity email anyway, so you shouldn't be using Verizon's mail servers.

    Look at it this way. You have a domain name hosted by XYZHostingCompany.com, but you connect to the internet from xyzISP.com. You have the domain myDomain.com and the email address me@myDomain.com. XYZHostingCompany.com has a special relaying server setup for its clients at relay.XYZHostingCompany.com, xyzISP.com SHOULD NOT be letting you send mail as me@myDomain.com because they don't have anything to do with that domain, if they let that domain through, they would basically be letting everything through, which means they would be used to send lots and lots of SPAM (which would, of course, degrade the level of service for their valid clients). So, you should really be sending your email through relay.XYZHostingCompany.com. And, in a perfect world, XYZHostingCompany has properly setup their relay box to only relay mail from the domains that it is hosting.
    ---

  38. Re:From us that host domains by _Stryker · · Score: 1

    How is this informative? Basically what you have here is a small ISP that has a less than useful service for their users. How can you provide hosting and NOT provide a mail relay for your customers??? If I were your customer I would be looking for another hosting company ASAP. There are plenty of them out there that offer great service and good pricing and obviously have a lot more resources and expertise than your small shop. One that I highly recommend is pair.net.
    ---

  39. Re:From us that host domains by _Stryker · · Score: 1

    You obviously don't know what you are talking about. This change by Verizon will not stop Verizon customers from using the pair.net relay for their non-Verizon email. If Verizon were to start blocking port 25, then that would be a whole different ball of wax.
    ---

  40. Re:Move on, nothing to see here. by _Stryker · · Score: 1

    That's what the Reply-To: field is for.

    Btw, every time you read a webpage, you are downloading something, so your argument makes no sense.
    ---

  41. Move on, nothing to see here. by _Stryker · · Score: 2

    So what is the problem? It sounds like to me that they are actually tightening up their mail servers and not allowing relaying. Isn't this the exact thing that we say all ISPs should be doing? This measure doesn't stop you from sending your own email from your own mail server.

    ---

    1. Re:Move on, nothing to see here. by _Stryker · · Score: 2

      If you are using a web hosting company that has no provision for sending mail, they you have made a poor choice of hosting companies. Any decent hosting company will have an SMTP server setup for the companies they host. There are different ways of allowing the mail to be relayed, but probably the most common these days is POP before SMTP, which means you have to check your POP mail before you can send anything via SMTP. Another popular solution is SMTP AUTH.
      ---

    2. Re:Move on, nothing to see here. by ibbey · · Score: 2

      Certainly running your own SMTP server is a great solution for the slashdot crowd. But, cmon, do you really expect the avaerage small (i mean really small) business to have the resources to do this? For many businesses, this will be a MAJOR inconvenience. If you are top small to be able to afford a geek, and you're not technical enough (or to busy to) to run your own server, your screwed. Add to that the chance that Verizon may begin to use other "anti-spam" measures (like blocking port 25), and it rapidly becomes apparent that there is no way the average person can run their own server. And since Verizon is probably the only Broadband available to many of it's subscribers, and this begins to be a significant problem.

      And of course this policy almost forces Verizon to begin blocking port 25. Since many people WILL now be running their own SMTP servers, but won't really understand what they are doing, suddenly Verizon will be the home to many, many open relays. So, to prevent the new spam created by their policy, they will have to block port 25. Frankly, this policy makes Earthlink's port blocking seem downright welcome (and certainly a hell of a lot more effective.).

    3. Re:Move on, nothing to see here. by blowdart · · Score: 1

      The only real solution is a new protocol which requires you to login with a password in order to send mail. That's going to be hard to force the entire Internet to implement.

      New? What's wrong with SMTP Auth? That's hardly new. Also you're a little inaccurate. Blocking relaying via IP address only stops users outside the network SENDING email via your servers. You can still pick email up.

    4. Re: Move on, nothing to see here. by penguinboy · · Score: 1

      Earthlink did implement that a while ago. It was the reason I finally set up my own mail server, to not deal with their restrictions. I certainly wouldn't be surprised if other customers complained and they removed it.

    5. Re:Move on, nothing to see here. by penguinboy · · Score: 2

      1. It's annoying for people who legitimately want to use a different return address. For example, I have Earthlink and I've never used the email address they provided. That has received tons of spam from day one and Earthlink doesn't have the same sort of filtering you can get elsewhere.

      2. Actually, many ISPs *are* preventing you from running your own mail servers. Earthlink and Mindspring started this a long time ago - you can't connect to port 25 on any machine besides their own mail servers. I had to set up a mail server elsewhere on the net and create a tunnel from my network to it to get my functionality back. Earthlink/Mindspring also did the 'our email address only' thing quite some time ago.

    6. Re:Move on, nothing to see here. by mpe · · Score: 2

      Any decent hosting company will have an SMTP server setup for the companies they host. There are different ways of allowing the mail to be relayed

      Non of which is described in the relevent RFC (or for that matter is even necessary.)
      Effectivly what is going on here is crude hacks being piled on top of each other to address MUA software ignoring the specifications in the first place.

    7. Re:Move on, nothing to see here. by mpe · · Score: 2

      That blocks outside spammers, but does nothing to prevent spammers from signing up for an account and sending tons of spam from idiot@makemoneyfast.com

      Instead they can use makemoneyfast@verizon.com
      The real problem here is Verizon verifying the real world identity of their customers otherwise even if spammers get thrown off they may come back

      The solution is for the third party host to allow authenticated users to use their SMTP from any IP.

      IMHO a better long term solution is
      Get rid of all third party relaying. (Having to do MX lookups and actually send the whole message to the entire list makes spamming more difficult, time consuming and exposes the spammer's machine to such techniques as Telegrubing)
      Minimal usage of dynamic IP addressing and a mechanism to easily tie IP address usage to a specific acount where dynamic IP addressing is unavoidable. (If someone does misbehave they can be more easily identified)
      Traffic monitoring and shaping. e.g. if more than x% of TCP datagrams are for SMTP drop the extra ones on the floor. (If someone trys to do nothing but send SMTP email then their effective bandwidth is highly restricted. To rather less than x% since any retransmissions are subject to the same rules.)

    8. Re:Move on, nothing to see here. by mpe · · Score: 2

      Certainly running your own SMTP server is a great solution for the slashdot crowd. But, cmon, do you really expect the avaerage small (i mean really small) business to have the resources to do this? For many businesses, this will be a MAJOR inconvenience. If you are top small to be able to afford a geek, and you're not technical enough (or to busy to) to run your own server, your screwed.

      A pure SMTP server is not actually a very complex piece of programming. If you only want to send mail then not only do you have something marginally more complex than a printer spooler it also requires zero configuation and maintence.
      The reason many MTAs are complex is that they tend to support various transports and things not required by the spec. e.g. being able to operate as a third party relay.

    9. Re:Move on, nothing to see here. by SilverTab · · Score: 1

      Oh believe me, i KNOW the problems it causes. I was a Verizon techie (yes, one of the infamous ones in Birmingham, AL) and that's not new. Verizon hasn't allowed you to send mail from a non-Verizon email address for as long as I know. I guess they're just letting people know because the Verizon techs are tired of getting bitched at because there's nothing they can do about it.

    10. Re:Move on, nothing to see here. by LordofWinterfell · · Score: 1

      C'mon. Its their servers; if they don't want other services using them for free, that's up to them. Tell your cheapo web host to set up their own snmp servers.

      --
      Winter is Coming.
    11. Re:Move on, nothing to see here. by harlows_monkeys · · Score: 2
      This does nothing to stop relaying, since they obviously can't require the "From" address to be a Verizon address on incoming mail from outside their network, or no one from outside would be able to mail to Verizon customers! :-)

      You stop relaying by configuring your SMTP server to not accept outside mail unless it is addresses to your customers.

      All this does is annoy their own customers who have their own domains.

      Basically, Verizon is clueless about spam.

    12. Re:Move on, nothing to see here. by harlows_monkeys · · Score: 2

      And what happens when they start blocking outbound port 25 access except to their server?

    13. Re:Move on, nothing to see here. by harlows_monkeys · · Score: 2
      Wrong. Almost no other ISP does this. What you are probably thinking of is that most ISP's check the IP address of the sender, and won't relay if the sender is not one of their customers.

      Checking the IP address is good. Checking the "From" line is increadibly stupid, and won't close any holes.

    14. Re:Move on, nothing to see here. by wizman · · Score: 3

      No... You can block relaying by limiting based on IP address. If they were to prevent relaying simply by the from field, anyone in the world could spam through their servers simply by tacking @verizon.com or whatever to a bogus e-mail address. Many people have third party web hosting companies for their domains and use their ISP's e-mail servers for outgoing. This is going to be a big problem, as most web hosts don't allow relaying either.

    15. Re:Move on, nothing to see here. by lamontg · · Score: 1
      Ideally you could set up a SMTP server, but that isn't always feasible in the real world

      I've got my own domain setup in my house. I've got 512/512 DSL going to a K6 (original) 233MHz machine that has two el cheapo intel eepro100 NICs in it. Total cost from a place like Re-PC for this system would be around $60. Throw FreeBSD and sendmail/exim/postfix on it and you've got your SMTP machine. And realistic this system is drastically OVER-powered. I'm going to saturate my DSL line long before I saturate my K6.

      If you don't know how to do that, contract out some hacker (of the good kind that won't backdoor your machine) for $100-$300 or so.

    16. Re:Move on, nothing to see here. by aozilla · · Score: 2

      Fortunately I'm not on Verizon, but if I were I'd be pitching a fit. Nothing to see? What if I want my mail to be from my hotmail account but I also want to use my browsers email program to compose? I like reading my email on hotmail because I don't have to download anything, buy I like to compose on my browser becasue hotmails sucks.

      I am on Verizon DSL, and I do exactly this, for exactly the reason you describe. I also use my own SMTP server, using POP before SMTP to send email from my own domain. I never use @verizon.com, and I never use Verizon's SMTP server. As long as they don't block outbound SMTP, things will be fine for me (and you'll always be able to send hotmail since that uses HTTP over port 80).

      --
      ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
    17. Re:Move on, nothing to see here. by hearingaid · · Score: 1

      It isn't feasible to set up an SMTP server?

      Oh, fergawdsakes. Spend $100, get a 486, pop *BSD and qmail on it. You don't even need a Real IP Address, so long as you've got either nat or a socks proxy.

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    18. Re:Move on, nothing to see here. by hearingaid · · Score: 1

      Then it's time to find a new ISP.

      Jeez, folks, it's Verizon. Are you really shocked?

      --

      my old sig used to be funny, but then slashcode ate it and now it's not funny anymore

    19. Re:Move on, nothing to see here. by hillct · · Score: 1

      Yah. oops. SMTP

      It's saturday. I do enough thinking durring the week... why think on saturday...
      --

      --

      --Got Lists? | Top 95 Star Wars Line
    20. Re:Move on, nothing to see here. by hillct · · Score: 2

      The tremendous lack of technical detail here (on the part of Verizon) makes it difficult to judge the validity of their actions. It sounds like they're simply closing open relays - a good thing - because they talk about people using their SNMP servers.

      It is possible that in fact what they are actually doing is blocking port 25 (SNMP) trafic at their routers that does not originate from their SNMP servers. This is a popular move on the part of most ISPs which (in conjunction with header rewriting on their SNMP servers) prevents any spam from coming from IPs they own without having a valid return address.

      I have not recieved the letter so I don't have the full detail, but it sounds like they're not doing port based filtering (yet). If they are in fact proposing such filtering, I can fully understand the objections. I use Verizon DSL (carrier side) but elected to use a small local ISP rather than (at the time) GTE.net specifically because smaller ISPs are generally less likely to risk pissing off their customers with stupidness like this.

      Those using Verion's ISP service have my sympathy.

      --CTH

      --

      --

      --Got Lists? | Top 95 Star Wars Line
    21. Re:Move on, nothing to see here. by DeadMeat+(TM) · · Score: 3
      What if you have your own domain name for E-mail purposes, like if you have your own small business? So much for that, unless the people hosting your E-mail have an SMTP server available, which may not be the case if you're just using it for forwarding to your Verzion POP3 box. Ideally you could set up a SMTP server, but that isn't always feasible in the real world, and if Verizon starts blocking outgoing SMTP (like a lot of ISPs, including mine do already) you're SOL.

      At any rate, if the point is to stop spammers, it's not necessarily going to be very effective, since there's no reason a spammer couldn't give a bogus @verzion.com E-mail address (or, worse, use somebody else's real one).

    22. Re:Move on, nothing to see here. by mythr · · Score: 1

      I'll go even further to say this solves nothing. If I were a spammer running on Verizon I would just use a fake address within the Verizon domain to circumvent it (eg. fake_user@verizon.com).

      I'm sure they will be verifying that the e-mail address specified belongs to the user that is logged in. They can tell to which user a connection belongs either by remembering the username in dial-up, or determining the LEN to which a DSL modem is connected. Verizon doesn't provide cable modems, so that's not their problem. Why is everyone complaining so much about someone trying to stop people from using their servers to spam/forge e-mails?

    23. Re:Move on, nothing to see here. by Elbow+Macaroni · · Score: 1

      Sounds like you've never done real tech support before have you? Most of the people who call in #1 will be pissed off that your company changed something and #2 likely unable to type and #3 morons. Yes it would be a nightmare for tech support.

      --
      -------------------------------------
      Technically, we are beyond survival.
    24. Re:Move on, nothing to see here. by Thatman311 · · Score: 1

      Fucking spamers just can't fucking take this can they. You just HAFTA have access to all of the SMTP servers in the world so they can spoof IPs and everything. Damn...no support problem. Someone who is using Verizon calls up Verizon and says "I can't send mail and used to be able to". Verizon goes "Well...what is the from field set to". Person calling "It is set to smoe@slacker.org" Verizon "Well we don't allow that anymore...change it to your own email account or use a different SMTP server. Thank you drive through" Wow big support problem...sounds like it is a 3 minute call (or 10 if you call cause your a fucking dumbass)

      --
      Silly Rabbit...Sig's are for kids.
    25. Re:Move on, nothing to see here. by wraithgar · · Score: 1

      Here here... The techs at the ISP I work for cringed when they read this. Now we either have to open up our SMTP servers to allow mail from Verizon IP's (umm... not gonna happen), or our mail customers who have Verizon DSL are going to be up that proverbial tributary without means of locomotion.
      -----

    26. Re: Move on, nothing to see here. by elemental23 · · Score: 1

      Earthlink/Mindspring also did the 'our email address only' thing quite some time ago

      This is incorrect. Neither Earthlink nor Mindspring mail servers require you to use your Earthlink/Mindspring address as a From: or Reply-to: address. I can't speak for legacy Mindspring, but Earthlink has never required this. ELNK does, however, require that you have a valid domain in the From: field, but that is a totally different thing. It doesn't matter what domain it is as long as it actually exists.


      --
      Have crack, will moderate.
      --
      I like my women like my coffee... pale and bitter.
    27. Re: Move on, nothing to see here. by elemental23 · · Score: 1

      I've been working for Earthlink for years and I'm afraid you're mistaken about this. (Even if I didn't work for them, I've been sending mail through their servers with non-Earthlink From: addresses on a daily basis for quite some time). The only restriction is that your From: address must be a valid domain. Are you maybe confusing this with port 25 blocking as some others here are?


      --
      Have crack, will moderate.
      --
      I like my women like my coffee... pale and bitter.
    28. Re:Move on, nothing to see here. by sheeler · · Score: 1
      I'm sure they will be verifying that the e-mail address specified belongs to the user that is logged in. They can tell to which user a connection belongs either by remembering the username in dial-up, or determining the LEN to which a DSL modem is connected. Verizon doesn't provide cable modems, so that's not their problem. Why is everyone complaining so much about someone trying to stop people from using their servers to spam/forge e-mails?

      You're sure, are you? It would be easier for them to simply restrict use of their SMTP server by IP address than to do a verification like that. But, FYI, I am a Verizon customer, the part of the company that was acquired from GTE.net, and we have not been able to use their STMP server with a From: address other than [somestring]@gte.net for a long time now. However, I find that I can put ANYTHING in the [somestring] section, and it doesn't mind. Doesn't in any way check that I am using the UserID/e-mail that they issued me. I imagine, that the larger Verizon company is simply going to expand on this policy that certain parts of the customer base have already been dealing with for quite some time.

      And you can relay through their server from any IP address, whether it is theirs or not, as long as you put [somestring]@gte.net or [somestring]@verizon.net in the From field of the e-mail message. At least, it was true a few months ago. I haven't had the opportunity to check recently.

      If they are sincere in their efforts to stop SPAM relaying through their servers, then they should implement SMTP AUTH or implement POP before SMTP or something like that. This method they are choosing is incredibly annoying and not very effective.

      They are not currently blocking Port 25 on the DSL service (knocking on wood), but my DSL was down for a few days a week or so ago, and they gave me temporary dial-up access, and Port 25 was blocked on that. So those customers are really screwed if they are hosting a website somewhere else. They can't send e-mail through Verizon's SMTP server with the correct From: address, and they can't access the server that their WebHost is providing for them.

    29. Re:Move on, nothing to see here. by sheeler · · Score: 1
      Ideally you could set up a SMTP server, but that isn't always feasible in the real world, and if Verizon starts blocking outgoing SMTP

      Sure, but is that what Verizon really wants to encourage? A lot of clueless newbies delving into running their own SMTP server out of frustration with their inability to send legitimate e-mail through Verizon's SMTP server? I don't think that is advisable. Lots of clueless people inadvertently set up open relays, and then the spammers find them and have a field day! As a matter of fact, this is what would most likely prompt Verizon to start blocking Port 25, is if many of their customers started setting up their own SMTP servers incorrectly such that spammers could relay through them.

    30. Re:Move on, nothing to see here. by the_brat_king · · Score: 1

      The problem with limiting based on IP address is this method is still not a cure-all, a combination of IP based and domain based blocking, along with name authentication, would be the best policy. As for companies that need Verizon's servers for their outgoing SMTP, maybe they should invest in a midrange computer, put something like Slackware 8.0 on it, and set up sendmail (Or Zmailer, my choice for volume sites). Then, for an extra 8 bucks a month lease a static IP and host their own email services (If you are a business, do you REALLY want copies of all of your personal information sitting in a third party's mail server logs?). This would be more secure, in compliance with Verizon, and possibly even more effective! (I automatically think mail is Spam, if the From: tag doesn't match the server name). Just a thought though.

    31. Re:Move on, nothing to see here. by jrp2 · · Score: 1

      So find an email host that has an MTA on port 25, and a MSA on port 587 using SMTP auth.

      Sure, there are plenty of hacks around it, heck, you could put one on port 80, but most folks aren't that crafty, nor should they have to be. This is a support and customer service headache.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
    32. Re:Move on, nothing to see here. by jrp2 · · Score: 1

      I'm sure they will be verifying that the e-mail address specified belongs to the user that is logged in

      Yes, quite possible, but it is a lot of work, will add a lot of latency, and tax a lot of servers. I doubt they are going to do it.

      Why is everyone complaining so much about someone trying to stop people from using their servers to spam/forge e-mails?

      Why don't you read the posts of those complaining? Most are quite clear as to why this is problematic. 2 main reasons is many, many honest, non-spamming, non-forging, users use their own domain or work domain and send mail from home. The workarounds are often expensive, painful, and depending on what other mechanims they have in place, difficult, kludgey or near-impossible.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
    33. Re:Move on, nothing to see here. by jrp2 · · Score: 1

      And you can relay through their server from any IP address, whether it is theirs or not, as long as you put [somestring]@gte.net or [somestring]@verizon.net in the From field of the e-mail message

      Yup, you sure can! I just relayed an SMTP session from a machine at work (not on verizon's net) using "jblow@verizon.net" in the from field using smtp.verizon.net. The mail came through on my yahoo account no problem.

      Boy, they sure are tough on spammers (not). Pretty sad, pretty typical from a phone company.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
    34. Re:Move on, nothing to see here. by jrp2 · · Score: 3

      Yes, but MANY ISPs, perhaps most, block outbound port 25. I don't know if Verizon does. If an ISP were to reject emails not from their domain, and block port 25, this would be a major problem. I guess you can still use the "Reply To" header, but that is kind of weak.

      Overall, this move is a headache for those of us that try to do work from home, expecially those that are not techies. I can't tell you how many headaches this is going to cause various support organizations and customers. I totally believe that the defacto standard method of ISPs restricting by IP to their own networks only was a decent way to approach this.

      The real problem is that as each ISP takes a different approach, the problem gets more and more complicated as the corporate and non-ISP email providers help desks need to track solutions by ISP for how customers need to configure outbound mail.

      I'll go even further to say this solves nothing. If I were a spammer running on Verizon I would just use a fake address within the Verizon domain to circumvent it (eg. fake_user@verizon.com).

      Bottom line, really bad idea, a sizable percentage of their honest customers are going to be seriously inconvenienced by this and it does little to prevent spam.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
    35. Re:Move on, nothing to see here. by Ygg · · Score: 1

      Why would I complain so much about verizon?
      Because I use my own domain's email address
      forwarded through verizon, for now that is.
      This is a serious PITA.

    36. Re:Move on, nothing to see here. by visualight · · Score: 1

      Fortunately I'm not on Verizon, but if I were I'd be pitching a fit. Nothing to see? What if I want my mail to be from my hotmail account but I also want to use my browsers email program to compose? I like reading my email on hotmail because I don't have to download anything, buy I like to compose on my browser becasue hotmails sucks.

      Rob

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    37. Re:Move on, nothing to see here. by fadden · · Score: 1

      Yup. I'd guess it's a move to placate the many people complaining to them about spammers on their site (of which I am one).

      The trouble is, it won't fix the problems that I've encountered with their users. I don't believe I've received spam *sent* from their site, just spam *referring* to their users. According to my anti-spam logs, I've received eight messages that ask you to reply to a verizon mail account in the first half of this year, which is pretty remarkable for a site that didn't have a working "postmaster" address the first couple of times I complained.

      (Yes, I'm one of those rabid anti-spam types. If you're pre-spam, kindly head down the hall, turn left, and take the door marked "straight to hell". Thanks.)

      Now, if they had announced a policy of "spam clean-up" fines for users found guilty of spamming, I'd get all warm and fuzzy.

  42. Re:i think the cluetrain ran you over a ways back by Skapare · · Score: 2

    His point was that you don't need to make an SMTP connection to some other mail server for sending outbound mail with your own private e-mail address. I just tested it on a mindspring dialup to be certain. It works fine.

    There are two ways to send mail out with your own private e-mail address. Mindspring blocks one of them (the one most abused by spammers because it lets them do the relaying) but not the other. They may have volume throttling on their servers to keep any one IP address from sending more than some limit through at once. That would stop most spamming through their own servers.

    You do need to check your attitude problem. While ckuhtz wasn't specifically addressing the point you made, he was pointing out the alternative you have for sending e-mail. You might have a preference for not using his solution, but there is no evidence whatsoever in his posting that he is ignorant about how SMTP and such work. In fact he seems rather well informed to me. Your personal flame on him was uncalled for. Lighten up. If you don't like being narrowed to using the ISP mail server for outbound mail, talk about that without flaming people. Or make the capitalist move.

    --
    now we need to go OSS in diesel cars
  43. Re:That is a misinterpretation. by Skapare · · Score: 2

    Hosting the domain with Verizon isn't always an option. Some people have their vanity e-mail addresses in other domains where they don't own the whole domain. For example I'm working on setting up an email forwarding system for the domain ham.org for ham radio operators. If you were a ham and wanted to use callsign @ham.org, you could receive your mail once the email address is registered, but you can't use it in the FROM: field for outbound mail as a Verizon customer. And it's not a domain you can host with them, either.

    This is a perfectly valid story, given the complications it really does cause for people. Do you really want to let a company like Verizon manage your domain? I wouldn't.

    --
    now we need to go OSS in diesel cars
  44. Re:Again, you misinterpret. by Skapare · · Score: 2

    Most likely they will soon, if they do not already, restrict port 25 outbound to just their own servers. Earthlink/Mindspring does it, and it substantially reduced the sourcing of relayed SPAM from their network. I believe Verizon will end up doing this, too, because what they are doing now will have only minimal effect or SPAM reduction, and when people start running their own mail servers, there will be the new exposure to having relays within their network (not everyone who wants to run a mail server to host a vanity domain will be running something secure). And it won't further their marketing goals that probably prompted this particular restriction.

    I understand perfectly. I don't know what Verizon literally does at a given moment (I don't get any service from them, fortunately), but I do see the ways they generally do things, and it's not good. This is only the first step, and a bad misstep, too.

    --
    now we need to go OSS in diesel cars
  45. User authentication and limitations to From by Midnight+Thunder · · Score: 2

    The problem with requiring the 'From' field to contain an address from the Verizon domain is that every spammer know how to hack a 'From' field. This now means that we will be having a lot more spam apparently originating from the 'Verizon' domain.

    The better approach is to use user authentication at the e-mail server. I have come across a fair number of SMTP servers that require you to authenticate yourself, preferbly with the help of SSL, before you can send your e-mail through them. Couple this with IP verification, as Verizon should know which IP ranges they own, it make it would very difficult for a spammer to relay e-mail via their server.

    Now if only more e-mail clients supported SSL.

    --
    Jumpstart the tartan drive.
    1. Re:User authentication and limitations to From by buss_error · · Score: 1
      every spammer know[s] how to hack a 'From' field

      Not really a hack when it's something you just put in as any other form of input field.

      I know, picky, picky.

      One thing that seems to cut down quite a bit of spam for me it so scan for my first name in the e-mail body. Not there and it gets sent to a HOLD area.

      I've been able to get from about 50+ spams a day down to about 3 by vicious persual of the spammer. I once was able to track one back by looking at my firewall logs after a ping storm. Good thing too, because I had lost his trail until he got stupid and sent another e-mail saying he was going to do a "take down" on my line. HA!

      --
      Necessity is the plea for every infringement of human freedom. It is the argument of tyrants; it is the creed of slaves.
  46. Re:Why is this in Your Rights? by paul7e · · Score: 1

    It IS the only _broadband_ ISP in my town, or at least that connects to my building - cable-modem service has not yet come to my part of town.

    And do you really think that all the other large ISP's won't be doing this soon? As Mom-and-Pop ISP's slowly vanish (or rapidly vanish in large cities), the existing giant ISP's/telcos will start enforcing more and more policies like this, until you'll end up beholden to your ISP's "company store" like a 1920's coal miner.

    The SOLE purpose of this is customer-lock-in and web-hosting marketing, and I will bet a large amount of money that every solution that has been offered in these threads will become against Verizon's Terms of Service over the next several months.

    paul

    --
    Silly Rabbit, sigs are for kids.
  47. Re:WHOAH... by Anomie-ous+Cow-ard · · Score: 1
    Mail from adomain.com should go through the SMTP server of adomain.com

    Wow, then i couldn't send out ANY mail from a domain i manage, since our hosting provider doesn't do SMTP from customers (they just accept incoming mail to the domain and either POP3 or forward it) and we don't have the cash to get a mail machine somewhere.

    If only the ISPs would just go after the spammers, instead of treating us all like criminals... What if the USPS would refuse to accept your mail unless you put your current address on it, as opposed to your P.O. Box, or your work address, or your friend's address when she's over at your house and needs to send a letter, etc.? But most people are too clueless about the Internet to care, or are too blinded by the "Spam is evil! Death to spam at all costs!" mantra to notice...

    -----

    --

    --
    perl -e'$_=shift;die eval' '"$^X $0\047\$_=shift;die eval\047 \047$_\047"' at -e line 1.

  48. RoadRunner by No-op · · Score: 1

    at least in minnesota, RR has been very good to me. no port blocking, no bandwidth locking, seemingly unlimited amounts of IP space to use, fast news servers, etc etc. I guess I like them, and I hope the one in my area doesn't become like @home!

    --
    EOM
  49. Actually.. by mindstrm · · Score: 2

    I see it completely the other way around. I can understand forcing your mail server to only accept mail marked the way you want it to be (such as, from your domain)...
    but an ISP forbidding connections to other SMTP servers directly from it's users? That's a crime. What if I have my own mail servers elsewhere? I'm not allowed to connect? That's right.

    IT's when these two things are combined there is a real problem; to me, internet access & internet services are two totally different things; they should be sold as such. I don't want mail services from my isp... I shouldh't have to shoulder the cost of them.. I just want unrestricted forwarding of IP, and I'm willing to pay for it.

  50. Re:This is not their right, ethically by avdp · · Score: 1

    yahoo does as long as you are willing to put up with one spam email from them weekly.

  51. Re:From us that host domains by doon · · Score: 1
    We could do this, but:
    • We don't use postfix
    • Once we get our new datacenter up (next month) we will have pop before smtp all setup so it becomes a non-issue

    I was mainly trying to say that Verizon's solution was to host with them :)

    -doon

    --
    To E-mail me, replace the first period in my domain with an @
  52. From us that host domains by doon · · Score: 5

    We are a small ISP and host domains and for some of the business in the area. We recently had a couple of them come to us with this problem. We don't want to install pop before smtp at this moment as we are rebuilding our datacenter. Since verizon dsl doesn't even offer static ip's to it's customers, we have 2 choices, tell the customer to use their verizon mail address and their @domainname address in the reply to field. Or us open up our mail server to accept mail from a /22. When talking to verizon they told our customer that they should just host with them. Spam my ass. -doon

    --
    To E-mail me, replace the first period in my domain with an @
    1. Re:From us that host domains by slamb · · Score: 1

      We don't use postfix

      My Postfix configuration was meant as an example of how it works. You can do SASL with Sendmail as well, though I don't know the specifics.

      Once we get our new datacenter up (next month) we will have pop before smtp all setup so it becomes a non-issue

      To me at least, the SASL seems to be a better solution. I've had bad experiences with one POP before SMTP setup, and I don't think they are limited to it. I just like the idea of doing the authentication as part of the SMTP procedure better than linking POP and SMTP together; seems kludgy and unreliable to me.

      I was mainly trying to say that Verizon's solution was to host with them :)

      Yeah, I agree that is a shitty way to do business. Qwest-like, even.

    2. Re:From us that host domains by slamb · · Score: 5

      You're missing an option: SASL authentication. My Postfix mailserver is configured to use this and it works out fairly well. The major clients (Outlook, etc) seem to have support for it.

      It's configured like this:

      smtp_client_restrictions =
      permit_mynetworks,
      permit_sasl_authenticated,
      reject_unknown_client,
      reject_maps_rbl,
      permit
      smtpd_recipient_restrictions =
      reject_unknown_recipient_domain,
      check_recipient_access
      hash:/usr/local/etc/postfix/access,
      permit_mynetworks,
      permit_sasl_authenticated,
      permit_auth_destination,
      reject

      The client section allows my networks (you'd put in localhost and your dialup links) and SASL authenticated people, without checking DNS or the RBL (which is important if you are using the DUL; otherwise their machine may be listed and denied).

      The recipient section allows SASL-authenticated people to send to addresses other than the auth_destination ones - in other words, to relay.

      So, unless I'm missing something (like a big mail client that doesn't support SASL at all), there's a pretty good way for you and people like you to still provide supplementary addresses. And I think this move really will cut down on spam.

    3. Re:From us that host domains by Meowing · · Score: 1

      If you're got a POP3 swerver running, does it support XTND XMIT? Not everyone can use that, but Eudora can send mail that way and *x users can use a little script to replace sendmail.

      It's little and I'd post it, but the lameness filter is too lame to let it though. Bah.

  53. SNMP? by delmoi · · Score: 1

    Don't you mean SMTP?

    --

    ReadThe ReflectionEngine, a cyberpunk style n
  54. Re:Translation: by PigleT · · Score: 2

    > they can now improve service by restricting
    > service?

    Sounds like it. Ever heard of `relay'ing? It's not hard. It means you send email from/to a non-local domain through a server. It's a good way to increase the amount of spam, to allow relaying....
    My initial reactions are along the lines of `what's this doing here? closing down an open relay is a damned good thing!'.

    PS 2+2=4. This is not rocket-science.


    ~Tim
    --
    .|` Clouds cross the black moonlight,

    --
    ~Tim
    --
    .|` Clouds cross the black moonlight,
    Rushing on down to the circle of the turn
  55. Re:Why is this important? Because... by VP · · Score: 1

    This is entirely Verizon's fault, and not your University's fault. Your university's approach is sensible, Verizon's is aiming to force its customers to host their domains with them...

  56. Re:Annoying, but a reasonable policy to enforce. by VP · · Score: 1

    Let me get this straight - this measure will prevent Verizon's customers from forging their From: field when sending e-mail while using Verizon as an ISP? You are telling me Verizon doesn't know their customer's IP address when they connect to the SMTP server, or if they know it, that Verizon cannot enforce their AUP based on that information? They cannot detect an IP address sending hundreds of e-mails per second?

    This has very little to do with spam prevention, and a lot to do with preventing Verizon's customers from using other hosting companies...

  57. Re:Non-Issue by VP · · Score: 1

    Please, let us know what you think once Verizon blocks port 25 on your own mail server (as Earthlink already does)...

  58. Re:Wrong Re:Move on, nothing to see here. by VP · · Score: 1

    Why should every domain has its own SMTP server? In my case, my ISP is selling a service, which includes an SMTP server access, when I am using that ISP (it is not Verizon). I cannot access that SMTP server when I am not connected to the ISP's network.

    My web hosting provider is providing just that - hosting a domain, including a POP server for e-mails to that domain. It will be an added hassle to maintain an SMTP server which prevents relaying, and at the same time allows me and all the other users to use it from a whole different network. Of course if I need to send an e-mail from my web site via a script, I can use their SMTP server, because it is on the same network as the web site - no extra hassle for them, keeps the price extremely reasonalble, and the service stable. (BTW, check them out - www.npsis.com).

  59. Re:Translation: by VP · · Score: 2

    Wrong.

    You have a domain name hosted by XYZHostingCompany.com, but you connect to the internet from xyzISP.com. You have the domain myDomain.com and the email address me@myDomain.com.

    Yep, and if I connect to the internet through xyzISP.com, they can confirm that I am a legitimate customer, since they gave me the IP address. This is not relaying! The From: address has nothing to do with stopping relaying.

    XYZHostingCompany.com has a special relaying server setup for its clients at relay.XYZHostingCompany.com

    Many hosting companies don't have a special relaying server. Besides, doesn't this mean that a spammer with forged From: address has just found an open-relay server?

    xyzISP.com SHOULD NOT be letting you send mail as me@myDomain.com because they don't have anything to do with that domain, if they let that domain through, they would basically be letting everything through, which means they would be used to send lots and lots of SPAM (which would, of course, degrade the level of service for their valid clients).

    This is BS. The ISP assigns the IP address to their customers, and don't allow anyone from an invalid IP address to connect to their SMTP servers. They don't have to rely on the domain of the From: field to stop relaying...

  60. Wrong Re:Move on, nothing to see here. by VP · · Score: 3

    If this were to stop using their SMTP servers when you are not connected to the internet through Verizon Online, then this will be indeed OK. However, it sounds like even if you are dialed into the Verizon system, or connected via DSL, they are trying to prevent you from using their SMTP server, only because you are using an e-mail address from a domain not hosted by Verizon.

    Usually an SMTP server is provided by your ISP, since you are part of their network when you are connected to their service, and they can contlrol who uses the SMTP servers based on IP address. POP and IMAP servers can be provided from any place. If you have your own domain, the hosting provider usually provides a pop server, so that you can have e-mail going to your domain.

    There is no technical reason behind this decision, only an attempt to force the Verizon customers to host their domains with Verizon.

    1. Re:Wrong Re:Move on, nothing to see here. by mpe · · Score: 2

      If you have an email with a different domain, shouldn't that domain have its own SMTP sever that you can use? If it doesn't, you couldn't send SMTP mail from that account anyway, so I don't see the problem here...

      This is utter nonsense, please read RFC 2821.
      You are confusing the (rather poor and crippled) behaviour of a certain set of programs with actual specifications.

    2. Re:Wrong Re:Move on, nothing to see here. by Hal-9001 · · Score: 1

      If you have an email with a different domain, shouldn't that domain have its own SMTP sever that you can use? If it doesn't, you couldn't send SMTP mail from that account anyway, so I don't see the problem here...

      I have to agree, though, that this measure won't do much to prevent spam and relaying, unless there are IP checks or some sort of user authentication; it seems to me that they're just trying to reduce the load on their mail server generated by their users.

      --
      "It take 9 months to bear a child, no matter how many women you assign to the job."
  61. Shhh. It's a secret by Fapestniegd · · Score: 5

    I geuss I'll have to use the secret Reply-to: header.

  62. Re:WAS an issue by CharlieG · · Score: 2

    The problem is that ORIGINALLY (back in late June when I sumbitted this story and it was rejected) they were saying that your Reply-To: also had to point to a Verizon domain! They have since clarified that this is NOT so, but by then, I had changed over to Roadrunner, so who cares

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
  63. Re:This isn't so bad... by penguinboy · · Score: 1

    You have to wonder if an ISP will ever try to implement both the From: field restriction and the blocking of port 25, all in the name of "preventing spam..."

    Earthlink already did, months ago.

  64. Re:Verizon does NOT block off-network port 25 conn by mpe · · Score: 2

    I've been a Verizon customer since 8/96 and I barely ever use their DNS, SMTP, or POP3 servers. Yes, I'm a horrible netizen, in that my Linux firewall uses world root DNS servers, and updates the list once a month with 'dig'. I alternate my diald between prodigy and verizon sessions.

    If you are using more than one ISP then use of ISP servers complicates things for you anyway. Since you need to mess around changing things and restarting services in ip-up/ip-down

  65. Re:Annoying, but a reasonable policy to enforce. by mpe · · Score: 2

    You are telling me Verizon doesn't know their customer's IP address when they connect to the SMTP server, or if they know it, that Verizon cannot enforce their AUP based on that information?

    How large a company are they also have they grown by buying up other ISP's...

    They cannot detect an IP address sending hundreds of e-mails per second?

    You could even do this automatically. An IP address with is only opening TCP connections to port 25 is rather obvious.

  66. Re:This is not their right, ethically by mpe · · Score: 2

    Simple solution - your university should have an SMTP-AUTH relay available.

    Probably even more to blame are those people who write software with the requirement for a third party relay. When this was never actually part of the spec in the first place.
    Even though there have been recent revisions the basics of RFC974 still stand. Yet too many people treat using third party relays as though it is the canonical way to do things.

  67. Re:This isn't so bad... by mpe · · Score: 2

    another "anti-spam" trick ISPs have been using is to block outbound requests on port 25. This prevents their customers from using outside SMTP servers (and really causes a hassle for us web hosting companies trying to figure out why people can't send mail with their account's servers...)

    As well as messing up anything which does follow the published specifications (and dosn't need a third party relay in the first place.)

    Do you think enough people would drop an ISP who did this to make it a really bad idea, or do some of these ISPs have enough mindless zombies as clients that they could get away with it?

    In the case of home win9X machines on dialups it isn't likely to even be an issue... Or maybe that an synonym for "mindless zombies".

  68. Re:My other accounts by mpe · · Score: 2

    Same holds true for my Cayman Islands mailbox. Both do not have open relays as they are supposed to, so I can't sent mail with their servers

    No absolutly nobody should be providing open relays. Indeed if you read RFC 2821 you will not even find the kind of restricted third party relays advocated.
    There is only one canonical way to be sending SMTP email.
    Problem is some people though they knew better and created programs which require third party relays to operate at all.

  69. Re:It is a BIG deal. You are missing the big pictu by mpe · · Score: 2

    Blocking outgoing smtp to other non verizon smtp servers is acceptable, forcing email to go through their servers. That will allow verizon to have a log of all outgoing port 25 email from their network.

    Except that port blocking and transparent proxying is the hard way to do things if all you want is a log of connections to TCP port 25.
    tcpdump will do this...

  70. Re:Why is this important? Because... by mpe · · Score: 2

    Nope, it's the fault of whoever invented SMTP. It's such a stupid system, as far as protecting against spam

    Actually this is a consquence of software which demands third party relays. Something which is outside the spec in thr first place. If RFC 2821 were actually followed then it would be considerably harder for spammers...

  71. Re:this is a good idea... by mpe · · Score: 2

    Also, I you CC a lot you'll be wasting bandwitch since your mail server has to connect to all the people who you send the mail

    How many legitimate emails do you think this applies to? Also the people who'd be most inconvenienced by not being able to use a third party relay as an expander are spammers

  72. Re:Translation: by mpe · · Score: 2

    These are not an open mail relays. Only verizon customers can acess the verizon mail relays.

    Some ISP provided third party relays are only one step removed from open relays. The critical factor is if the ISP has procedures in place to verify the customer is who they claim to be before they are allowed access...

  73. Re:Not sure what to think by macdaddy · · Score: 2
    I haven't set up my RR account (kscable) either. I don't even use their DNS. After the last bad case of router flap I almost dropped their sorry asses. Now if they blocked my outbound tcp/25 connections and forced me to use their SMTP *and* forced me to only use a rr.com address, I'd tell them to -- ---- ---------- and tunnel from my firewall to my server (I should probably do that anyways, tell them off and tunnel).

    --

  74. You are an idiot: i've done it by MadAhab · · Score: 2
    I sent mail from a *nix machine over dialup using their servers and putting whatever the fuck I pleased in the From: line.

    I host a POP server for some folks who send e-mail over dialup link with a "From" address of their domain for which I MX.

    I could give a flying fuck what their customer support says, and I've never called them for anything, ever. Earthlink is handling this stuff in a reasonable way that limits the work they have to do to squash SPAM while keeping options mostly acceptable for their customers. Check you facts against reality before you go insulting people, asswipe.

    Boss of nothin. Big deal.
    Son, go get daddy's hard plastic eyes.

    --
    Expanding a vast wasteland since 1996.
  75. Re:Non-Issue by MadAhab · · Score: 2
    Which would be nice if all MUAs were compliant with RCF2822, or if it didn't confuse the average user to reply to an address that isn't in the "From" line they see...

    But if what you're saying is correct, then Verizon's new policy could be stated as "Run your own mail server, or use our email addresses", which sucks for many customers, to be sure. Especially if their static DSL IPs are on the DUL, which would be surprising and stupid. But otherwise, it is a fair and freer approach to Earthlink's "block port 25" solution. For one thing, it won't leave you wondering if the word "Scientology" gets a copy of your email forwarded to a windowless building somewhere.

    But if what you're saying is incorrect, then I will NEVER buy DSL from Verizon, and I wouldn't use it if it were free.

    Boss of nothin. Big deal.
    Son, go get daddy's hard plastic eyes.

    --
    Expanding a vast wasteland since 1996.
  76. Re:This is not their right, ethically by Hal-9001 · · Score: 1

    Agreed. That's why I hate my university's IT department. Why can't they create a solution (SMTP-AUTH) rather than create new problems (blocking external IP addresses and forcing users to compose and send mail through a slow telnet connection). The climate maybe improving: last year they implemented a webmail system (although I dislike that, too; webmail has too much latency and terrible search capabilities, among many other faults), and this year, they scrapped the telnet daemon in favor of SSH. None of those, however, can replace being able to send mail from the client of your choice. So if you work at CCIT at the University of Arizona, please consider my plea...

    --
    "It take 9 months to bear a child, no matter how many women you assign to the job."
  77. Re:This is not their right, ethically by Hal-9001 · · Score: 1

    Incidentally, what email service do you use that provides SMTP-AUTH capability? I know someone who might want to join... ;->

    --
    "It take 9 months to bear a child, no matter how many women you assign to the job."
  78. no, this is different by zzzeek · · Score: 1

    I have earthlink as well, and yes, they will not let you connect to port 25 on any host besides theirs. They are blocking the sending of spam using their network in any way, not just smtp relaying. Now THAT policy sucks. The Verizon thing only refers to what kind of data you send to their smtp servers.

    It would be much appreciated if anyone can point me to an official mention of earthlink's policy, since I have observed it but could find nothing about it on their site or within their tech support section.

  79. Re:Annoying, but a reasonable policy to enforce. by I_redwolf · · Score: 1

    What you just posted is bullshit. And moderators should be ashamed of thesmelves for moderating that.

    I could understand if Verizon was the NSA but they are not. The whole idea they talk of alienates users/customers from using the server. Which would be good if it were something that should be secured as such, however Verizon is pulling a we are secure but the shit isn't functional for our customers but that's the price you pay for security bullshit.

    Security and Functionality need to balance each other out. I could pull the plug on my box and say it's secure but is it functional?? Not really. Your solution is really not a solution by the way; infact it makes no goddamn sense if you have to authenticate through the pop server. And for the love of god how is the the 'pre-authenticating SMTP relay access' technique "buggy"?.

  80. Verizon does NOT block off-network port 25 conns! by LinuxHam · · Score: 2

    That's the point. They ALREADY block outgoing Port 25 traffic so, yes, that is why this is such a big deal.

    No they don't. I'm a Verizon user in Pennsylvania and I can connect on port 25 to any SMTP server on the net that will allow me to. I'm not an Earthlink customer, but several posts above indicate that Earthlink blocks all outbound port 25 connections to all servers except for their own outbound SMTP servers. Your high-port solution applies to Earthlink users.

    I've been a Verizon customer since 8/96 and I barely ever use their DNS, SMTP, or POP3 servers. Yes, I'm a horrible netizen, in that my Linux firewall uses world root DNS servers, and updates the list once a month with 'dig'. I alternate my diald between prodigy and verizon sessions. Work pays for my unlimited Prodigy account, but it disconnects after 7 hours of connect time, and Verizon limits monthly usage to 150 hours. So I leave diald on Verizon for normal surfing periods, but switch over to Prodigy when I'm doing multi-day, restartable downloads.

    I personally agree with this policy. If you still want to spam you can, but you can't tie up their SMTP servers. If you want to forge an alternate, legitimate From: address, you still can, too, with a little more work. I'm not sure if I think hosting companies should offer this same type of restricted service for their own hosted domains (without SMTP-AUTH or POP-before-SMTP), because I understand that it forces spammers to select valid 'From' domains, thereby releasing wrath of spam fighthers upon already over-worked sysadmins.

    So far, it seems POP-before-SMTP or that XTND XMIT feature are best to me.
    --
    Steve Jackson

    --
    Intelligent Life on Earth
  81. Why is this in Your Rights? by Kwil · · Score: 2

    I don't get it.. an ISP says if you want to send mail through us, it has to be mail FROM us, and this is somehow construed as restricting our rights?

    If it was the only ISP in town, maybe, but as it is, I don't see the big deal. It's not like my normal web-mail services don't have provision for sending something directly from them.

    A pain? Sure. But lets reserve our energies for the real battles.

    --

    That Jesus Christ guy is getting some terrible lag... it took him 3 days to respawn! -NJ CoolBreeze

    1. Re:Why is this in Your Rights? by harlows_monkeys · · Score: 2
      The problem with this is that it accomplishes zero to reduce spam. There are two possible reasons why Verizon could be doing this:

      1. They think it will reduce spam. If so, they are completely clueless. This is bad because it is bad in general to have large ISPs that have no idea how to run a network, and also they might become less responsive to spam because they think they have solved the problem.

      2. They want to make people use an @verizon address, so it will be harder for people to run their own domains, thus tying people to Verizon. Email has become widespread enough to make it very painful to change email addresses. Spend a year or two using an @verizon.com address, and you'll be very reluctant to switch providers, even if the new provider offers much better service.

      Either of these is worth a "real" battle.

  82. Re:Use reply-to by Velox_SwiftFox · · Score: 2
    [...]However, one company I host email for found that their ISP started blocking outgoing port 25 - they couldn't use our server anymore - till we just redirected a high port (like 3000 or something) to port 25 on their email server - they updated their clients and it works fine - ISPs can't block ports > 1024 without causing major disruptions in client traffic.

    I assume you mean they can't block all the high ports. Blocking a few, e.g. Xindows' favorite ports, has little noticable effect. Note that there isn't any really valid reason to block other ports even if they somehow detect SMTP traffic to them, because spammers aren't going to be using them - said spammers won't be scanning high ports for open relays, and anyone with enough technical cluefulness to set this up probably isn't going to leave their mail server open anyway.

    If you really want to give a spiteful IP that just wants to force you to both use their email domain in addresses and use only their servers, put your external SMTP server on port 80. Or 880, et cetra.

  83. That causes MORE problems by Ungrounded+Lightning · · Score: 3

    BellSouth requires the domain you use in the from field to resolve to a valid domain, which seems to be a much better solution than just requiring you to use their domain.

    That just means the spammers will have to masquerade as a VALID domain - and some poor sysop who DIDN'T have anything to do with the spam will catch hell.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  84. More Verizon incompetence. by ktakki · · Score: 2

    As a Verizon victim...err, customer, this would affect me as well. Except I stopped using their SMTP server when it started choking on my outgoing mail (hanging in the middle of DATA).

    And though I've never used my bellatlantic.net address ever, it somehow manages to receive about ten pieces of spam each day, starting with the very first day my DSL went live.

    Then there's the news swerver, which fell down and went boom a couple of weeks ago (collateral damage from the Hipcrime floods?). Instead of rebuilding the spool, they just started from scratch.

    Their Tier 2 techs are pretty clueful, but Tier 1 tech support is staffed by some human-fish hybrid.

    k.


    --
    "In spite of everything, I still believe that people
    are really good at heart." - Anne Frank

    --
    "In spite of everything, I still believe that people are really good at heart." - Anne Frank
  85. Might drive hosting revenues... by q2k · · Score: 2

    Sounds like an attempt to increase hosting revenues to me. I imagine a lot of people use Verizon for their ISP but host their domains elsewhere as the major ISP's hosting prices are usually on the high side. Of course, if you own your domain name - what ISP you are using is transparent more or less so I would think changing ISP's will be easier than moving your domain to Verizon.

  86. Re:This is not their right, ethically by medcalf · · Score: 1

    The maples scream "Opression," and the oaks just shake their heads.

    --
    -- Two men say they're Jesus. One of them must be wrong. - Dire Straits
  87. Re:And the point is? by graxrmelg · · Score: 1

    Meanwhile, you wouldn't be able to send anything addressed as being from your gnu.org email address.

    ?

    Really. Reply-To: doesn't work anymore?

    "Reply-To:" ne "From:". The whole point of having your own address is that you don't have to use the ISP's address at all. "Reply-To:" doesn't hide the "From:" address in any way, and requires the cooperation of the replier and their e-mail client.

    This step does nothing to prevent spam, since the spammers don't care what their "From:" addresses are. The only ones inconvenienced are legitimate users.

  88. Re:Translation: by intuition · · Score: 2

    These are not an open mail relays. Only verizon customers can acess the verizon mail relays. Just because verizon customers can send emails that purport to be from a non-local domain to a non-local domain does not make them open relays.

    Again, even with this policy I can just as easily spam you with a nobody@verizon.net and it would be just as easy or hard for verizon to track me down if i used nobody@nobody.net

  89. This is not their right, ethically by intuition · · Score: 4

    I am tired of corporations changing the rules of the game half-way through. I and many other college students in Boston use DSL and also use our @youruniversity.edu addresses. Because most universities do not have SMTP-AUTH servers - this would effectively prevent us from using our @edu addresses. This will not "reduce spam" and it will not make their "email" more reliable. Tell me how forcing me to use Verizon's email servers rather than ones of my own choosing is more reliable. This combined with the fact that Verizon can't operate any IP services reliably (in my experience) makes it seem even more asinine. This will not reduce spam as I can spam you just as easily through the Verizon smtp with nobody@nowhere.com as I can with nobody@verizon.net. Both are equally difficult or easy to trace to the origin "spamming" customer.

    The reasons Verizon provides for doing this are a farce. I am sure the real reasons such as increased customer retention when locked into an email address, increased exposure to email recipients of the verizon.net domain name, etc. are the _real_ reasons for this corporate act of oppression.

    1. Re:This is not their right, ethically by Arker · · Score: 1

      Mailandnews.com is what I use. They have pop3, smtp-auth, and imap in addition to the web interface, although I notice since they got bought recently they aren't touting that fact anymore. Just use 'mailandnews.com' as pop, smtp, or imap server, and make sure your client is set for smpt-auth, they require it to avoid being used as an open relay themselves.


      "That old saw about the early bird just goes to show that the worm should have stayed in bed."
      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    2. Re:This is not their right, ethically by Arker · · Score: 3

      I am tired of corporations changing the rules of the game half-way through. I and many other college students in Boston use DSL and also use our @youruniversity.edu addresses. Because most universities do not have SMTP-AUTH servers - this would effectively prevent us from using our @edu addresses.

      Simple solution - your university should have an SMTP-AUTH relay available. Hell, my free email service does - why can't your university? Don't blame Verizon for a problem at your uni.


      "That old saw about the early bird just goes to show that the worm should have stayed in bed."
      --
      =-=-=-=-=-=-=-=-=-=-=-=-=-=-
      Friends don't let friends enable ecmascript.
    3. Re:This is not their right, ethically by misheast · · Score: 2

      No, if your university adopted this same policy, it would only mean that you could not use your @yourdomain.com addresses with their smtp servers. If you want to use @yourdomain email addresses, you would have to use @yourdomain's smtp servers. I don't see why it is their responsibility to relay mail that isn't also hosted by them. If you want ot use a secondary mail account, you should provide a secondary smtp server.

    4. Re:This is not their right, ethically by elemental23 · · Score: 1

      I don't see why it is their responsibility to relay mail that isn't also hosted by them.

      Because if I (speaking hypothetically) am a paying dialup/DSL/whatever customer of theirs, this can be verified by my IP address. Restricting the From: addresses used in this way cripples the functionality of their mail servers. It's no business of theirs what account I prefer to receive my mail at, be it theirs or one located elsewhere.


      --
      Have crack, will moderate.
      --
      I like my women like my coffee... pale and bitter.
  90. Use reply-to by neonstz · · Score: 1

    What's the problem? Just use reply-to to get replies to another account.

    1. Re:Use reply-to by baptiste · · Score: 2
      What's the problem?

      You obviously have never run a small business. Small business owners want their business to appear biger and more professional to be attractive to customers. Sending email from address X reply to address Y appears amateurish and presents them as technically challenged. Small companies need Internet access and sometimes Verizon is the only game in town. You used to be able to host email at a web hosting company till ISPs started blocking ALL outgoing SMTP traffic. So much for that. So folks found they could send using their ISP server while still using their domain in their email. Now Verizon is blocking that. Its sad and in teh end will only hurt Verizon.

      I'm lcuky enough to have an ISP that doesn't pull hair-brained schemes like this - but they are small and understand who their customers are. However, one company I host email for found that their ISP started blocking outgoing port 25 - they couldn't use our server anymore - till we just redirected a high port (like 3000 or something) to port 25 on their email server - they updated their clients and it works fine - ISPs can't block ports > 1024 without causing major disruptions in client traffic.

      So now those of us hosting small (and even large) ISPs/hosting companies are faced with not just fighting spammers, but fighting brain-dead ISPs who would rather impact their customers in the name of blocking spam. Problem is there is ALWAYS a work around!

      The bottom line is, if you are faced with this problem and can find someone else with an email server - see if they can either redirect a high port to port 25 on their firewall or on the mail server itself.

  91. So? by szcx · · Score: 1
    They're not allowing me to relay anymore? Cocksuckers! How am I supposed to spam^H^H^H^Hinform the world with news of my amazing new product, the Slashdot Overreact-O-Tron 6000?

    I think a boycott is in order, somebody set us up the petition!

    Sigh...

    1. Re:So? by tshak · · Score: 1

      I'm sorry but why are these posts mocking /. getting modded up to funny? This has NOTHING to do with mail RELAY or SPAMMING. If these jokers knew anything about mail, relay and sender are two different things. Not allowing relay doesn't mean the sender has to have a fixed domain. The sender is so easy to fake I can send anyone mail from billg@microsoft.com if I want to (READ: stick to the facts).

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
  92. Incredibly short sighted. by jidar · · Score: 4

    This is incredibly short sighted and probably actually contributes more spam than it stops. If current Verizon customers want to be able to send mail with a non Verizon return address they must get their return email host to open up relaying for Verizon IP's. In this scenario, it wouldn't take very long for spammers to start sending their bulk mail from Verizon IP's because of an increased likelyhook of finding open relays.

    In short, by Verizon doing this they may have inadvertantly created an island haven for spammers to circumvent current anti-spam mechanisms.

    Not only that, it completely defeats the purpose of having a local mail relay in the first place. Verizon customers who can't send mail the way they want will start running their own smtp servers, which will probably be misconfigured, once again creating more opportunity for spammers. WinSMPT anyone?

    Finally, it seems like a rather Draconian policy to force all of your ISP customers to use your service for email. What's next? Are they going to start advertising in the emails? Compiling information on their customer base?

    This is just wrong in so many ways.

    --
    Sigs are awesome huh?
  93. Which RFC? by kimihia · · Score: 1

    What RFC describes XTEND and XMIT?

    I gotta say that using POP to send mail is a daft idea. (Which is what your last paragraph seems to imply.)

    There are ways of authenticating SMTP sessions using various bits and bobs, so why not use that? Then include some sort of header saying what the ACTUAL source was, beside the ENVELOPE source (which is fairly arbitary).

  94. Re:And the point is? by LocalYokel · · Score: 2
    It doesn't prevent spam at all -- if anything, it's an inconvenience. To spam on Verizon's servers, all the one has to do is forge an @verizon.com email address. Meanwhile, you wouldn't be able to send anything addressed as being from your gnu.org email address.

    --

    --

    --
    E2 IN2 IE?

  95. And the point is? by ckuhtz · · Score: 1

    Yes, so what. This is very common and done to prevent spam.

    What, do trolls now make frontpage /. news?

    PS: Nice demonstration of utter cluelessness, tho.

    --

    Poof.
    1. Re:And the point is? by ckuhtz · · Score: 1
      It doesn't prevent spam at all -- if
      anything, it's an inconvenience. To spam on
      Verizon's servers, all the one has to do is
      forge an @verizon.com email address.

      Have you actually tried that or have other knowledge of it being used as the only spam control "feature"? It does help make things a bit more cumbersome for those trying to spam others. And that's all spam control is about, making it more difficult. There is no winning.

      I never said anything about it being equal to 42.

      Meanwhile, you wouldn't be able to send anything addressed as being from your gnu.org email address.

      ?

      Really. Reply-To: doesn't work anymore? Fact remains, this was a classic frontpage /. troll. Mindspring/Earthlink.net and many many others have been doing this for years.

      --

      Poof.
    2. Re:And the point is? by elemental23 · · Score: 1

      Earthlink has never done this (I don't know about legacy Mindspring) and Earthlink/Mindspring does not do this now.

      You're not the first person to claim this. I don't know where you're getting your information from, but it isn't accurate.


      --
      Have crack, will moderate.
      --
      I like my women like my coffee... pale and bitter.
  96. Re:Don't see what good this will do... by ckuhtz · · Score: 1
    BellSouth requires the domain you use in the
    from field to resolve to a valid domain, which
    seems to be a much better solution than just
    requiring you to use their domain.

    Uhm. There is no one solution to spam reduction. Both are valid.

    And what you described isn't the only thing BellSouth.net does to reduce spam.

    --

    Poof.
  97. Re:Real motive a disincentive from changing ISPs? by ckuhtz · · Score: 1
    Although in principal I'm all for reducing
    spam,

    Cool.

    refusing paying customers the ability
    to send mail that is returnable to the
    account they choose would be very annoying.

    Paying customers who are unaware of the benefits
    provided by Reply-To: headers are also very annoying.

    Point?

    Most people don't like to use their ISP
    provided email addr because if people come
    to know them by that addr, [store it in their
    address book, rolodex, etc], then the customer
    is more locked into not switching ISP's
    because they would then lose that address.

    Oh, come on. Do you work in marketing? Enter the conspiracy theory. ISP prevent spam to restrict customers freedom of choice. WHAT?!

    That's it! This is a capitalist exploitation of the working class!

    Have you asked Mully or Scully about this? You should. Skinner is probably already on this anyway.

    *sigh*

    "Morons, your bus is leaving!"

    --

    Poof.
  98. no it's not. (Re:no, this is different) by ckuhtz · · Score: 1
    If you have earthlink, cutie smartypants, try sending something thru mindspring/earthlink's servers without @mindspring.com on it. You're wrong, pal.

    Wow, the cluetrain is just dropping smarty folks left and right today. Time to call the NTSB. Hurry!

    PS: If you're actually ( DOH! ) an Earthlink subscriber, you could always call their fabulous customer support and ask them. Nice troll, tho.

    --

    Poof.
    1. Re:no it's not. (Re:no, this is different) by dorzak · · Score: 2
      Yeah, both of those 'features' were turned on by Earthlink under threat of lawsuit by either MAPS or ORBS. I don't remember which one. The way to work around it are as follows:

      Use your domain address in the reply-to address to get around the FROM issue. Domains that are hosted with Earthlink, or that customers have e-mail addresses through Earthlink with are exempt from this, they are considered valid FROM addresses examples: mac.com

      Set your SMTP server to listen on a different port.

      These were turned on to defeat the typical script kiddie, and because as part of the settlement Earthlink agreed to implement end-to-end accountability for when users spam. It isn't about the resources of the mail server, although it is cloaked in that by many.

      The problem is spammers used to simply use the incorrect FROM field to try and hide. That is easy to stop because with the ISP headers on the e-mail it is easy to track down the spammer and cancel their account. SMTP auth is set up.

      Next step spammers took was to sign up with DSL with one provider and use open relay SMTP servers all day. Yes, you can run around swatting open relays all day and get nowhere to stop spammers. So MAPS or ORBS went after Earthlink to set up some accountability for people connecting with them and then using open relays.

      While I dislike port 25 blocking it is here to stay. Yes, spam is bad, but fighting it should not inconvenience the average user, or legitimate business use. Mindspring had it for about year before they merged with Earthlink.

      There is one exception to Port 25 blocking on that network. Customers with static IP IDSL, SDSL, Frame and Point to Point, since many of them host their own mail servers and are responsible for their own actions.

      Another thing that is used as a simple measure to prevent incoming spam is only accepting mail from hosts which meet the following criteria: - You can reverse look up the IP - The resulting name is listed in the mx for the record they reverse as.

    2. Re: no it's not. (Re:no, this is different) by elemental23 · · Score: 1

      Good lord, where are you people getting your information?

      1. MAPS and ORBS don't sue people, they blacklist them
      2. Earthlink has never required you to use an Earthlink or Earthlink hosted From: address when sending mail through their mail servers.
      Port 25 blocking is being used on dialups, but this has absolutely nothing to do with what addresses you can use when sending mail through the designated Earthlink servers. Sheesh.
      --
      Have crack, will moderate.
      --
      I like my women like my coffee... pale and bitter.
  99. this is a good idea... by jbridge21 · · Score: 1

    I always use localhost for outgoing mail anyway. It saves a lot of hassle.
    -----

    1. Re:this is a good idea... by pdiaz · · Score: 1
      If the machine you are sending mail doesn't resolve on the internet, you'll have problems with some mail servers

      Also, I you CC a lot you'll be wasting bandwitch since your mail server has to connect to all the people who you send the mail

      What I do is use a system on my network acting as smtp server of my home net. This server uses my isp mail server as a smarthost. It's almost as fast as using localhost as smtp server, and you save bandwith

      --
      Make It Secret . Free JavaScript implementation of AES for your browser
  100. References for 'XTEND XMIT' by Nonesuch · · Score: 2
    It is available as a patch for Qmail pop3d and is built into many other POP servers, including the stock Berkeley popper.

    Client support is primarily in Eudora- the option to enable this feature is tricky to find in the free Eudora client- in eudora.ini, set 'UsePOPSend=1'.

  101. Annoying, but a reasonable policy to enforce. by Nonesuch · · Score: 5
    This isn't really a question of 'relaying' mail through their servers, it's more a question of preventing users on Verizon's network from forging the SMTP 'From' address, when sending outgoing mail through Verizon's mail hosts. This is a reasonable policy to enforce.

    It prevents forgery, but also prevents users from using other legitimate email addresses as the sender- since there is no way for Verizon to know an address is legitimate, except for the one address they've assigned to the customer.

    There's another tactic that some ISPs are using to prevent spamming- blocking or redirecting end-user connections to any port 25 at any remote host except for the ISPs own mail servers. If Verizon were to combine their anti-forgery rule with a 'you must use our mail hosts' rule, that would be a serious inconvenience to legitimate users.

    There is a solution.

    If you absolutely must send mail with the 'From' being a domain other than your ISP, see if the actual owner of the domain will set up a POPmail server with 'XTEND XMIT' support, allowing you to send out your mail from an authenticated POP session. Note that this is entirely different from the 'pre-authenticating SMTP relay access' technique that was found to be buggy recently.

    1. Re:Annoying, but a reasonable policy to enforce. by baptiste · · Score: 2
      If Verizon were to combine their anti-forgery rule with a 'you must use our mail hosts' rule, that would be a serious inconvenience to legitimate users.

      That's the point. They ALREADY block outgoing Port 25 traffic so, yes, that is why this is such a big deal. The only way for Verizon customers to send email from their own domains is to either switch ISPs or find an email hosting company that can accept SMTP mail from a higher port that won't be blocked.

    2. Re:Annoying, but a reasonable policy to enforce. by baptiste · · Score: 2

      Well then apparently there are different policies depending where you are. I know people on Verizon who cannot send email using external servers due to Port 25 restrictions - perhaps this is a throwback prior to Verizon being created and thus different customers have different setups.

    3. Re:Annoying, but a reasonable policy to enforce. by sheeler · · Score: 1
      Again, they haven't closed port 25 (which is a damn good thing). You should be using your own server to relay your email.

      I am a Verizon DSL customer. I run my own mail server. About a week ago, my DSL was down for three days. I got temporary dial-up access from Verizon. Port 25 was blocked.

  102. References? by TomatoMan · · Score: 2

    If you absolutely must send mail with the 'From' being a domain other than your ISP, see if the actual owner of the domain will set up a POPmail server with 'XTEND XMIT' support, allowing you to send out your mail from an authenticated POP session. Note that this is entirely different from the 'pre-authenticating SMTP relay access' technique that was found to be buggy recently.

    Do you have any references for XTEND XMIT, or an explanation of the bugs in pre-authenticating SMTP? A google search I just ran didn't turn up very much.


    TomatoMan
    --
    -- http://frobnosticate.com
  103. Non-Issue by bill.sheehan · · Score: 5
    I'm a Verizon DSL customer, and this is an utter non-issue. For ~ $25/year, I have my own domain through a DDNS provider and I just run my own mail server. No sweat, and a good deal more reliable than Verizon's has been over the past year.

    For the students who are suffering because they can no longer claim to be @foobar.edu when sending through @verizon.net, may I suggest a quick look at RFC2822? Mail programs don't respond to the "From" address, they respond to the "Reply-To" address.

    The early bird gets the worm, but the second mouse gets the cheese.

  104. Monopoly Telcos Hurt Local ISPs, Again. by wulfhere · · Score: 1

    We are also a local ISP, and this is going to put a big strain on us and some of our webhosting customers. SPAM, indeed. This is not going to harm spammers, because they use open relays anyway. All this does is inconvenience their DSL customers so that Verizon can steal their webhosting as well. And pop-before-smtp is still a pain in the tuckus for broken clients that send mail first.

    --
    -- Sent from a computer.
  105. Relay mail by zer0vector · · Score: 1

    I used to work tech support for an ISP and I remember when we switched over to not allowing relay mail through our smtp servers. We were inundated with calls, mostly from people who wanted to check and send mail from their computers at work (not logged into us), but were not able to. While it does help reduce spam (our data showed 25% of mail through our server beforehand was not from our customers) it really is an inconvenience for some people.

    --

    ----
    Striving to put right what once went wrong, and hoping each time that his next leap, will be the leap ho
  106. Why is this important? Because... by friedegg · · Score: 2

    My university decided they wanted to stop spam, so they restricted smtp to accounts within their local network. If you're not on campus, or on the handful of dialup accounts, you can not use their server to send email. But, they say, you can use your ISP to send email! Just set your from address to your university address, and no one you're writing to will know the difference. However, that won't work now thanks to Verizona's new policy.

    Is this entirely Verizon's fault? No. Is this entirely my university's fault? No. But who gets hurt? The users. In both cases, the person paying for the service. Yes, there are ways around it, but not ways the average user will know or should have to go to the trouble of.

    So, do not simply think this is a non-issue.

    --
    Google doesn't index user sigs, so stop trying to "Google Bomb" with them.
    1. Re:Why is this important? Because... by aozilla · · Score: 2

      Is this entirely Verizon's fault? No. Is this entirely my university's fault? No.

      Nope, it's the fault of whoever invented SMTP. It's such a stupid system, as far as protecting against spam.

      --
      ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  107. Preventing forgery?! by athmanb · · Score: 1

    Well, i don't have access to the original notice and there doesn't seem to be any news regarding this chance of policy on the Verizon homepage, but it seems like you could still send email with "From:"-headers like fakespammeraddress@verizon.com

    This whole idea rather seems like an anticompetitive measure to keep their customers from using life-long email addresses e.g. from mail.com
    --------------------------------------

  108. For those who don't get it... by Omeganon · · Score: 2

    Let me give you a perfectly legitimate example of why this is bad. Let's say that I have my own personal account with a smaller ISP without national dialup. I also have my corporate email, again without national dialup. Now, both of these SMTP servers have limitations on them such that you can not send email through them unless you are using an IP that is on their network. This is a perfectly reasonable relay-limiting technique. Now, I also travel a lot so I've got to have some kind of national dialup so that I can send and receive both corporate and personal email. Because of the aforementioned anti-relay technique (currently in use by most ISP's), I would only be able to send through my dialup providers SMTP server. Now Verizon is saying that even though I am paying for an national dialup account, with use of their SMTP servers, I can no longer use it for one of the most popular reasons [business] people get national dialup accounts. I really don't think this will fly in the long run because those users will either put up a stink or move somewhere else. It's unduly limiting and won't really prevent what they want to prevent. The spammers will start using @verizon.com in the From: field and use a Reply-To: or put it in the body of the message.

    --
    Omeganon
  109. actually, this sucks pretty bad by keithmoore · · Score: 2
    • it keeps you from having your own domain for email
    • it keeps you from using a third-party service that provides a stable email address (like pobox.com)
    • it locks you into Verizon's service if you don't want to lose traffic at your verizon.com email address
    • it keeps you from using Verizon as an ISP if you want to use your company's email address while you travel (yes, you can use a tunnel, but that's a pain)

    It might seem okay for them to make whatever restrictions they like for their SMTP servers, but unless they're willing to sell a nailed-up connection with a static ip for a reasonable price, it's not practical for their customers to run their own servers.

    Granted, it's somewhat better than blocking port 25, as earthlink does, but it still sucks.

    It's getting so that you can't do anything on the net (other than browse the web and exchange email using your assigned address) without getting your ISP's permission.

    As bad as SPAM is, it doesn't justify having content police for the Internet. What's next - active monitoring of IP packets for copyrighted material?

  110. Just use your own relay. by Grinch · · Score: 1

    iMac: $799.00
    OS/X: $129.00
    Sendmail: Free

    Uncensored email: Priceless.

    1. Re:Just use your own relay. by AX.25 · · Score: 1

      Cutting a deal to use a Businesses DSL to host:Free
      Gently Used Pentium II: Free
      Linux: Free
      Qmail: Free

      Uncensored email: Forever

      --
      What is pirate software? Software for inventory of stolen treasure?
  111. Re:WHOAH... by infra-red · · Score: 1

    Uhm... if they are blocking all port 25 traffic from going through their network, then any rogue SMTP servers will -NOT- be used as relays since they will be denied the ability to send mail to other servers on port 25. I suppose it depends on how these companies have these rules defined, but what you identify yourself as to the mail server can be different then what you identify yourself in the body of the message.

  112. Again, you misinterpret. by 1nt3lx · · Score: 1

    It does not mean you can't send e-mail FROM: that domain. It means you can't use their servers when you do it.

    I'm sorry I just don't see how this creates a problem for my online rights. And I'm a Verizon customer who uses an e-mail system other than Verizon's.

  113. That is a misinterpretation. by 1nt3lx · · Score: 2

    If you were a customer of Verizon and hosted your domain through Verizon then you would be able to send and receive e-mail to your domain.

    Verizon doesn't want to be relaying mail for non-customer domains. Meaning, if I host slashdotsucks.com with Verizion, I can send and receive e-mail from timothy.should.not.post@slashdotsucks.com. However, if I was a Verizon customer, but hosted slashdotsucks.com with another company they would not allow me to send e-mail from timothy.should.not.post@slashdotsucks.com through their servers.

    I thought this was standard configuration anyway. I am a Verizon Online subscriber but I use my e-mail services through work.

    I don't think this qualifies as a "Your rights online" type of thing, it probably should have been rejected.

    I just realized I'm going to receive negative moderation points for saying slashdotsucks.com. Slashdot doesn't suck, this is an unusually terrible story and it is something which really didn't need to be posted. Perhaps timothy should join JonKatz on my Blocked Editors list. I've already got SlashBack blocked.

  114. Small business by yerricde · · Score: 1

    Mail programs don't respond to the "From" address, they respond to the "Reply-To" address.

    But humans respond to the From: address, not the Reply-To: address. Another poster mentioned that small businesses don't want to have an amateurish "From: foo@verizon.net; Reply-To: webmaster@whatevercompany.com" in their headers.

    --
    Will I retire or break 10K?
  115. Re:Real motive a disincentive from changing ISPs? by aozilla · · Score: 1

    Bah.. it could be worse. You could not be able to recieve mail directly AT ALL.

    I use roadrunner, and they block all incoming ports below 1025, including 25, in an attempt to stop "bandwidth hogs."

    It is worse than that. Where I am, Verizon monitors your incoming traffic and your outgoing traffic, and if you get an incoming connection which exceeds a certain bandwidth level, they drop your entire connection. I am completely unable to run a server of any kind including for experimental purposes.

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  116. Re:WHOAH... by aozilla · · Score: 2

    Because 90% of the SMTP mail that doesn't relay through the ISP mail server is spam?

    I bet the same percentage of traffic through verizon's relay which does not have a from of verizon.com is a forgery.

    Personally, 100% of the SMTP mail I send out does not relay through verizon.com, and is not spam. I know that doesn't disprove your 90% figure, but I would be personally affected by a port blocking measure and would seriously oppose it.

    Mail from adomain.com should go through the SMTP server of adomain.com, since only that server has any ability to check the validity of that address. Actually, I'm not convinced that there aren't SMTP servers that enforce this restriction. Blocking 25 would not let you send mail to those systems from your vanity domain.

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  117. Re:WHOAH... by aozilla · · Score: 2

    Wow, then i couldn't send out ANY mail from a domain i manage, since our hosting provider doesn't do SMTP from customers (they just accept incoming mail to the domain and either POP3 or forward it) and we don't have the cash to get a mail machine somewhere.

    Well, yes, I think this is the way it should work. If we were to design a protocol from scatch, surely that would be how we would do it. Hosting providers like yours would simply not be allowed. Due to historical reasons, we have to accept that some people will be in your situation though.

    If only the ISPs would just go after the spammers, instead of treating us all like criminals... What if the USPS would refuse to accept your mail unless you put your current address on it, as opposed to your P.O. Box, or your work address, or your friend's address when she's over at your house and needs to send a letter, etc.? But most people are too clueless about the Internet to care, or are too blinded by the "Spam is evil! Death to spam at all costs!" mantra to notice...

    I completely agree with you on this point. It should be the responsibility of the mail recipient to set the rules. It is simple enough to simply refuse mail which is sent with a from an address which does not match the relay server. It is completely trivial to block 99.9999% of unsolicited email. Simply block all email which is not using a From: address from which you have solicited email. But this of course is not what people want. People want to allow unsolicited email, but not unsolicited commercial email. Well, short of AI, you just ain't gonna get that. So you better settle for blacklists.

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  118. So what? by truesaer · · Score: 1

    This is the same thing that Yahoo mail and many other email providers do. I have my email program set up to check around 10 addresses, and when I compose a message I choose which account to send it under. It then sends it through that account.... Therefore, it always matches the email address to the correct account.
    If you have some specific reason to have different return addresses, like for customer service or something, just get your own host. This is for the best.

  119. Re:This isn't so bad... by uid8472 · · Score: 1

    AOL actually gets eerily close to the Right Thing here: they have a transparent proxy that intercepts outgoing email and relays it (inserting a Received: header, complete with SMTP id), as well as logging the username truly responsible in an X-Apparently-From: header. This was a big help for me when I recently had to deal with a mail flood (forged, of course) from one of their lusers, a Usenet kook that threw a temper tantrum. Yet at the same time, legitimate use can still continue.

  120. Re:Real motive a disincentive from changing ISPs? by sanemind · · Score: 1

    Really? Which region are you using RoadRunner in? I have a friend with RoadRunner, and they don't block any ports of his at all.

    ---

    --

    ---
    the pen is mightier then the sword. the sword is mightier then the court. the court is mightier then the pen.
  121. Real motive a disincentive from changing ISPs? by sanemind · · Score: 5

    Although in principal I'm all for reducing spam, refusing paying customers the ability to send mail that is returnable to the account they choose would be very annoying. Most people don't like to use their ISP provided email addr because if people come to know them by that addr, [store it in their address book, rolodex, etc], then the customer is more locked into not switching ISP's because they would then lose that address.

    They are their own servers and all, they can provide whatever level and type of, cough, service, they want to. If I was using verizon I would consider strongly switching ISP's right away.

    Also, there is the question of whether or not it is really necessary to use them as a mail gateway. One can always run one's own invocation of sendmail, and it would happily squirt off mail with any return address you wanted. That is, unless they have transparently proxied port 25, and put this additional restriction on it. Course, that wouldn't be so transparent a proxy anymore, would it.

    I'll have to wait until I know more, but I really don't like any additional restrictions on use. Besides, spam really isn't much of a problem to me anyway. Just use seperate addresses for different classes of mail. Keep the spam coming to one or two, and have others for private and personal contacts.

    ---

    --

    ---
    the pen is mightier then the sword. the sword is mightier then the court. the court is mightier then the pen.
    1. Re:Real motive a disincentive from changing ISPs? by IronChef · · Score: 2


      RR has different capabilities in different parts of the country. Probably because they absorbed a mess of smaller companies...

      I used to use RR in LA and I wanted to get a static IP and a second email address. They couldn't do either -- at any price. Simply not possible. I checked around and saw that RR customers in other parts of the country could buy those services, and finally managed to get an answer from sales on why I couldn't.

      Personally I am all in favor of cable company incompetence. My ATT cable connection here in seattle is fast enough, fairly reliable, and doesn't block any ports. I have become totally dependent on my in-house server, if they started blocking ports I'd be shopping for business DSL the same day.

    2. Re:Real motive a disincentive from changing ISPs? by pipsey · · Score: 1

      Bah.. it could be worse. You could not be able to recieve mail directly AT ALL.

      I use roadrunner, and they block all incoming ports below 1025, including 25, in an attempt to stop "bandwidth hogs." In other words, even though I might have a domain pipsey.example.org pointing to my ip that's set up to send mail direct to me, if I try to mail root@pipsey.example.org it dies on trying to connect to sendmail on my box.

      Anyone have any suggestions on what to do about this one?? I think I'd have to switch ISPs to host my own mail server. In comparison, I'd rather have Verizon's restriction than Roadrunner's, wouldn't you?

  122. Forcing users to violate RFC 822 by 3247 · · Score: 2

    This actually forces users to violate RFC 822, the mail format standard: The From header field must contain the author or authors of the message, not the actual sender.
    So whenever a Verizon user wants to send a message that was not written by her or him, he is forced to violate RFC 822.
    The correct solution would be to force a valid account in the From or Sender field (but maybe that's what Verizon ios doing anyway).

    --
    Claus
  123. I didn't get that email. by eddison_carter · · Score: 1

    Uhh, I'm a Verizon customer, and I didn't get that email. I did get one that said that my account would be immeadeatly canceled for spamming though.

    --
    I always prefer to start the year off with a bang - or, to be more precise, a series of loud hums, a crackle or two, and
  124. Re:This is not a problem... by michaelbyrne · · Score: 1

    the problem is that verizon IS doing the earthlink scenario you describe. It is a problem.

  125. Re:WHOAH... by Erasmus+Darwin · · Score: 3
    Many of the more savvy users start their own mail servers on verizon's network to act as a local relay.

    In many cases, this isn't a viable option. The IP addresses assigned by cable and DSL providers tend to be listed on the MAPS dialup list. Refusing to accept mail from machines on that list is, in my opinion, one of the safer and more conservative anti-spam measures that a number of hosts have instituted.

    At my second job, we've got business DSL and a static IP address (which isn't listed on the MAPS DUL). However, we still have to relay outgoing mail through our provider's mailserver because of one rather prominent national ISP (Hint: "You've got mail") that chooses to silently discard messages that we attempt to send directly to their mail server. We mailed their postmaster about this, but never got a reply.

    If our DSL provider were to do the same thing as Verizon, it would be entirely unacceptable. We're trying to run a business here, and we want the added professional look of From addresses that end in @(ourcompanyname).com.

  126. Re:This isn't so bad... by SkyIce · · Score: 1
    You have to wonder if an ISP will ever try to implement both the From: field restriction and the blocking of port 25
    My school actually does just that, and it's annoying as hell. I have to ssh to a server I have at home and send mail from there.
  127. Re:Glad I got rid of them by Grimmtooth · · Score: 1
    had Verizon DSL and use a permenant email address through a friends company. I jumped ship for cable 2 months ago. If I stayed with Verizon I'd loose the address that begins Loyd@... and have to tell my friends to remember vzkex402@...

    Very nice post. Too bad it's poppycock. My email address is one of my choosing @verizon.net. Too bad you didn't use the customer service options on the Verizon DSL website.

    At any rate, if you think TimeWarner or whoever you have isn't going to follow similar policies, you truly ARE new to cable modems.

    --
    /* .sigs are irrelevant */
  128. I can't IMAGINE why ... by Grimmtooth · · Score: 1

    ... with outstanding manners like that. Hot tip: next time start iwth something OTHER than 'DEAR ASSWIPE ...'

    --
    /* .sigs are irrelevant */
  129. This is NOT a good thing by mooboy · · Score: 1
    I've never used Verison for any of my client's Internet services, so no big problem for now, but this policy is quite disturbing. Imagine that you are a small business using a Linux box with a dynamic DNS client. That box can host a multitude of services for you company on the Internet, one of the most important of which is email. You're paying only for the DSL or cable Internet access and get to administrate accounts and sendmail policies yourself. The power is in your hands.

    Now imagine that suddenly the smarthost that your sendmail server forwards all outgoing email to refuses to deliver messages that you and your coworkers send. And its because they're not From: a valid email address hosted by the ISP!!

    Verison is taking away a key capability here. It basically means that Verison's users can no longer run their own email servers. The power is now in Verison's hands. Ready to pay for that email hosting service Verison has? You'd better be.

    --
    There's no place like 127.0.0.1
    1. Re:This is NOT a good thing by mooboy · · Score: 1
      According to neurotik's post, this situation could be solved by simply not using a smarthost and delivering SMTP directly, since Verizon apparently does not block such things. So Verison, you're off the hook... for now!

      --
      There's no place like 127.0.0.1
  130. Spanish Telecom also does that by Tirs · · Score: 2

    Telefónica, the Spanish almost-monopolistic telecom company, began to do this some months ago, and the only problems that arose were that THEY DID NOT WARN THE USERS BEFORE. The "end" users, the ones with modem connection and two-emails-a-day, had no problem. The e-mail-junkies (like me) and the heavily-Internet-dependant companies (like the one I work for) simply set up their own Linux SMTP servers in their old, already-replaced, no-longer-usable-for-desktop 486 (or, if they use Linux in their desktops, as it is my case at home, just set up an SMTP server which I fire up only when I need it, to save RAM).
    Bottom line: NO PROBLEMO.

    --
    Strength, balance, courage and reason. If you know what's this about, contact me!
  131. Re:Third Party Relays by Spock+the+Vulcan · · Score: 1

    You idiot, this is the second time you said Verizon blocks outgoing SMTP. Where do you get your facts from? I've been using their DSL (and dialup when DSL is down) for more than a year now, and I never used their SMTP servers at all. What's the big deal, people? Run a mail server on your localhost and use it for outgoing mail. That's what I do.

  132. Re:My other accounts by Technician · · Score: 2

    My wife is a student living at home (offcampus). We point a mail profile to the school POP. This would kill reading and replying to mail from the school mailbox. Same holds true for my Cayman Islands mailbox. Both do not have open relays as they are supposed to, so I can't sent mail with their servers. What good is getting mail that you can't reply to using the proper address? I don't want to go to the school just to reply to school mail, or worse, the Cayman Islands just to reply to mail. I don't want to give everyone at the school my local ISP mailbox. I'm keeping it spam free. The school account will close at the end of the year and all the varsity signup stuff will go away with it! With that restriction, I can't use Verison as a ISP. That kills one quarter of the usefullness. The reply to addresses in my mail are valid.

    --
    The truth shall set you free!
  133. Re:My other accounts by Technician · · Score: 2

    Sorry for the unclear wording... I tried to say they have it right by being closed, which is the way it belongs.

    --
    The truth shall set you free!
  134. WHOAH... by sourcehunter · · Score: 5
    Wait a dern minute here...

    I can understand blocking outgoing port 25 on your network except for your mail server and thus assuring that all mail is routed through the ISP's mail server - Mindspring/Earthlink has been doing this for quite a while! But not relaying mail for your local users (regardless of from address) breaks one of the core reasons for having LOCAL mail servers. What the hell else are people going to do? Most third partys' mail servers are locked down to allow local relay only (as well they should be!). Yeah there are a few open relays out there, but everyone won't be able to find one. I for one won't be opening up my server!

    Here's what I see happening:
    This will actually increase Verizon Online's network's contribution to spam...

    1. Verizon blocks their users from using their mail servers for foo@bar.com accounts
    2. Many of the more savvy users start their own mail servers on verizon's network to act as a local relay.
    3. Some of these people aren't going to be savvy enough and some of these servers will not be configured correctly such that they are open relays (not hard AT ALL to do)
    4. Some spammers find these open relays
    5. Verizon's network is now contributing to the spam
    Basically, what this tells me is that they are too lazy to police their own users by dealing with spammers when they occur and instead have opted to just say "It isn't us! We're secured!"
    --

    quis custodiet ipsos custodes - Juvenal
  135. Re:Not sure what to think by Pheersum · · Score: 1

    ummm...Verizon is not Sprint. Verizon is the company that resulted when Bell Atlantic and GTE merged.
    *tip*

  136. Not sure what to think by daniel_isaacs · · Score: 5
    Obviously this is not a kosher thing to do with regards to established norms of Internet community and openess. But, this ain't 1993. I seriously doubt how much spam this will prevent.

    But, in the end, the servers ARE theirs. If they don't want to share, or if they want to limit thier customers abilities, we can do thing the Capitalist way. Not buy thier service, and use other smtp servers. I've had RoadRunner for over a year now, and haven't even setup my *@rr.com accounts. I use thier DNS, but that's it. Perhaps I don't fully understand the implication of Verizon (Sprint) doing this, but I don't really see how it will amount to a hill of beans.

    --
    - Dan I.
  137. how about providing a mail relay service? by studarus · · Score: 1
    I wonder if this opens a business opportunity?

    Hack up sendmail to check a database of allowed FROM and IP addresses for Verizon customers who are blocked. This should prevent the spam and still allow legitimate email.

    I wonder if anyone would be interested in that - or if they will simply jump ship to another ISP. Or maybe provide this patch to Verizon?

  138. Re:Third Party Relays by baptiste · · Score: 2
    If you have a secondary email account (I have 6 from 4 different ISP's) then you should set up your secondary accounts to use the correct servers.

    Problem is you CAN'T DO THIS with Verizon since they block ALL outgoing SMTP traffic except traffic FROM their email servers. Thus, your client CANNOT use a secondary email server to send email - the traffic is blocked - plain and simple. Thus this decision means you MUST send email from verizon's domain or not at all unless you use a web based client to send email directly from your secondary ISP's servers OR find an ISP willing to redirect a higher port > 1024 to port 25 on their mail server to get around the Port 25 traffic blocks.

  139. This isn't so bad... by DennyK · · Score: 3

    Most people who have "outside" domains will also have outside SMTP mail servers to use. Only those people with those forwarding address services, etc. will really be affected. I almost never use my ISP's email service anyway... ;)

    There is an interesting potential issue here, however...lately, another "anti-spam" trick ISPs have been using is to block outbound requests on port 25. This prevents their customers from using outside SMTP servers (and really causes a hassle for us web hosting companies trying to figure out why people can't send mail with their account's servers...). You have to wonder if an ISP will ever try to implement both the From: field restriction and the blocking of port 25, all in the name of "preventing spam..." Perhaps this could be a way for ISPs to more effectively enforce those stupid TOS clauses about not using your Internet connection for business purposes? Do you think enough people would drop an ISP who did this to make it a really bad idea, or do some of these ISPs have enough mindless zombies as clients that they could get away with it? I can't see it working, because there are too many people out there now who do have mail at their own web sites or from other services, but you never know...you wouldn't think so many people would put up with the crap that AOL throws at it's users, but they're still the biggest "sort-of-ISP" out there...

    DennyK

    1. Re:This isn't so bad... by jrp2 · · Score: 2

      Earthlink already did, months ago.

      No, they didn't. I use smtp.mindspring.com and smtp.earthlink.net and both relay just fine (when on their network of course). I NEVER use my ISP issued address in any way, always using either a work address or my personal domain, no problems whatsoever. If you are not using one of the servers above, try them, you'll like them. Yes, they do block port 25.

      --
      The only athletic sport I ever mastered was backgammon - Douglas William Jerrold
  140. pop on smtp by sagi · · Score: 1

    My ISP (012.net) does that for a while now.. It's really annoying, but we solved after enabling pop on smtp on the remote mail server.

    We're using QMail+VPOPMail for that, and it works very nice.

  141. This is not a problem... by neurotik · · Score: 1

    If you are sending mail from another domain, then simply use the SMTP server provided by that service. For example, my parents have verizon DSL. My mother has a yahoo e-mail address. She got this same e-mail, because she was using one of Verizon's smtp servers to send mail. I simply changed the config to send outgoing mail you yahoo's smtp servers. Problem solved.

    Now, if Verizon were like some other services (Earthlink) and didn't let you send outgoing mail unless through their smtp servers, and THEN implemented this, I would be angry. But really this isn't a problem.

  142. what a bogus argument by janpod66 · · Score: 2
    Of course the servers are theirs. What does that have to do with anything? "The Capitalist Way" doesn't just mean that you take whatever your business partner dishes out quietly. It means that you check your contracts for breach of contract, it means that you let your business partners know when they screwed up, and it means that when you switch to a different provider, you publicize your position and problems with business partner to ensure that others make well-informed decisions.

    The counterbalance to a billion dollar company with excellent internal communications is not an individual consumer that makes anonymous choices, it's millions of consumers with a collective interest. And that's why it is important for consumers and customers to get in touch over the Internet and share ideas, like, in a little way, is happening here. You see, that's the Capitalist way.

  143. Glad I got rid of them by loydcc · · Score: 1
    I had Verizon DSL and use a permenant email address through a friends company. I jumped ship for cable 2 months ago. If I stayed with Verizon I'd loose the address that begins Loyd@... and have to tell my friends to remember vzkex402@...

    That's what I call great customer service!

  144. Re:It is a BIG deal. You are missing the big pictu by sheeler · · Score: 1
    Actually, technically, you only have to set the From: field on the SMTP envelope to be an @verizon.net e-mail address. What address you actually have in the message header doesn't matter.

    I know, because I've tested this out. What happens during a SMTP transaction, is you connect to Verizon's STMP server and tell it (1) Who the mail is from, (2) Who the mail recipient is (who you're sending to), and then the SMTP server decides whether to accept the mail or not. If it does, it issues a command for you to send the data across (the actual e-mail text, which includes the message headers and the message body), and SMTP servers just don't check the data at that point. They simply accept the e-mail.

    So, if you got an e-mail program or script, that would allow you to set the message envelop From: to be different than the From: field in the message headers, at least you could send the message through their SMTP with the From: field in the message header that you desire.

    I have an account with Verizon that already enforces this type of restriction (was formerly GTE.net and bought out by Verizon). I don't usually use their SMTP server (run my own and/or use my web host's), but I've tested this by writing my own Python mail scripts (which is quite easy to do).

    One thing you have to be careful about, though, is that the From: address that you put in your SMTP envelope is the address to which all bounce messages and delivery failure notices will be sent. So, you should probably make it an actual address that you have access to. Otherwise, you will get no notification of failed deliveries.

  145. THIS JUST IN:We've got to free little Nikita SMTP! by President+of+The+US · · Score: 1
    Nikita SMTP, a server that was just minding its own business and relaying mail for some entertainment-minded businessmen, was apprehended on Friday in what appears to be an attempt to restrict freedom of sp(eech)(am). The server had just completed delivering a short presentation to 2,000,000 eager recipients about HOT NUDES AWAITING when agents from Verizon ruthlessly unplugged its ethernet cable and took it to a secure area for questioning.

    No one has had contact with Nikita SMTP since that time, and his relatives (among them Alexei POP, who said he was feeling a little nervous himself) and friends all have made numerous attempts to ping him. But timouts expired on all of those attempts, it is reported now.

    It is clear we need to free our little Nikita as he was clearly exercising his right to do whatever he wanted as guaranteed by a vague understanding of the Constitution. Protests will be scheduled to march on Verizon's headquarters, unless Verizon promises to think about the possibility of bringing up a motion to free Nikita at their next stockholders' meeting. In that case, we'll consider it a done deal and go home quietly.
    -----------------------

    --
    -----------------------
    Stay in school, kids! Peace out, Dubya
  146. Re:THIS JUST IN:We've got to free little Nikita SM by President+of+The+US · · Score: 1

    Hey, you got it, and you don't seem all that bright...
    -----------------------

    --
    -----------------------
    Stay in school, kids! Peace out, Dubya
  147. So what? by Ybrog · · Score: 1

    I'm a Verizon customer and could care less. I don't use their email services. Why should I?

    --

    bleh

  148. Third Party Relays by the_brat_king · · Score: 3

    If you have a secondary email account (I have 6 from 4 different ISP's) then you should set up your secondary accounts to use the correct servers. This is what we have black-listing for (to stop third party relays). All mail servers I host not only block relays, but also reject messages where the From: domain doesn't properly resolve with reverse DNS. The affect is that we have less than 1 spam on our servers a day, out of about 750,000 mails a day. We also block the "From:" address (Forging a root email or admin email) except on the administrative system (not only IP checking, but because they are on the same segment it checks the MAC address against the static MAC table). I think Verizon is FINALLY doing something right, and their customers should email them and thank the sys admin who finally got through some middle management's thick skull to implement standard blocking. Congrats to Verizon! Good work in NOT getting black-listed for relaying. (Had they not done this, and been black-listed, would there be an article on slashdot about the evils of a company that allows third-party relays?)

  149. Is the FTC winning? by 6EQUJ5 · · Score: 2


    They want your spam at: uce@ftc.gov

    Don't mess with the Feds. Now if only they had a place to report pop-up ads...

    --

  150. Not as bad as 1st.net by ChaseTec · · Score: 2

    1st.net blocks ALL SMTP traffic. Not just to keep people from other networks from using their SMTP servers, but to keep their own customers from using outside SMTP servers. It shouldn't be to long now till someone does both of these things to completely prevent people from using other email address while connected to them.

    --
    My Hello World is 512 bytes. But it's also a valid Fat12 boot sector, Fat12 file reader, and Pmode routine.
  151. They don't wanna pay a mail admin. by banshee2000 · · Score: 1

    They want to discontinue relaying coz they don't want to pay a skilled admin to maintain the mail server. An admin would properly configure DNS reverse lookup to verify if the from field is a valid address and not a vhost.

    Another thing is to check outgoing mail. If a user sends more than 200 emails a day, it's obviously a spam.It's automatically generated.

    Verizon obviously feels the need to cutback on its overhead more than to stop spam. Didn't Verizon recently cut a lot of jobs? Guess what? LOL it's not rocket science folx. If I were a Verizon customer I'd drop it like a hot potato(e) even if it meant going back to a 56k line.

  152. dsl price. by len_harms · · Score: 1

    thats typical of differnt areas. i pay 45 for 1.5mb (160K) down 256b (30K) up. A friend in a difrent are pays nearly 150 per month for 1/3rd of what I got. Most phone companyies in most areas know they are monopolys and they price what people are willing to bear minus any regs placed on them.

  153. Translation: by Zen+Mastuh · · Score: 1
    We are taking this action as a result of our continuing efforts to improve the quality and reliability...

    That statement is to Corporate America what "It's for the Children..." is to our elected Government. It's the ultimate example of Newspeak-- they can now improve service by restricting service?

    --
    "What is the sound of one belly slapping?"
  154. Don't see what good this will do... by kf4lhp · · Score: 1

    BellSouth requires the domain you use in the from field to resolve to a valid domain, which seems to be a much better solution than just requiring you to use their domain.

  155. Don't you get it? by rambot · · Score: 1

    It's fine if they don't want to not allow relaying, but that can (and is!) done with IP addresses. Using the from field is totally lame. That means if you have a bigfoot email address or a similar remailer for privacy, portability, and disposability ie.. (change ISPs, or start getting to much spam on the account) .... you will no longer be able to use it.

    Most remailer services don't allow you to relay through there servers. That would be as dumb as not letting you specify your from field. There are other ways to stop spammers. Better ways!

  156. Why is this really a problem? by Fez · · Score: 2

    I am on Verizon's network and have never used their SMTP server, so this isn't a big deal. I think requiring their own From: address is a Good Thing(tm) overall. I would also support an action to block outgoing connections to port 25 if it meant less spam being released into the wild.

    I currently run a mail server on my home network that I use for outgoing mail. The only downside is that mail (very rarely) gets rejected because my IP is on a list of known "dialup" IP addresses and mail servers that check against that list reject mail from them. I've only had that happen once.

    Seems to me anyone could tunnel SMTP over SSH to an SMTP server that is outside their network. Why would that be so hard? And it wouldn't require any auth because to the remote it should appear to be coming from @localhost. Plus, at least for the first hop, the traffic is encrypted.

    Granted I've never set that up, but it seems like an easy solution.

  157. RR port blocking by pipsey · · Score: 1

    Northeast Ohio. I've tested this: I start up apache, tell it to listen on both ports 80 and 8080. 8080 works remotely, 80 does not. Makes me want to cry. I took all the time figuring out how to configure sendmail, etc.. and I can't do anything with it but mail myself on my machine.