Slashdot Mirror


MS Fights Gmail With 2-GB Exchange Mailboxes

prawnonthebarbie writes "Microsoft is battling the trend for frazzled office workers to give up on Outlook and auto-forward all their mail to Gmail: the company is promising 2-GB mailboxes in Exchange 2007 rather than the piffling 50-MB mailboxes most workplaces have now. Speaking at the launch of Vista, Office, and Exchange in Singapore, Microsoft Product Marketing Manager Martha DeAmicis said Microsoft had built clustered replication into Exchange so corporate IT admins wouldn't be worrying about backing up big mailboxes to tape. However, its killer feature appears to be its plans to make those gigs of email available on Joe Officeworker's mobile phone."

10 of 353 comments (clear)

  1. People actually do this? by Samir+Gupta · · Score: 5, Insightful

    Most, if not all of my employers have had policies forbidding the autoforward of corporate email to external accounts, for the obvious confidentiality/security reasons.

    --
    -- Samir Gupta, Ph. D. Head, New Technology Research Group, Nintendo Co. Ltd., Kyoto, Japan.
    1. Re:People actually do this? by devilspgd · · Score: 4, Insightful

      Conversely, if I'm looking at spending a rather significant amount of money and find a sales droid using a gmail address rather then their corporate email address, I consider that a disqualifying condition for that company.

      I consider it somewhere between a commentary on the company's ability to manage their own infrastructure, inability to manage information securely, or just plain stupidity on the part of their sales droid.

      Either way, if there is a significant budget involved, I move on.

      --
      Give a man a fish, he'll eat for a day, but teach a man to phish...
    2. Re:People actually do this? by Richard_at_work · · Score: 4, Insightful

      Yes, because having a policy against idiotic acts like placing corporate data in third party services that have absolutely no contingency plan for access in the event something unspeakable happens to you and no guarantees of availability or security of data is facist....

      I think your post symbolises very well the cheapness that certain terms and words have been lowered to on Slashdot.

    3. Re:People actually do this? by ErikTheRed · · Score: 5, Insightful
      And a company thinking they can be fascist about everything risks losing their employees.
      Geez, do you even know what the word "fascist" means? Hint: check Wikipedia, Dictionary.com or even Google. I'm pretty sure that a company wanting to protect its intellectual property and trade secrets hardly qualifies. As someone who has dealt with some corporate espionage cases, I can personally say that such policies are hardly paranoid or based on far-fetched situations. There are innumerable instances of employees taking product information, customer information, etc. to competitors when they switch jobs - or even outright working for a competitor before the switch. Keeping the e-mail in-house provides documentation of many such occurances. Yes, I know that it's easy to work around this. But the vast majority of the time, people are pretty stupid about such things. Sometimes it's worth prosecuting, but most of the time it just slides.

      If employees want to have personal e-mail, they're perfectly free to do so - outside of the company network. Inside the company, the rule is that if it's created on our equipment and / or stored on our servers, we own it. There's plenty of legal precident for this (IANAL, do your own research / buy your own opinions).

      In any case, if you're going to engage in name-calling, please do so intelligently. See George Orwell's rant on the subject here. It's getting to the point where the word "fascism" - a thoroughly vile and evil concept that has resulted in the deaths of tens (or possible hundreds) of millions of people over the last century has been watered down to the point where it's used to describe "something I don't like and lack the intelligence to properly rebuke, so I'll just engage in ridiculous hyperbole while demonstrating my massive ignorance."

      Fuck, now everybody's going to call me a fascist :-)
      --

      Help save the critically endangered Blue Iguana
    4. Re:People actually do this? by pluther · · Score: 5, Insightful
      Email is not a File Transfer Protocol. Likewise, Public Folders is not a File Server.

      But people use it that way.

      And, more importantly, gmail lets people use it that way, and supports it.

      So if that's the way everyone wants to use it, doesn't it make sense to try to support that, rather than to try to convince users not to do it?

      --
      If the masses can keep you down, you're not the Ubermensch.
  2. Did they ask everyone's IT department first? by Realistic_Dragon · · Score: 4, Insightful

    We have an ~100mb limit so that *users do not use mailboxes to store vast quantities of data*. If you have 2gb of data, it should be on a shared server!

    Personally I would like to see a system that kept attachments only for a week and then stripped messages to text only - those could be kept forever as a useful archive. But 8 copies of different and non config controlled bid spec documents? That's only going to cost you money and lots and lots of pain.

    --
    Beep beep.
  3. Bullshit by TheCabal · · Score: 5, Insightful

    Learn to read, submitter. The "piffling 50-MB limit" is a corporate policy. Exchange has supported multigigabyte mailboxes for a long time. MS is trying to get companies to limit mailbox quotas to prevent users from bypassing corporate policy and forward mail to Gmail.

  4. I don't *think* so by OhHellWithIt · · Score: 4, Insightful

    With that other post today about the U.S. government making the argument that they don't need a search warrant to read my mail on an ISP's server, I don't think I want my mail hanging around out there any longer than it takes to pull it down via POP. This is in addition to the worries one might have about proprietary information being accessible to potential competitors.

    --
    "Who controls the past controls the future. Who controls the present controls the past." -- George Orwell
  5. Good initiative, poor judgement by silentounce · · Score: 5, Insightful

    It's not the mailbox size that is causing people to use Gmail. It's the features. Gmail is simple and useful. It takes a lot more training and digging through menus to accomplish similar tasks in Gmail. The search feature is universal and reliable. If I need to find all emails related to a specific project it will take about 5 seconds in Gmail. In Outlook it would take at least 10 times that. The use of filters, labels, etc is far superior to similar functions in Outlook. They need to look beyond storage space. I'd still use Gmail even if it supplied far less storage space. In my opinion, Outlook is overkill. I doubt that many of its features are used by more than 75% of users.

    --
    There are many tongues to talk, and but few heads to think. -Victor Hugo
  6. Re:Exchange 8GB mailboxes today by macdaddy · · Score: 4, Insightful
    Whoa whoa whoa. There's your problem. The entire mbox is read from disk for wuimapd to read and pass off the correct UIDs. You're not consuming a lot of network I/O (unless you're NFS mounting the mbox files which will ultimately destroy your mail spools, I guarantee it) but you're killing your disk I/O. BTW, Sendmail isn't a LDA. It doesn't write anything other than to disk other than queue files. Procmail is a LDA and is most likely the one you're using. It's what writes to you Berkley mbox spools. Procmail can also write to MailDir which is one of the fixes for your problem. .... I just realized that you're the guy I just replied to with another message. Oh well; I'm not rewriting that now. :-)

    I would recommend switching to MailDir if your IMAP server supports it and strongly recommend looking into Cyrus-IMAPd. It's nice. You can also replicate it across the backend which is a very good thing.