Slashdot Mirror


White House Email Follies

Presto Vivace forwards a link detailing a recent House Committee on Oversight and Government Reform hearing on the White House missing emails mess. David Gewirtz's report, carried in OutlookPower and DominoPower (in 6 parts, keep clicking), makes for scary reading. "If, in fact, the bulk of the White House email records are now stored in bundles of rotting PST files, all at or above their maximum safe load-level, that ain't good in a very big way... I object to using the inaccurate and inflated claim of excessive cost as a reason to avoid compliance with the Presidential Records Act."

205 comments

  1. What? by palegray.net · · Score: 4, Insightful

    all at or above their maximum safe load-level What exactly is the safe load level for a PST file? If you're talking about stuff that's not reliably archived, the answer is "there isn't one." I recall reading a story a while back about a debacle wherein several thousand emails were "inadvertently" deleted... what the hell is so hard about implementing a sane backup policy? It's email, not terabytes of images or anything.
    1. Re:What? by cridanb · · Score: 5, Insightful

      the safe load level of a pst is around 2gb , after that it is subject to corruption
      as to the amount of data , email systems are the largest systems on earth these days encompassing tens of terabytes of data in their live stores and tens of petabytes on tape

      and yes they should have an archiving system not just doing tape back up tape

      p.S if they used an enterprise email system like lotus domino this would not be a problem after all thats what the CIA uses

      --
      men will do for beer ,that which they would not for love or money
    2. Re:What? by Anonymous Coward · · Score: 0

      What exactly is the safe load level for a PST file?

      If they're using an older version of Outlook, it had a filesize limit of 2GB. Of course, Outlook wouldn't give you any indication that this limit had been reached--you would just suddenly have a corrupted mailbox that Outlook refused to work with one day. There are workarounds for this that involve splitting this 2GB file into smaller chunks, but you lose some messages when you do it. I'm assuming that's what the article is referring to. And yes, it's quite easy to hit that 2GB limit when you're saving emails that come with PDFs and image attachments.

    3. Re:What? by vertinox · · Score: 5, Interesting

      What exactly is the safe load level for a PST file?

      About 1.9 GB on an older PST file and anymore will crap out.

      Outlook 2003 and greater will allow 20gb files, but they become horrendously slow after 5 to 10 gb.

      And yes.. People will store gigabytes of email on an exchange server... Usually when they are emailing large videos, photoshop files, or do Desktop publishing work. Though I wonder what the Whitehouse doing to take up that much space.

      Certainaly it wasn't powerpoints on intelligence reports.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    4. Re:What? by Anonymous Coward · · Score: 3, Insightful

      the safe load level of a pst is around 2gb , after that it is subject to corruption

      Depends. Starting with outlook 2003, there is a new format of .pst file which doesn't have size limits. Prior to that, 2 gig was the limit.

      and yes they should have an archiving system not just doing tape back up tape

      Well, that depends if you want your email to be subpoenaed/leaked or not! G.W. Bush is on the record saying he deliberately doesn't use email for that reason.

      p.S if they used an enterprise email system like lotus domino this would not be a problem after all thats what the CIA uses

      There are lots of enterprise email systems that can archive email, including exchange. I think this case is more of a deliberate choice not to archive, or plausibly deny archiving.

    5. Re:What? by umghhh · · Score: 1

      GP mentioned possible corruption of a file that is bigger than 2GB. I am not sure what he meant with this but that is certainly not a limit but a bug or limitation if you must.

    6. Re:What? by Anonymous Coward · · Score: 1, Insightful

      I know I'm stepping into the middle of a religious war over email servers/clients, but....
      It seems to me that any solution that globs a bunch of individual emails into a single database file is the wrong way to go. Why not take the simpler approach, and leave each email in the standard mbox plain text (binaries are MIME-encoded) format? Group them in directory structures that make archiving simple (like date). If you're worried about accessing terabytes of email information, the email metadata can easily be stored in a SQL (MySQL, SQLite, etc) database, which even if you have a 2GB file size limit, could reference terabytes and terabytes worth of actual emails. There are several solutions out there that take this exact approach, and all of them are quick, robust, and easily managed. If there's a disk failure, only those mbox files on that disk (or more likely on that bad block) are affected, and restoration is quick and simple. If your index database goes bye-bye, it's fairly easy to reconstruct from the existing mbox file structure.

    7. Re:What? by JebusIsLord · · Score: 1

      Outlook (pre-2003) PST files had a hard-limit of 2GB beyond which they would simply refuse to grow. Microsoft recommends against letting your PSTs grow much over 1GB (TFA says 1.6GB). This is common knowledge in the IS dept where I work. The most common type of restoral we do is PST files, by the way. They really do corrupt easily when large. I don't know much about the format other than fragmentation is an issue (when you constantly add and delete messages from a PST). My guess is, as you get close to the 2GB limit, internal fragmentation becomes impossible to deal with.

      Having dealt with this stuff first-hand, I can safely say that this story concerns me greatly.

      --
      Jeremy
    8. Re:What? by JebusIsLord · · Score: 1

      We switched to Outlook 2003 only recently. I can't tell you yet whether or not the new PST format is any more reliable. The only improvements I know of offhand are UTF encoding and removal of the 2GB limit.

      --
      Jeremy
    9. Re:What? by NeverVotedBush · · Score: 5, Funny

      I think it's more likely that G.W. doesn't use e-mail because he can't find the "sendification" button.

    10. Re:What? by NilObject · · Score: 3, Funny

      Certainaly it wasn't powerpoints on intelligence reports.


      Based the general stream of diarrhea coming from the White House (especially this past week), I'll wager $500 that it's torture/bondage porn.
    11. Re:What? by urcreepyneighbor · · Score: 1

      Though I wonder what the Whitehouse doing to take up that much space. Bush: Hey, Dick, check out this video clip Rummy emailed me!
      --
      "The fight for freedom has only just begun." - Geert Wilders
    12. Re:What? by rtb61 · · Score: 2, Funny
      Well at least there is that interesting and different reasoning for using and recommending M$ exchange and the pst file format.

      Have emails that you don't want any more, regulatory authorities breathing down your neck, keeping embarrassing emails becoming a worry, then switch to M$ exchange, we guarantee to 'legally' corrupt and destroy all those pesky records of your corruption, not one incriminating email shall survive.

      Based upon the latest M$ Vista email shenanigans, that exchange pst excuse doesn't seem applicable for them. Although it presents an interesting marketing slant, the current US administration is basically stating that M$ exchange is an unsafe and defective record keeping format and should not be used if you want to keep long term accurate records.

      --
      Chaos - everything, everywhere, everywhen
    13. Re:What? by RodgerDodger · · Score: 1

      a) It's in the FA - about 1.6GB per PST file. Above that, you risk corruption of indexes, which makes reliable retrieval hard to impossible (not least because emails, like all of MS's file formats, get broken up into pieces and shoved where they fit)

      b) It is terabytes of email - about 10TB, actually. (5000 archives @ 2GB each). Email doesn't have to be small.

      --
      "Software is too expensive to build cheaply"
    14. Re:What? by mrbluze · · Score: 1

      the safe load level of a pst is around 2gb , after that it is subject to corruption The safe distance for a politician from a voter is about 2ft (unless your arm is longer), after which he is also subject to corruption.
      --
      Do it yourself, because no one else will do it yourself. [beta blockade 10-17 Feb]
    15. Re:What? by aeschenkarnos · · Score: 4, Insightful
      after that it is subject to corruption

      This is the Bush Administration. It started subject to corruption.

    16. Re:What? by wish+bot · · Score: 2, Insightful

      I couldn't agree more. The Exchange database gives me the heebie-jeebies. Postfix/mail.app on OS X is so much saner for a low level server & client system.

      --
      lemonade was a popular drink and it still is
    17. Re:What? by JebusIsLord · · Score: 1

      PST is an outlook file format. Exchange does NOT store messages in PST format. PST files are used for local mail archives only.

      They need a "+1 wrong, but slams M$, so who gives a fuck?" moderation option.

      --
      Jeremy
    18. Re:What? by William+Robinson · · Score: 1

      I thought Bush uses hotmail...

    19. Re:What? by Nefarious+Wheel · · Score: 2, Insightful

      The Exchange database gives me the heebie-jeebies It used to give me no end of grief, and I'd specialised in the product for several years since the first test release. It's not really designed as a low level server, it was always strictly targeted at the large enterprise. The record structure was very close to full X.500 (I'd gone through the Exchange DB in raw mode and have studied the full X.500 standard) and I was tempted to publish the term "irrelational" for the DB structure, but I had to act the apologist because I made my living off the product. X.500 always looked like a comp sci major wrote it before he learned about key structures. The DB was kind of crap, being iirc one of the iterations of JET but the replication feature was pretty strong as long as you didn't try to put servers on slow/unreliable lines in the same site (if one site lagged, they all did, I/O completion problem).

      However they did eventually clean it up and you no longer had to worry quite as much about the IS falling apart like a badly stacked sandwich. Eventually the Exchange directory evolved into Active Directory because the MSFT strategy veered toward LDAP. In fact, the newest release has Exchange using the AD paths instead of internal connectors. It's evolving, and it still scales pretty well. I don't know if they have, but I'd think moving the engine to SQL Server would be a good idea if they haven't already. But they've got so much grief atm working on compliance issues (SOX, Basel 2 etc.) that I doubt they have a lot of spare time on their hands.

      Oh, and I've done a few Lotus / Domino installations and a bit of L3 support too, and I honestly believe that Exchange at its worst is easier to manage than Notes at its best at the enterprise level. Personal experience, no formal measurements, but mostly I didn't like Notes' fire-and-forget admin interface (I like fast feedback) or the fragile security structure.

      PST's used the old JET engine too (I think it was the same one used for MS Access) and I always found they became unreliable after about 50MB, and you did *not* want the PST on a network share (it wasn't supported anyway).

      --
      Do not mock my vision of impractical footwear
    20. Re:What? by mvdwege · · Score: 2, Funny

      And what is the default client to access Exchange? And the major reason why places deploy Exchange? Hint: it is not because it is a superior mail server.

      We should get a "-1, Missing the point" moderation.

      Mart
      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
    21. Re:What? by ta+bu+shi+da+yu · · Score: 1

      Yeah, that's a good backup strategy. Use a proprietary format with a history of data corruption limitations to store vital emails related to the United States presidency.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    22. Re:What? by DesScorp · · Score: 1

      I found out about the 2 gig limit on PST files the hard way a few years ago. There are third party tools you can use to recover the mail, but there's always some residual corruption in the files.

      --
      Life is hard, and the world is cruel
    23. Re:What? by qor · · Score: 1

      Starting with outlook 2003, there is a new format of .pst file which doesn't have size limits. Prior to that, 2 gig was the limit. I have to contradict you on this. At the office I work at (an engineer consulting office), I get a copy of all emails that come in or go out through our domain address, for archiving reasons (and because lots of people just read and delete, and come back a week later complaining they can't find such email).


      We hit a clusterfuck a couple weeks ago; one of the PST I use got over 10gig. Two entire years of archived emails & attachments, unusable for 3 days. Hell broke loose, if I may say so.

      Of course, we managed to repair the corrupted PST and split it in two, but we're still having issues to this day.

      --
      Coffee is the first ingredient for successful world domination.
    24. Re:What? by Catmoves · · Score: 2, Insightful

      "...using the inaccurate and inflated claim of excessive cost as a reason to avoid compliance with the Presidential Records Act." This has to be hilarious coming from a branch of government that is spending more than a billion bucks a day on a war in the middle east that will gain us nothing but more enemies. Sigh.

    25. Re:What? by petermgreen · · Score: 1

      given the rather large number of windows systems that are still on fat with it's famous large cluster sizes using a single file per email would be very wastefull of disk space. Also many small files makes actions such as disk checking and file copying far slower.

      IMO a more sensible answer is multiple small but not tiny files. e.g. maybe use one file for all the email downloaded during one session.

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    26. Re:What? by petermgreen · · Score: 1

      I have used microsofts scanpst file to repair corrupt PST files in the past. One big problem I have run into is emails that can be read and even moved about within the repaied PST file but any attempt to copy them to a clean PST file causes errors.

      any ideas how to get arround this issue?

      --
      note: i'm known as plugwash most places but i screwd up registering that here somehow in the past and now can't register
    27. Re:What? by Anonymous Coward · · Score: 0

      with it's famous

      "its".

    28. Re:What? by DesScorp · · Score: 1

      Nope, sorry. On the bright side, one benefit of that bad experience is that we chucked our Exchange server, and are moving to non-proprietary technologies, though.

      --
      Life is hard, and the world is cruel
  2. What bigger folly... by call-me-kenneth · · Score: 0
    could there be than not having someone amongst all those lawyer smart enough to put a quiet word around in the weeks before inauguration saying "Listen, about the Big Plan - yeah, you know, 'Project Eska-whatever-it-is - look, make sure you don't put anything into email, or in a Word doc, or anything like that. Cos, you know, we don't want to be scrambling around trying to look like we're not running a cover-up, whilst we're running a cover-up."

    Hmmm, I suppose there is another theory which states that this has already happened...

  3. Lost by arigram · · Score: 5, Insightful

    They just need some excuse for "losing" dangerous email messages...

  4. PST files for archiving by call-me-kenneth · · Score: 5, Insightful
    Really, that's an accurate write-up - click past a couple of pages to get to the technical details. It'd be hilarious if it weren't so tragic.

    After all, it's not like there aren't answers to the question "how shall I archive my user's email for legal and regulatory purposes?" (Disclaimer- I work for a player in that market, but we're not on the first page of results for that search. So I don't feel too bad. Oh, wait - )

  5. digitally signed and time stamped archive by wkk2 · · Score: 4, Insightful

    Given all the convenient archival problems, every executive branch email should be archived as a PDF and digitally signed and time stamped by a secure server with the private key in protected hardware. The archive needs to be outside of the executive branch.

    1. Re:digitally signed and time stamped archive by jlarocco · · Score: 1

      Why convert to PDF?

    2. Re:digitally signed and time stamped archive by tftp · · Score: 1

      To make sure that the attachments can not be decoded.

    3. Re:digitally signed and time stamped archive by wkk2 · · Score: 1

      You have a good point. There would be the potential for loss of metadata, equations in spreadsheets, audio, etc. My thought was that a PDF or another standard would only require a single tool to render documents in 200 years but storing the original probably should be a requirement.

    4. Re:digitally signed and time stamped archive by Entropius · · Score: 1

      And I don't see why this would be hard. Perhaps I'm naive about IT challenges, but where I work nobody even thinks about archives and backups until they need them; there are just some perl scripts that run every night make sure all that stuff gets made.

      Do you really need anything other than anacron, scp, maybe a bit of perl, a RAID array or a tape drive, and some guy to buy new disks (or tapes, or whatever you're using) once in a while to make email backups?

    5. Re:digitally signed and time stamped archive by martin-boundary · · Score: 3, Informative
      No. PDF is bad. The correct format is MIME encoded RFC2822, one file per message, tarballed. It's the best way to keep the information for future readers. Any mail admin worth his pay can convert PST/OST to that format.

      You can sign the tarball if you like afterwards.

    6. Re:digitally signed and time stamped archive by wkk2 · · Score: 1

      Packing the MIME is a good idea. I would still worry about something like a spreadsheet. Keeping a PDF snap shot of the document, as displayed today, might avoid future problems if the application no longer exists, has dynamic content, has DRM, or who knows what trouble in the future. It might even be good to add additional information like links to the real ids of the mail addresses.

    7. Re:digitally signed and time stamped archive by Blackknight · · Score: 1

      This is pretty much how our servers keep backups, just create a tar file of the domain's maildir every night and scp it to a remote server. Rdiff-backup is also nice, with that you can restore the mail account to almost any point in time since backups have started.

    8. Re:digitally signed and time stamped archive by ffflala · · Score: 1

      No. PDF is bad.

      J/c why you'd say this. Inefficient? Insecure?

    9. Re:digitally signed and time stamped archive by martin-boundary · · Score: 1
      PDF is a lot more "brittle" than RFC2822 (aka the mail/usenet format). If a few bytes of your PDF get damaged or the end is missing, you typically lose the document, whereas if a few random bytes of an email message get damaged or the end is missing, you can still read and understand most or even all of it.

      RFC2822 is a lowest common denominator which is extremely easy to read and to data mine (it's just a loose text file, kids at home can read it and write simple programs in BASIC to extract relationships) whereas PDF needs a complicated rendering library and a graphics screen just to view it.

      With PDF you're effectively printing the document, and you typically lose the original attachments. With MIME, the original attachments are preserved, so you can use them straightaway if you need to.

      A Tarball is one of the simplest file formats imaginable, it's just the contents of the files one after the other more or less. That's great protection against random corruption, and it's easy to read by just about anyone.

      Basically, if your aim is to preserve the emails for as many future readers as possible, RFC2822+Tar is the way to go.

  6. The real question by WindBourne · · Score: 4, Insightful

    is why are the dems allowing the White house off? They should be paying to have all the PST's restored. By now somebody has told them that the white house lied about the costs of the PST files. The need to go after them for perjery as well as getting the emails.

    What really bothers me is that not this white house makes nixon and reagan look like boy scouts, but that the dems PROMISED to go after them, and really has done nothing.

    --
    I prefer the "u" in honour as it seems to be missing these days.
    1. Re:The real question by Stanislav_J · · Score: 3, Insightful

      What really bothers me is that not this white house makes nixon and reagan look like boy scouts, but that the dems PROMISED to go after them, and really has done nothing.

      Politicians making promises and then failing to keep them? I'm shocked....SHOCKED...

      --
      "Every great cause begins as a movement, becomes a business, and eventually degenerates into a racket." -- Eric Hoffer
    2. Re:The real question by Colin+Smith · · Score: 1

      is why are the dems allowing the White house off? Because both sides have the same paymasters?

      --
      Deleted
    3. Re:The real question by Adambomb · · Score: 3, Interesting

      And the captain-obvious-esk sentiment you and the rest of us all feel is EXACTLY the problem.

      Just because something has always been done a certain way doesn't mean a time won't come where its necessary to put re-election odds by the wayside and do whats right. The caveat we all despise being that such people do not seem to win elections beyond the small to mid-sized municipal level from what I've seen.

      I do not know of a better system overall myself, but this is definitely one of the biggest issues with democracy. Not only can doing whats right get you on your ends without any means (like say, doing nothing) but it can also be entirely undone shortly thereafter. Of course, I do not expect this to change unless we survive the next worldwide readjustment when we either can no longer maintain the food supply thats maintaining worldwide overpopulation, blow our selves the hell up, or simply forget that water isn't just for toilets.

      If the current level of strife in the world isn't enough to make people want to think for themselves to be able to navigate the sea of bullshit on all sides, i doubt anything will until we see massive imminent worldwide peril with projected massive die-offs within a generation. Then the question will be, will we survive it.

      --
      Ice Cream has no bones.
    4. Re:The real question by Daimanta · · Score: 1

      Actually, you should be shocked. True, a politician is never able to fully implement his program(nature of democracy), but the scale of deceit is huge. I don't understand why people still believe in this deeply flawed system. If a democratic system doesn't do anything the people want, you should consider abolishing it right away.

      But here come the Churchill quotists: "It has been said that democracy is the worst form of government except all the others that have been tried."

      I honestly seriously doubt this. The current democratic systems all have the same problem. They are all olichargies. Now, this doesn't raise my eyebrow for a second. For the Iron Law of Olichargy pretty much never fails to implement itself. The fact is that if you chose a select number of representatives and you don't have personal contacts with them, they will naturally form groupes. And since elected bodies of representatives often wield the most theoretical power in a nation, it is natural that these groups will be very powerful. And the fact is that power often corrupts so now you have corrupt groups of people with power. The number differs in each country but in the US they made it tricky with 2 major powerblocks. So, now you have 2 big corrupt blocks of power. You are basically strong-armed to vote for either because third-party guarantees that your vote will actually be a vote for the winner. Sure, democracy can work. But only in the country up to the size of Liechtenstein where everybody has a big chance of knowing a representative. After that, it's pretty much power politics. And people become highly desillusioned with the people in power. Which will form apathy. Which is the death-blow for every democracy. Sad really.

      Democracy is dead. Always has been, always will be.

      --
      Knowledge is power. Knowledge shared is power lost.
    5. Re:The real question by terrymr · · Score: 1

      That would no doubt require some kind of appropriation by congress which the president would no doubt veto. They can't use criminal sanctions because the president has ordered justice not to pursue actions against his buddies. Unless the dems have a super-majority in congress there isn't much they can do without the white house co-operating. Pretty much every bill that wasn't GOP originated has been vetoed since the dems took congress, well at least every one that tries to reign in the white house anyway.

    6. Re:The real question by dmartin · · Score: 1

      But in today's political climate, it should be easy for the democrats to get this fixed.

      Call up your favourite news network, armed with a quote of how much the government is spending on wiretaps and increased surveillance: $XX. Remind the viewers that this is coming out of taxes, so really they that are paying $XX on themselves. Put this up against the cost of recovering the data on the whitehouse, the people who are wiretapping you. Then drop the "if they have nothing to hide...."

      Sure, it's dirty and mean. But it is not hard.

    7. Re:The real question by Adambomb · · Score: 1

      if i was american =(

      --
      Ice Cream has no bones.
    8. Re:The real question by GayBliss · · Score: 2, Informative

      What really bothers me is that not this white house makes nixon and reagan look like boy scouts, but that the dems PROMISED to go after them, and really has done nothing.

      Actually, some of them are trying, but the Bush regime has protected itself and is managing to block all attempts at going after them. Congressman Robert Wexler is working hard to bring them down. Check out www.WexlerForCongress.com.

    9. Re:The real question by Tablizer · · Score: 1

      What really bothers me is that not this white house makes nixon and reagan look like boy scouts, but that the dems PROMISED to go after them, and really has done nothing.

      These kinds of things take a while due to all the procedures in place. The Dems only have a slight majority, which means they cannot really push them faster.

  7. Delete the White House by Doc+Ruby · · Score: 3, Interesting

    Is anyone out there still thinking that this White House operates at all near the level of minimum performance required from people in its job?

    Anyone still think all this incompetence that always protects Bush and his team is some kind of accident?

    --

    --
    make install -not war

    1. Re:Delete the White House by dpilot · · Score: 5, Insightful

      > operates at all near the level of minimum performance required

      We should be so lucky to see such a high standard.

      > Anyone still think all this incompetence that always protects Bush and his team is some kind of accident?

      I would rather. The alternative explanation is EVIL and probably treasonous.

      --
      The living have better things to do than to continue hating the dead.
    2. Re:Delete the White House by jthill · · Score: 2, Insightful

      No, but a great many people have gone tribal: they like it that the President is willfully violating oath, honor, duty and law. It means the man at the top of the hierarchy they worship, and therefore the hierarchy itself, is above all, and they're part of that hierarchy. The only rules they have to follow are what Big Men say.

      --
      As always, all IMO. Insert "I think" everywhere grammatically possible.
    3. Re:Delete the White House by Master+of+Transhuman · · Score: 5, Informative

      Treasonous? Ever heard of Sibel Edmonds? She's got your treason in detail. Do a Google or go here. And here's the Wikipedia entry.

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    4. Re:Delete the White House by Doc+Ruby · · Score: 1

      In 10 months it'll be a different "big man". That kind of king worship is exactly what this country is designed to thwart.

      --

      --
      make install -not war

    5. Re:Delete the White House by jo42 · · Score: 1

      Realize that the Peter Principle applies to everyone. Especially the incompetents at all levels in government - even POTUS hisself.

    6. Re:Delete the White House by JavaRob · · Score: 2, Insightful

      Realize that the Peter Principle applies to everyone. Especially the incompetents at all levels in government - even POTUS hisself. This is not a normal example of the Peter Principle. Bush would have already been promoted to his level of incompetence if they'd hired him as assistant to the secretary of the White House caterer. He'd already been "promoted" beyond his level of competence when he was governor of Texas.
    7. Re:Delete the White House by Doc+Ruby · · Score: 1

      The Peter Principle says that people who do well in a job get promoted out of it to a harder job they might not do well in.

      Bush was a terrible governor. To which he was "promoted" after being a failure in business. To which he was promoted after being a dropout student. To which Ivy League schools he was promoted after being a bad son... of George Bush Sr.

      You're not seeing the Peter Principle at work. You're seeing the power of George Bush and dynastic politics in the Republican Party (and among American voters).

      And more importantly, you're seeing the promotion of someone who's made someone powerful a lot of money with every "failure". That's not the Peter Principle. Bush has not "failed" at that work he's been given at every stage of his "incompetence". He's ripped off $TRILLIONS for his cronies who put and kept him in power. He's severely damaged the power of the US to protect its people from those corporate cronies, especially the global ones, especially the military/energy industry.

      That's not the Peter Principle. That's the people who say government can't work, because it would work against them, getting the government, and making it not work, because that failure works for them.

      Dismissing all that as "business as usual", when the damage and theft is unprecedented, is helping them cover it up and get away with it. Unless you're getting a check from it (and I don't mean a $300 tax rebate that can't match the debt it creates), there's no excuse to repeat it as if it were the reason.

      --

      --
      make install -not war

    8. Re:Delete the White House by dbIII · · Score: 1

      Anyone still think all this incompetence that always protects Bush and his team is some kind of accident?

      It was carefully devised by chosing people by nepotism, matching a voter demographic, bribery or appealing looks instead of by merit. Incompetance snowballs. We really don't have to try to find a sinister conspiracy behind it especially since they have the get out of jail free card. Personally I'll be happy when this attempt to build a feudal Monarchy on top of a Republic goes away - seeing the royal treatment that Prince Cheney demands on his overseas trips is sickening.

    9. Re:Delete the White House by Doc+Ruby · · Score: 1

      You're ignoring the way all the incompetence always benefits Bush and his cronies. That's a coincidence theory without evidence that I'm not buying.

      --

      --
      make install -not war

  8. Lotus Notes? by sunderland56 · · Score: 3, Funny

    I find the fact that the US Government runs on Lotus Notes more scary than the fact that they don't have any sort of backup strategy.

    I bet if you go over to the IRS, those guys have a rock-solid backup going back many years.....

    1. Re:Lotus Notes? by ScrewMaster · · Score: 1

      I bet if you go over to the IRS, those guys have a rock-solid backup going back many years.....

      Well, I wouldn't look to the IRS as a paragon of information technology deployment either. They have their problems.

      --
      The higher the technology, the sharper that two-edged sword.
    2. Re:Lotus Notes? by dpilot · · Score: 1

      Don't you find the idea that they're migrating to LookOut equally scary?

      The real issue here is that it isn't the tool, either Notes or Exchange, it's the competence and policies of the administrators, along with delivering that to the users with proper support. Just because it's the White House doesn't make the needs different in kind, only quality.

      --
      The living have better things to do than to continue hating the dead.
    3. Re:Lotus Notes? by thirtimecharm · · Score: 2, Insightful

      The actual moral to the story is don't switch FROM Lotus Notes. At least not to Exchange. If they had multiple replicated servers, it wouldn't have been as easy for them to ,ahem, accidently lose all those emails.

    4. Re:Lotus Notes? by Degrees · · Score: 1
      The reality of a new President is that the new administration has the option to scrap the previous administration's stuff. Before Clinton, the U.S. Post Office had NetWare and GroupWise nationwide*. While Clinton was President, fashion dictated that the old system be scrapped, and a new system implemented. Whether the new system was better than the old is immaterial - the old system was Not Invented Here, and thus had to be eliminated. The same must have been true at the White House. Of course, once Clinton was out, so was Notes, with it's replacement being Exchange. Your tax dollars at work.

      For taxpayer records, I'm pretty sure the IRS is still using the mainframes they bought in the 1990s. For email, they probably sway in the wind like many of the federal departments. It really depends if the PHBs at the very top are brown-nosers and want to impress the boss.



      *Back in 1999, I met the #1 IT tech at the Post Office, and he was very bitter about the transition. He'd spent a chunk of his life implementing a cost-effective system with one file server per post office site, and it all ran very smoothly. All for naught, some PHB appointee scrapped it on political, not technical merit.

      --
      "The most sensible request of government we make is not, "Do something!" But "Quit it!"
  9. Who cares? by MillionthMonkey · · Score: 4, Interesting

    All their interesting stuff went through private mail servers at the RNC to evade responsibility for document retention under the Presidential Records Act. The RNC systematically destroys its emails and Bush has even invoked executive privilege in ordering the RNC to defy Congressional subpoenas to produce them.

    1. Re:Who cares? by cfulmer · · Score: 4, Informative

      There is a completely acceptable reason for going through the RNC, and it's the same reason that the Clinton administration used similar services at the DNC: there are two competing acts. You've mentioned the Presidential Records Act, which is intended to protect the official records of the White House. There's also the Hatch Act, which (among other things) prevents government computers from being used for political activities. Emails regarding political activities went through the RNC servers (or, in the case of the Clinton Administration, the DNC servers); emails regarding activities as President, i.e. the Presidential Records, are supposed to go through the White House email system, where they are backed up and archived. So, you cannot infer an intent to violate the Presidential Records Act merely from the fact that outside services were used.

    2. Re:Who cares? by MillionthMonkey · · Score: 4, Interesting

      There's also the Hatch Act, which (among other things) prevents government computers from being used for political activities. Emails regarding political activities went through the RNC servers (or, in the case of the Clinton Administration, the DNC servers); emails regarding activities as President, i.e. the Presidential Records, are supposed to go through the White House email system, where they are backed up and archived. So, you cannot infer an intent to violate the Presidential Records Act merely from the fact that outside services were used.

      There, I helped you out with a few BOLD tags. Your mistake is assuming that an email either falls under the scope of partisian political activity or represents communication at official levels regarding government business. They sent emails that were both.

      When you're having an email conversation (for example) about which U.S. Attorneys should be fired by the president for prosecuting Republican offenses or for not going after Democrats in election years, and what the cover stories for the firings should be, you're mixing political partisan activity and official government business. Since these emails were illegal for government officials to be sending, they obviously didn't use the White House email infrastructure to send them. Even these guys weren't that stupid. They were dumb enough, though, to indicate in WH emails when they were going to continue certain conversations, regarding planned activities to be carried out in an official capacity, in nongovernmental channels (RNC, gwb43.com, Yahoo Mail) to avoid them from ever becoming public.

      But the purpose of the Hatch Act (passed in 1939) isn't just to protect Outlook servers from private or partisan use- it forbids the use of any federal agencies or resources to assist in partisan activities. That would include both WH email servers and the U.S. Department of Justice.

    3. Re:Who cares? by cfulmer · · Score: 1

      it forbids the use of any federal agencies or resources to assist in partisan activities

      I think that you mean political activities. If it actually banned partisan activities, the Congress would have to shut down.

      You are correct -- there can be emails which are both. And, if you're trying to figure out how to send such an email, which law do you follow? If you send it through the official White House mail server, Henry Waxman will go after you for using White House servers for political business. If you send it through the RNC, he'll go after you for not using the White House servers.

      I think the answer should be that you go with the Hatch Act, but it's not 100% clear, and it's a huge catch-22. (One that President Clinton also ran into.)

      The best answer should be that the President should never made decisions for political reasons. But, that's a standard that has been violated by every president since General Washington.
    4. Re:Who cares? by MillionthMonkey · · Score: 1

      The best answer should be that the President should never made decisions for political reasons. But, that's a standard that has been violated by every president since General Washington.

      Yes, and since "historians are still debating the first president" it's supposedly premature to judge this president's activities until all of us are dead. But I somehow doubt George Washington ever ordered his Attorney General to concentrate on investigating members of the Democratic-Republican Party as opposed to Federalists. Of course you can say "all politicians do this", since it really can't be avoided, but usually it means pet projects in one's district, meaningless crowd-pleasing hearings about baseball and steroids, naming post offices after people, etc. We've never had a thug for president who actually used the justice system and the prisons to target members of the opposition party.

    5. Re:Who cares? by MillionthMonkey · · Score: 1

      But the Hatch Act is still idiotic. It's stupid to have to switch back and forth between email accounts, and people at all levels keep getting it wrong anyway. And as far as government resources go, I know that I get franked snail mail from my congresspeople at least once a year. The point of the mail is apparently to tell me how great and wonderful they are. It's just a slightly veiled political pitch. I'm sure the expense of all the franked mail in a year is well over the price of running a few decent email servers.

      You're listening to too much talk radio. The Hatch Act is almost 70 years old. It doesn't say anything about email. It simply forbids the use of government resources for partisan political activities.

      Even if it were questionable whether they violated the Hatch Act by moving their email discussions to private servers, the reason they did it in the first place was so they could freely conspire to violate the Hatch Act again via misuse of the Department of Justice- another government resource- to hound political opponents. There were two violations of the Act here, not just the minor one everyone talks about. People have been trying to obfuscate by pretending that the only violation involved email and retention of government records. But the more egregious violation of the Act (misuse of the DOJ) cannot be addressed now, simply because they succeeded in obstructing justice with their lesser violation. What they did was basically equivalent to illegally using a shredder to shred evidence of illegality. We can't talk about what was shredded, so we have to talk about how they shredded it.

      Politicians often mix their official government functions with their political activities, and send emails on the wrong account, etc. Or they use franking privileges to send nice letters about themselves to their constituents. But the cost of postal resources, or the "price of running a few decent email servers", really doesn't amount to a hill of beans. In this case the RNC, not the government, paid for the electricity to run their own mail servers, so we taxpayers should be happy, right? I bet they use their own shredders and electricity when they shred government records. Whoop-de-doo. But let's not pretend that's what this is all about. They sent emails using the "wrong account" intentionally in order to hide the bad acts they were committing in their official government capacity. The law against this is not idiotic.

  10. To quote Artie Bucco from The Sopranos by Ron_Fitzgerald · · Score: 0, Offtopic

    "We lead the world in computerized data collection"

    To hear that email from the White House has been 'deleted', 'misplaced' or simply 'missing' is truly a slap in the face to the American people.

    This stuff pisses me off completely...that and the 'dangling chad debacle'.

    --
    ~ Ron Fitzgerald
  11. wow by grasshoppa · · Score: 3, Insightful

    Here I am, some lowly line level system tech for a smallish town, and I'd be handed my marching orders were I even a quarter as incompetent as the white house staff seems to be. Which leads me to suspect:

    1) Either they are that incompetent, and it's just a symptom of big government not knowing it's ass from it's face
    OR
    2) These people are purposefully appearing this inept.

    Either option isn't pleasant, and both lead to a serious problem with our government where there will likely be no repercussions from this.

    But then, we all knew that already, didn't we?

    --
    Mod me down with all of your hatred and your journey towards the dark side will be complete!
    1. Re:wow by Detritus · · Score: 2, Interesting

      I'd vote for (3) Responsibility without authority. You have a whole building full of "important people" and political hacks who believe that rules and procedures are only for the little people.

      --
      Mea navis aericumbens anguillis abundat
    2. Re:wow by laird · · Score: 5, Insightful

      The problem, I believe, is that the Presidential Records Act has no enforcement provisions or penalties for non-compliance. Thus, if the White House prefers to ignore it, there's no risk in doing so. So if the value of non-compliance is higher than the value of compliance, which is the case right now, the PRA loses.

      This is not simply a case of incompetent IT staff setting up a system badly. The White House had an email system that by all accounts worked very well, archiving everything properly, and it was shut down and the staff let go, and the new system was set up by someone over-ruling their own IT staff in order to make sure that it couldn't work properly. That means that someone made the decision to spend a lot of time and money to eliminate a system that worked properly, to replace it with a system that didn't, over-ruling the recommendations of their own IT staff, which can only have been done intentionally.

      What would be ideal would be for the PRA to be given real teeth so that the cost of violating it becomes clearly higher than the cost of not hiding whatever it is you want hidden. Given the extremely high value of keeping embarrassing or illegal behavior secret, the penalty needs to be extremely high as well, as it is for destroying evidence. That is to say, courts should presume that the records that were destroyed were incriminating. Judges take destroying evidence of a crime quite seriously.

    3. Re:wow by Steve+Franklin · · Score: 2, Informative

      Look at this guy's record. He has a long history of driving companies out of business, or having them bailed out by others. Remember, this guy literally couldn't find oil in Bahrain. Then he promised to run the country like a corporation. If it weren't for this long history of incompetence, you could suggest that maybe he's intentionally trying to screw things up. But he does have that history. He's a chronic screw up and that's more than enough explanation. If others are using his incompetence to further their own agendas, well, that's also his fault for not riding rough shod over them. The sign on Truman's desk didn't say, "The buck stops down the hall."

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
    4. Re:wow by dpilot · · Score: 1

      > Then he promised to run the country like a corporation.

      He has run the country like a corporation. His own. You gave the prior record. The only surprise is the continued willing blindness in the Party and populace.

      --
      The living have better things to do than to continue hating the dead.
    5. Re:wow by postbigbang · · Score: 4, Insightful

      While there's no seeming penalty, civil or criminal, there is a bigger penalty: ongoing confidence in government. The hubris and arrogance has become intolerable. This is just one symptom of a government gone berserk. Vetoing a bill on torture was another. Sliming the US House of Representatives because it won't pass a bill allowing the telcos to violate the very tenets of liberty in the constitution is another. The list is long. The list is sad. These are evil days, my friends.

      --
      ---- Teach Peace. It's Cheaper Than War.
    6. Re:wow by laird · · Score: 1

      "While there's no seeming penalty, civil or criminal, there is a bigger penalty: ongoing confidence in government."

      Yes. but that's not a cost paid by the people that violate the law, it's a cost paid by all of us. In terms of the people making decisions to violate the Presidential Records Act, whose declared goal is to destroy people's confidence in the government, this is another reason to ignore the PRA.

    7. Re:wow by n+dot+l · · Score: 2, Insightful

      While there's no seeming penalty, civil or criminal, there is a bigger penalty: ongoing confidence in government. You know, I used to wonder why Parlaimentary systems have votes of confidence. It always seemed like such a waste, calling an election and disolving the entire government, just because the ruling party and the opposition couldn't aggree on some line of the budget.

      The last six years of US politics have explained it to me far better than any text or teacher ever could.
    8. Re:wow by postbigbang · · Score: 2, Interesting

      I heard an excellent synopsis of current opinion, yesterday (while waiting for my tires to be changed), in the form of this quote:

      "pendulum's gonna fcuking swing in November, baby. Gerald Ford gave amnesty to Nixon. Obama won't. They better torch the place on the way out and learn how to drink tea 'cause the UK's the only place that's gonna let those jokers stay and not hang."

      While primitive, it's got a certain flavor.

      --
      ---- Teach Peace. It's Cheaper Than War.
    9. Re:wow by dbIII · · Score: 1

      These people are purposefully appearing this inept.

      Sadly that is tinfoil hat omniscient world government conspiracy stuff - they really are that inept.

  12. "Excessive Cost" by SeaFox · · Score: 2, Insightful

    I object to using the inaccurate and inflated claim of excessive cost as a reason to avoid compliance with the Presidential Records Act

    Considering how much we're spending in what are arguably other countries' wars, I'd find a claim of "excessive cost" for anything laughable.
    1. Re:"Excessive Cost" by Stephen+Samuel · · Score: 1

      We're talking the office of the president, here -- where a trip to Hawaii probably results in $1M worth of planning. When the backup system starts to exceed that kind of price, you can start to cry to me about costs.

      --
      Free Software: Like love, it grows best when given away.
    2. Re:"Excessive Cost" by dbIII · · Score: 1

      A public relations trip in a freshly re-painted and name badged jet fighter plane and a special costume resembling but more dramatic than an airforce flight uniform plus a "mission accomplished" banner would have cost a lot more than that. That paticular mission was accomplished because the election was won, but there's a lot more PR excess other than that.

  13. Solution by Cuppa+'Joe'+Black · · Score: 3, Funny

    Someone just needs to 'leak' that one of those archived emails contains a transcript of Osama bin Laden endorsing Barack Obama for president. Then stand back because we are all going to be sprayed with WH archived emails.

    --
    Technically, murder-suicide does not violate the golden rule.
    1. Re:Solution by Foobar+of+Borg · · Score: 0, Flamebait

      Someone just needs to 'leak' that one of those archived emails contains a transcript of Osama bin Laden endorsing Barack Obama for president.
      Nah, OBL will just release another video tape before the election endorsing Barack Obama (or Hillary) so John McCain can win. You know, you always help out your friends. Although, as another idea, why hasn't OBL released a "greatest hits" video? He surely has enough material by now.
    2. Re:Solution by Entropius · · Score: 2, Insightful

      The Bush presidency has helped OBL's cause beyond his wildest dreams.

      The SPCA has a much easier time recruiting when there's a serial puppy-kicker on the loose.

  14. Mod this guy up by Steve+Franklin · · Score: 1

    Elect a president who doesn't believe in government and watch the government begin to fail at everything.

    --
    Hic iacet Arthurus, rex quondam rexque futurus.
    1. Re:Mod this guy up by Anonymous Coward · · Score: 3, Funny

      Elect a President who is a failure (Business, Baseball, Economics, & English) and see what happens. He's the Gym Teacher president

      Those who can't do Teach, those who can't teach, Teach Gym.

    2. Re:Mod this guy up by chromatic · · Score: 1

      Begin?

    3. Re:Mod this guy up by Anonymous Coward · · Score: 0

      Strange, considering GWB does believe in big government, just like all the neocons.

      ps: what part of "the right to keep and bear arms shall not be infringed" do you not understand?

    4. Re:Mod this guy up by jlowery · · Score: 3, Funny
      Those who can't do Teach, those who can't teach, Teach Gym.


      Those who, cant Use Punctuation; post to Slashdot

      --
      If you post it, they will read.
    5. Re:Mod this guy up by Sergeant+Pepper · · Score: 1

      what part of "the right to keep and bear arms shall not be infringed" do you not understand That's not the text of the Second Amendment. ;)

      If a parent says to his child "For the purposes of buying vegetables, I will always give you money," do you expect said parent to give the child money to buy cookies?
    6. Re:Mod this guy up by StillNeedMoreCoffee · · Score: 1


      Those who can't do Teach, those who can't teach, Teach Teachers.

    7. Re:Mod this guy up by Steve+Franklin · · Score: 1

      "what part of 'the right to keep and bear arms shall not be infringed' do you not understand?"

      The part where you treat a clause like it was sentence. That's legit when you're using the I Ching to tell fortunes. It's not when you're trying to understand the founding document of the United States.

      --
      Hic iacet Arthurus, rex quondam rexque futurus.
  15. I watched this on TV by value_added · · Score: 3, Interesting

    So much for those that say watching CSPAN coverage of legislative hearings is as boring as watching paint dry.

    The article, despite being spread across multiple pages, characterises the hearing fairly, so I won't bother reiterating except to say that the committee members were indeed uninformed, the witnesses were somewhere between clueless and dishonest, and the politics injected into the situation (notably from the Republicans) was so thick that I wondered whether anything could be agreed upon or any of the issues resolved. Hell, by the end of it, I doubt anyone really knew what the technical issues were, myself included.

    The saving grace was watching (no one could hear what he was saying) the soft-spoken White House archivist and remembering the joke about how to tell the difference between an introverted and extroverted geek. Instead of shoes, it was microphones.

    Your government in action, folks. The bad guys trying to cover up, the good guys trying to find out what's going on, and both groups taking its cues Microsoft weenies.

  16. whole building? by kybred · · Score: 1

    I'd vote for (3) Responsibility without authority. You have a whole city full of "important people" and political hacks who believe that rules and procedures are only for the little people.

    There, fixed that for you.

  17. Big, corrupted PST files? No problem. by Animats · · Score: 4, Informative

    Big, corrupted PST files? No problem. Just get Stellar Phoenix PST Repair. "Stellar Phoenix can repair PST files in all scenarios including the common issues listed below ... Oversized PST files with 2Gb problem. Recovers from encrypted files. Recovers deleted e-mails." U.S. Government price $249 with CD. Immediate download available. Recommended by PC Magazine.

    This little problem can be overcome. Just get some image copies of those tapes out to the Internet Archive or Wikileaks, and all the technical problems will be quickly dealt with, the data will go on line, and it will all be indexed.

  18. Haha - anybody surprised? by rainer_d · · Score: 2, Insightful

    Are you new here?
    Honestly, this is a classic, almost Hollywood-style presidential-aid-villain-style tactic.
    First, you dry up all the funding to something so that you can later claim there was not enough money to do it right.
    And in the process of doing it "not right" some important stuff gets lost so the people in charge can't be charged later (which they can't anyway, because presidents make a habit of indemnifying their successors and most of the senior staff around them, because if they wouldn't, their successor wouldn't indemnify them...).

    Still wondering why people actually get out of their bed and vote?

    --
    Windows 2000 - from the guys who brought us edlin
    1. Re:Haha - anybody surprised? by TubeSteak · · Score: 1

      Honestly, this is a classic, almost Hollywood-style presidential-aid-villain-style tactic.
      ...
      Still wondering why people actually get out of their bed and vote? To prevent 4 more years?

      Honestly though, this is what happens when ill-intentioned people abuse well intentioned laws. Party affiliation shouldn't effect the basic runnings of government.
      --
      [Fuck Beta]
      o0t!
  19. Re:Strangling kittens by Entropius · · Score: 3, Insightful

    Elsewhere in the world destruction of evidence is taken as guilt. Is that not the case in the USA?

    In the USA, it matters a whole lot who you're talking about whether or not XYZ counts as guilt.

  20. Depends on format. by xC0000005 · · Score: 1

    Format decides the maximum size of a PST.

    --
    www.voiceofthehive.com - Beekeeping and Honeybees for those who don't.
    1. Re:Depends on format. by hairyfeet · · Score: 1
      Oh,it is much worse than that. Outlook would just keep right on saving,while depending on the version,would either just die when you hit 2.001Gb,or it would get flaky,crap itself(and thrash a large portion of your emails) and THEN die.Over the years I've had to do a lot of email recovery,thanks to that damned bug.Once I've finally saved as much of their email as I can I would them switch them to Seamonkey or Thunderbird and have an automated backup run on a daily schedule.


      I would love to know what moron thought that nobody would ever get to 2Gb on their email.Have they ever heard of user testing? I know people that have NEVER thrown away an email.Don't ask me why,but there seem to be a lot of folks that either don't toss at all or only toss once in a blue moon,and for some reason they are always on that damned outlook.I don't know why companies are claiming Open office needs an "outlook killer",because all I've ever seen with outlook is grief.But as always my 02c,YMMV.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    2. Re:Depends on format. by MrNaz · · Score: 1

      While Outlook has its numerous flaws, it is far more than an email client, and for what it is supposed to do, it is very, very good.

      --
      I hate printers.
    3. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 2, Insightful

      Really? And, what, precisely, is it meant to do?

      It's primary function would be to store, send and receive emails. Does it do that well? Sure, it sends and receives emails fine, but it sure as heck can't store them correctly. Like the parent says, what sort of idiot decided that a 2GB limitation would be a good idea for a PST file? And what sort of moron let's it save past this point, corrupting the file?!?

      --
      XML is like violence. If it doesn't solve the problem, use more.
    4. Re:Depends on format. by MrNaz · · Score: 1

      You have obviously never used outlook for anything other than email. Outlook, for want of a better term because there is no other software tool that does what it does, is a fully integrated personal information manager.

      It does (among many thing as well as email) task management, schedule management, meeting tracking and coordination and integrates with exchange server to perform all these tasks in an organisation-wide coordinated manner. There is nothing else like it, except perhaps Lotus notes. It's a very good product. But ooh, it's M$ so I just lost my geek street cred by saying so.

      --
      I hate printers.
    5. Re:Depends on format. by hairyfeet · · Score: 1

      Let us not forget the NO WARNING part,because all of the users will keep up with the size of their PST file,right? Hell,most of the ones I've encountered didn't even know what a PST file was,they were just mad because their email suddenly died,destroying who knows how many emails with it. Keeping someone's emails in a single large corruptible file is just a majorly stupid idea,any way you slice it. Especially when MSFT owns their own version of SQL which would be a lot more fit for the job than the outlook PST file. Who did they buy outlook from,anyway? It just has that "tacked on" feel when it comes to office.But that is my 02c,YMMV.

      --
      ACs don't waste your time replying, your posts are never seen by me.
    6. Re:Depends on format. by sjames · · Score: 2, Insightful

      How good can a product be if it periodically trashes all of the data entrusted to it? Even better, when it does trash the data, it's in a proprietary format that makes it hard to try to parse through and salvage anything. The proprietary format also means that (like all MS products) if you'd like to use the data in a way MS didn't anticipate, you're SOL.

      Based on comparing my experiance with non-MS mail programs (for DOS, Windows, and Unix over the years) to the experiances of MS users, I'd have to say that Outlook (in it's several variations) is a TERRIBLE program.

    7. Re:Depends on format. by RockDoctor · · Score: 1

      You have obviously never used outlook for anything other than email. Outlook, for want of a better term because there is no other software tool that does what it does, is a fully integrated personal information manager.
      That may or may not be true. But what I do know for sure is that in the ever-shifting world of contracting, I've never met anyone who's had more training on using Outlook than I have (I've had zero training), and I've never met anyone who knows or cares about it's "PIM" functionality, because they keep their contacts information in a notebook (ink-on-paper) version, or their own PDA (which can't synchronise with the computer they're using because they've not got permission to install synchronisation software onto the work's computer). And I can't recall having seen any "meeting room management" used, ever. Most people don't know it's there (or don't care).
      I believe the term is "bloatware" - it's supplied, but it's got many, many features that are almost never used.
      Without checking, but I believe the median size of the employee-count at a company (in Britain, at least) is in the region of 100. Which makes using dedicated software to "manage" use of a meeting room a bit overkill. Whose regular office is closest to the room in question? Give them the job of looking after the room, because they'll end up doing the job anyway. Possibly it's more relevant in a 35000-people, 300-site company, but that's a relatively small proportion of the population.
      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
    8. Re:Depends on format. by MrNaz · · Score: 1

      Based on comparing my experiance with non-MS mail programs

      Outlook is NOT A MAIL PROGRAM. I repeat: Outlook is NOT A MAIL PROGRAM. It has it's problems, big ones, but it does many things very damn well. Yes, its mail functions are not as good as other mail programs, but Outlook is NOT A MAIL PROGRAM.

      Spot quiz: What is Microsoft Outlook NOT?

      --
      I hate printers.
    9. Re:Depends on format. by MrNaz · · Score: 1

      Most people don't know it's there (or don't care). I believe the term is "bloatware" - it's supplied, but it's got many, many features that are almost never used.

      Hey bone head, how many times does it need to be said that OUTLOOK IS NOT A MAIL PROGRAM. Anyone using Outlook as a mail program is using it wrong. To use a wheeled example, that's like using an 18 wheeler truck to take the kids to school and complaining that its too big for your garage. Outlook has its problems, but there are many large corporate environments that use Outlook as an integral part of their organisational infrastructure. If you haven't seen any then it's because you've never worked in any large enterprise environment. Now that's not an invitation to reel off the places you've worked, I don't care. I'm just saying none of the places you've worked have a proper MS Exchange Server infrastructure There's no comparable product on the market, so comparing Outlook to *anything* is an apples to oranges comparison.

      And before you get all hot an indignant, I'm not saying Outlook is without it's problems, just that it's NOT A MAIL PROGRAM, coz you and all the other bone headed basement geeks seem to think that that's all it is. Outlook Express is just a mail program, Outlook is an integrated organisational management infrastructure, and just because you don't use/need it doesn't mean nobody does.

      --
      I hate printers.
    10. Re:Depends on format. by Headcase88 · · Score: 1

      It's not... very good.

      Care to expand on it's features? Yeah, it's got the scheduling and it's handy to be able to share a schedule around, but that doesn't strike me as especially powerful, or hard to program even. Everything else doesn't seem necessary to most people. But admittedly I only use it for e-mail and schedules, perhaps you can enlighten me on what else I should use Outlook for?

      --
      "When the atomic bomb goes off there's devastation...but when the atomic bong goes off there's celebraaaaation!"
    11. Re:Depends on format. by Headcase88 · · Score: 1

      Imagine if Powerpoint, Excel, Visio, etc were included in Microsoft Word. You couldn't get Word separately. And try to imagine that the documenting part of MS Word was a glitchy mess (it's a real stretch I know). Finally, imagine someone complained about this on /. (another big stretch) and then someone replied "you're a bone head, if you want just documentation software without the extra features, you should use notepad".

      *twilight zone music*

      --
      "When the atomic bomb goes off there's devastation...but when the atomic bong goes off there's celebraaaaation!"
    12. Re:Depends on format. by Headcase88 · · Score: 1
      Not to mention how ridiculously easy it would be to program. I'm not a programmer, but here's the gist of it:

      sub archive
      IF archive.size > 1.5 GB
      THEN sub createNewArchive
      endif
      end sub

      sub createNewArchive
      create archive.name & " - " & date
      set whatever variable so this is now the default archive
      end sub
      Not quite that simple of course, but how complicated could it be? I guess I just don't understand the difficulties of programming.
      --
      "When the atomic bomb goes off there's devastation...but when the atomic bong goes off there's celebraaaaation!"
    13. Re:Depends on format. by MrNaz · · Score: 1

      There *is* an email only program. It's called Outlook Express. Your analogy would be better if you used a person who needed a text editor but was using word, and then arguing that Word is a bloated text editor. Word is for people who need more than plain text. Outlook is for people who need more than email. Oh, and you are a bone head.

      --
      I hate printers.
    14. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1

      Actually, I use it every day for calendaring, meetings, the journal function, shared folders and many other things.

      If Outlook cannot store email properly, then it's pretty screwed. It's all very well to say that it's a PIM, but if it can't store data without corrupting it unexpected, then that's pretty stupid. How come every other mail client can handle this OK but Outlook cannot? I thought that Outlook was meant to be an enterprise app!

      --
      XML is like violence. If it doesn't solve the problem, use more.
    15. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1

      Repeat after me:

      OUTLOOK IS A MAIL PROGRAM!

      It's also a PIM, but I'm afraid that it most definitely is still a mail program. It sends and receives email, quite successfully actually and has been designed to integrated with POP3, IMAP and various Exchange mail protocols.

      It's all very well and good to say that it's a PIM, but a major function of the program is to send, receive and store email. That's one reason of many why the White House uses it. And believe me, it doesn't store large quantities of emails very well at all.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    16. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1

      Hey, I'd be quite happy if everyone moved away from using Outlook as a mail program. I'm sure a lot of IT support companies would too.

      But I'm afraid that you are wrong. It most certainly is a mail program, and the vast majority of people use it as one. While it's nice to be able to have global calendars, if it didn't have mail functionality it would be less than useful and I doubt corporations would use it.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    17. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1

      What, we need to use Outlook Express and Outlook?

      Look, you might not thing so, but Outlook is used by a whole stack of people as an email program.

      There are definitely others who maximize the use of it's other features, but at the end of the day it is still a program that sends, receives and stores emails. What part of that don't you get?

      --
      XML is like violence. If it doesn't solve the problem, use more.
    18. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1

      Another idea would be to store the files in a non-binary format. I have no idea why Microsoft likes everything in binary formats (probably due to COM+ style streams or OLE documents), but for whatever reason their formats suck and are not designed for large amounts of data.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    19. Re:Depends on format. by MrNaz · · Score: 1

      The reason the White Uses Outlook is so that they can easily schedule and manage meetings and common schedules. Outlook enables you to do so much more than just email. Calling Outlook an email program is like calling Word a text editor. Stop splitting hairs. All I'm saying is that there are things Outlook does very well. Handling an email back end is not one of them.

      --
      I hate printers.
    20. Re:Depends on format. by sjames · · Score: 1

      NOT A MAIL PROGRAM

      So how do you explain the envelope in its icon?

      So if I turn off the email part, how well does it perform the other functions? (that you seem to believe are it's primary mission)

      Your claim is like saying the device I have with the camera addressbook, calendar, etc etc is NOT A PHONE.

      You can call it what you want, but since everything about it is centered on sending and receiving email, it IS an email program. A really bad one. I'd say it's in the running for "worst email program still in use".

    21. Re:Depends on format. by MrNaz · · Score: 1

      I'm not saying that there are people who use it for only that. I'm not even saying you *shouldn't* use it for only that. What I'm saying is that if you decide to use it for only that, don't complain that it's bloated. What part of that don't *you* get?

      --
      I hate printers.
    22. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1

      My friend, can I suggest you are the pot calling the kettle black?

      You said that OUTLOOK IS NOT AN EMAIL PROGRAM (in caps, no less), now you are saying that it more than just an email program. You'll get no argument from me here, but the fact is that most people use it primarily for email. Many corporations also uses it for other things, this is true. You really can't tell people they are using it wrongly for just email when email is a main function of the application.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    23. Re:Depends on format. by ta+bu+shi+da+yu · · Score: 1
      You didn't say that? Actually, you did.

      Hey bone head, how many times does it need to be said that OUTLOOK IS NOT A MAIL PROGRAM. Anyone using Outlook as a mail program is using it wrong.

      Learn to read please. Nobody is talking about Outlook's bloat (or alleged bloat), least of all me - as I pointed out before, I use it for calendaring, etc. on a regular basis. The complaint is that it corrupts data.
      --
      XML is like violence. If it doesn't solve the problem, use more.
    24. Re:Depends on format. by RockDoctor · · Score: 1

      Most people don't know it's there (or don't care). I believe the term is "bloatware" - it's supplied, but it's got many, many features that are almost never used.

      Hey bone head,

      Hey, MrNaz, stop looking in the mirror!

      how many times does it need to be said that OUTLOOK IS NOT A MAIL PROGRAM.

      [SNIP irrelevant motorised simile]

      Outlook has its problems, but there are many large corporate environments that use Outlook as an integral part of their organisational infrastructure. If you haven't seen any then it's because you've never worked in any large enterprise environment.

      Looking around the room, just gone midnight in a project being run by one of the biggest (in monetary terms - I don't know about employment numbers) corporate entities in the world. A company I work with regularly. I've just spent the afternoon searching around trying to get one of *their* computers to connect to *their* network so that I can do my job for *them* using *their* highly modified and control-freaked environment (their global helpdesk system is several thousand strong).
      What's the email client? OUTLOOK (not Outlook Express). Just like with the overwhelming majority of their competitors (one used something different in the dim and distant past - I remember having to RTFM for the Win3.11 client). Outlook is what comes pre-installed on their systems, so that's what they use.

      When they want to do resource management, they don't use the generic management features of Outlook, they use custom-written "vertically-integrated" applications, often with a contractor on site to drive the software and do the relevant science/ engineering. Presumably because Outlook doesn't cover their *particular* requirements. I don't recall seeing anything in the help for Outlook to manage the consequences of (for an example) filling of tanks in a boat with different fluids on different days (vaguely similar to using the same room for subsequent meetings). 116 people spent ½ hour at their emergency stations last night because of an unexpected interaction consequent on such an error. So, they have an application that keeps track of those things. And typically a couple of hundred other applications in the one project.

      What's left for Outlook? Email.

      Maybe you work in a generic, interchangeable office situation. That must be fun for you. One day, you're going to be replaced by a robot, as soon as robots to do generic interchangeable office task become cheap enough. Enjoy that job security.
      --
      Birds are not dinosaur descendants;birds are dinosaurs, for all useful meanings of "birds", "are" and "dinosaurs"
  21. Is not by flyingfsck · · Score: 2, Informative

    "It depends on what the meaning of 'is' is."

    --
    Excuse me, but please get off my Pennisetum Clandestinum, eh!
    1. Re:Is not by Gazzonyx · · Score: 1

      You know, I always thought that was kinda' funny... our president side stepping a question with all the grace of a sanitation worker performing interpretive dance... and then I realized that everyone who has taken philosophy in college has paid both time and money to discuss exactly what the meaning of 'is' is. I think it's even more ironic from that point of view. Kinda' like how when you're young Bugs Bunny is funny and when you grow up and get the references, Bugs Bunny is friggin' hilarious!

      --

      If I mod you up, it doesn't necessarily mean I agree with what you've said, sorry.

  22. Cost is a crock. by xC0000005 · · Score: 1

    The cost of retrieval is normally included in evaluating any backup solution. If I need a particular SLA I need to evaluate the cost of a given solution in restoring, not just backing up. If I didn't evaluate that during my analysis I have to eat that cost when providing the service. And accessing PSTs via code is easy, so it's not like something couldn't just suck the mail out of the PST as needed. That said a PST isn't an archival format as far as I'm concerned. Oh, and "PSTs above their safe level" depends entirely on what the format of the PST is.

    --
    www.voiceofthehive.com - Beekeeping and Honeybees for those who don't.
  23. The trouble started when they migrated from Notes by markdowling · · Score: 2, Insightful

    " Mr. ISSA. Okay. So here we have a situation where the Clinton Administration is on a platform that has to be phased out. Simply, they lost the war of who is going to supply emails. A period of time goes on in which Yes, we are dealing, to Dr. Weinstein's concern, with getting good archives, but we are also dealing with the fact that I can't play my Betamax tapes any more, either, and I can't seem to find anybody who has a Betamax player any more."

    Maybe Mr Issa should look here. And Republicans are the ones who lose wars these days.

    Meanwhile, the General Services Administration just saved a million bucks of taxpayers money with Notes.

  24. Mission Critical Email - why I won't use MS Prods by kilodelta · · Score: 3, Interesting

    I cannot stand Microsoft Exchange in any of it's versions. It is nothing but an I.T. headache of the worst kind. Try backing up the mail store, I dare you. After spending several thousand more dollars you'll be close but no cigar.

    In my former place of employment we used a lot of OSS for things like web, email, database, etc. Even Samba. We had a few MS-SQL environments but I stayed as far from those as I could. For email we used Qmail with a SquirrelMail front end, and for web it was Apache/Plone and databases were MySQL.

    The nice thing about Qmail is it stores email in user home folders. They're flat files that are easily replicated and backed up.

    When the new administration came in the Director of Admin was paranoid about the fact that I.T. could see her email folder. So they went out and spent a shitload of money on AD, Exchange, etc.

    That was a year ago. They still don't have it all running.

  25. So where's the mole we need ? by speedlaw · · Score: 1

    Without getting into the technical issues ... Where's the righteous geek who will release all these emails ? Lost, sure (hack cough right). Someone has a real copy. And, that copy is for blackmail purposes.... Somewhere, someone has to do the right thing and release this stuff.

  26. Re:Mission Critical Email - why I won't use MS Pro by nacturation · · Score: 1

    The nice thing about Qmail is it stores email in user home folders. They're flat files that are easily replicated and backed up. And you back up every incoming email at the time it comes in? If you're doing nightly backups, then you're not able to archive every email if someone deletes the email from their home folder.

    When the new administration came in the Director of Admin was paranoid about the fact that I.T. could see her email folder. So they went out and spent a shitload of money on AD, Exchange, etc. That was a year ago. They still don't have it all running. Which only goes to show that your administration hired people who were incompetent. A year to get Active Directory and Exchange running? You've got to be kidding.
    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  27. The reason the White House won't give up the email by Master+of+Transhuman · · Score: 2, Insightful
    is because they DON'T KNOW what's in them.

    With the morons they have on staff up there - and that includes Bush - they can't be sure all sorts of incriminating stuff isn't in them. In fact, they probably assume there is.

    So they stonewall.

    Read TFA. They're making estimates of the cost of recovery of the PST files as wildly off the mark. They're claiming it would cost $50K just to recover ONE PST file! And half a million bucks to recover 5,000 PST files!

    That's deliberately false testimony - i.e., perjury.

    Face it, folks. This country is being run by criminals now - just like in Warren Ellis' comic, "Reload". Look up Sibel Edmonds on Google and see just how bad it is.

    --
    Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
  28. There is no folly here by snaildarter · · Score: 2, Insightful

    Slashdotters may think that it looks bad for the President's email systems to be horribly unreliable. Compared with what was probably in those emails, this is nothing. In fact, this whole missing email thing is brilliant, and from the Pres's perspective, a job well done. The missing content gives the Pres a get-out-of-jail-free card. Not that he really needs one, since our Constitution makes kings out of our Presidents here in America, with the ability to do whatever they damn well please.

    --
    Japanese scientist: Technically, sir, tomatoes are fags. Military scientist: He means fruits.
  29. Add it to their heaping history of secrecy by Phat_Tony · · Score: 1

    If you want the context that would make it surprising if the white house did anything other than hide every aspect of what they did, take a look at the book Worse Than Watergate. Or get it on audio book and listen to it. It certainly contains some bias, but that's an unfortunate and unnecessary detriment to a text that very thoroughly documents numerous counts of unreasonable and often illegal attempts to maintain a monumental shroud of secrecy over everything this administration does.

    I found the bit about him blatantly violating Texas law by keeping all his gubernatorial records completely sealed very interesting. This was well documented and easy to find out about before he was elected in 2000, but the media barely touched it. It turns out it was a pretty good indicator of future performance.

    --
    Can anyone tell me how to set my sig on Slashdot?
  30. Why the dems? by toby · · Score: 1

    IANAAmerican, but surely this is a non-partisan issue of heedless and convenient law-breaking, not a squabble solved by fiery press releases from Democrat HQ.

    Please, USA, lock these criminals up already.

    --
    you had me at #!
    1. Re:Why the dems? by Nimey · · Score: 1

      Won't happen. The Decider has many powerful friends, and even among the Joe Lusers there are many who think he can do no wrong (except on immigration, funnily enough).

      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
  31. Re:The reason the White House won't give up the em by socz · · Score: 2, Interesting

    Maybe citizens who have some free time on their hands and the experience/clearance necessary can make an organization to do these things for free for Govt agencies. That would be pretty cool because it could be a non-partisan group who does this.

    But really, what are the odds that ANYONE in govt would want this? Too bad though.

    --
    My abilities are only limited by my imagination
  32. Email Needs Rethink by Tablizer · · Score: 2, Interesting

    And yes.. People will store gigabytes of email on an exchange server... Usually when they are emailing large videos, photoshop files, or do Desktop publishing work. Though I wonder what the Whitehouse doing to take up that much space.

    Most email systems are poorly factored information because they duplicate a message for every last reader of a given message. It would save a lot of space and traffic if a given attachment or message was stored in one and only one place rather than replicated en-mass.

    Of course, the security for centralizing items properly without being read by non-recipients complicates things, but shouldn't be a show-stopper. Also, the retainment date cutoff of the central server and individuals may be different, which makes some people want to be pack-rats if they can't trust the central system to keep stuff long enough.

    A related problem is that people often CC copy everybody and their dog to cover their butts. Thus, we get bajillion messages that don't relate to us.

    The whole idea of email needs a big rethink. It's become a jungle monster.

    1. Re:Email Needs Rethink by Blackknight · · Score: 2, Informative

      Exchange server already does this, mail is pretty much stored in a database format.

    2. Re:Email Needs Rethink by Anonymous Coward · · Score: 0, Informative

      It's a great new concept called "Single Copy Message Store" and it was done on email servers in the 80s and 90s. It's an absolute joke to implement with SQL tables. A halfway competent P programmer for P in {perl, python, php } could cobble a system like that together in a couple of days. !new

    3. Re:Email Needs Rethink by Tablizer · · Score: 2, Informative

      Exchange server already does this, mail is pretty much stored in a database format

      Only while its on the server. Most sites only allow about two month's worth, at which point the user must delete it or save it to a "personal folder".

    4. Re:Email Needs Rethink by Tablizer · · Score: 0, Offtopic

      It's a great new concept called "Single Copy Message Store" and it was done on email servers in the 80s and 90s. It's an absolute joke to implement with SQL tables. A halfway competent P programmer for P in {perl, python, php } could cobble a system like that together in a couple of days. !new

      But many file systems don't work well with large quantities of files. It either has to split them up into different folders using some kind of arbitrary hash, or squish bunches of them together. If you have one-file-per-message, it also wastes space due to blocking-size. A RDBMS allows one to just "dump" it in without worrying about many of these issues. DB's are better at managing millions of items, whereas file systems tend to choke when branches get more than about 100,000 items under them. Plus, it's easier to put meta-data on them.

    5. Re:Email Needs Rethink by Tablizer · · Score: 1

      The people who ranked the above "off topic" perhaps don't realize that we are talking about how to save *email* messages, not databases in general.

    6. Re:Email Needs Rethink by Tablizer · · Score: 1

      Yes, of course, each client would still download a copy of the message. My point was just that at least Exchange doesn't duplicate content.

      Agreed, but it encourages one to make local copies by simply drag-and-drop. Instead, it should perhaps save references to messages and attachments as the default instead of a full copy on each client. At least the attachments.

  33. I back up my IS. Without spending thousands. by xC0000005 · · Score: 1

    Not really sure what you are getting at here. And one really has to wonder what took a year for an AD/Exchange install. Or are we including waiting for 64 bit hardware to deploy W2k3/E2k7?

    --
    www.voiceofthehive.com - Beekeeping and Honeybees for those who don't.
  34. Re:So what is new? by Anonymous Coward · · Score: 0

    I'm always curious to know why people bring up irrelevant facts at times like this. I don't get it.

    Are you a moral relativist, arguing that no one can ever be expected to behave better than the previously-established worst? If so, your position leads to Zimbabwe or something like it overnight.

    Are you a political apologist, like the dishonest bastards who used to bring up the behaviour of the United States every time anyone criticised the Soviet Union?

    Or are you an idiot, who thinks that every question only has two sides, and if you're not for our answer (the Republicans, apparently) you must be for their answer (the Democrats, I guess, in this case)?

    I'm personally betting on idiot.

    Here's a clue: every interesting question has more than two sides, and other people's bad behaviour, no matter how recent and no matter how geographically nearby, is completely irrelevant applying even the most modestly objective standard to someone's current behaviour.

    And in this case there is a clear, obvious, relatively uncomplicated objective standard to apply: the good of the nation and trust in government. By that standard, the Bush administration has failed on multiple fronts, and the Whitehouse e-mail mess is objectively one of them.

  35. I am Flabbergasted by farrellj · · Score: 1

    I've been doing email admin for a couple of decades now...I started off running a Fidonet system, and have managed email servers for Fortune 500 companies. I don't use Exchange. After Opus and Maximus, all of the mail servers I have worked on were Unix. And under Unix, even with the beast that is Sendmail, it is *easy* to make a complete duplicate of all email going through a server. And as the emails are stored as text files, you are really only limited by the size of your file system's maximum file size. Archive those files monthly, and you won't see any performance degradation. Use a file system that uses compression, and run RAID 01, and you could probably go for a year, depending on the system speed, and mail volume.

    Such an archive email server could easily run in front of the exchange server, and be transparent to it.

    Is the US government so clueless? Or did they do what they did on purpose?

    ttyl
              Farrell

    --
    CAN-CON 2019 - Ottawa's only book oriented Science Fiction Convention! October 18-20, Sheraton Hotel, Ottawa, Canada h
    1. Re:I am Flabbergasted by Rick+Genter · · Score: 1

      Is the US government so clueless?


      Yes. Yes it is.
      --
      Don't underestimate the power of The Source
    2. Re:I am Flabbergasted by oceaniv · · Score: 1

      Um no... if you look at all the subset agencies they're running in good shape (what's those satellites we above). It's not a problem with technology, it's a problem with someone deliberately trying to avoid accountability.

    3. Re:I am Flabbergasted by oDDmON+oUT · · Score: 1

      "Is the US government so clueless? Or did they do what they did on purpose?"

      What do you expect from the Administration that basically gutted the Microsoft Anti-Trust case?

      This is just another MS "feature", Plausible Deniability Ultimate© v.1.0.6.6.6.

      --
      Some days it's just not worth
      chewing through my restraints.
  36. Sibel Edmunds by WindBourne · · Score: 1

    Congress has the POWER to ungag Sibel Edmunds. And yes, the majority (though not super majority) dems have the ability to do this. WHY HAVE THEY NOT?

    --
    I prefer the "u" in honour as it seems to be missing these days.
  37. Re:Strangling kittens by whitehatlurker · · Score: 1
    In the USA, it matters a whole lot who you're talking about

    In the USA, it matters a whole lot who you ARE. Office of the President kind of trumps most legal arguments.

    --
    .. paranoid crackpot leftover from the days of Amiga.
  38. Re:So what is new? by Duhavid · · Score: 1

    Clinton did it != acceptable.

    And on "teachers" wasn't Nixon's "14 missing minutes"* the template?

    *I think I am off on the number of minutes, but you get the idea...

    --
    emt 377 emt 4
  39. Re:Strangling kittens by amRadioHed · · Score: 1

    Elsewhere in the world destruction of evidence is taken as guilt. Is that not the case in the USA? If my interpretation of this is correct it would seem that destruction of evidence can be used as evidence of guilt in some circumstances.
    --
    We hope your rules and wisdom choke you / Now we are one in everlasting peace
  40. Unamerican by SideshowBob · · Score: 1

    Thinking that a president might be violating the law is treasonous? That's perhaps the most unamerican thing I've ever heard uttered.

    1. Re:Unamerican by dpilot · · Score: 1

      You misunderstand. IMHO the current government is either terribly incompetent, or horribly EVIL. Either is impeachable, the latter is treasonous. That one political part continues to defend and back such conduct rather than eject the bum for sullying their party's image is most disturbing.

      --
      The living have better things to do than to continue hating the dead.
    2. Re:Unamerican by dbIII · · Score: 1

      You are correct: that is a divine right Monarchist view. Unfortunately that is how some people see the Presidency.

  41. Single Instance Storage by DragonHawk · · Score: 2, Informative

    Most email systems are poorly factored information because they duplicate a message for every last reader of a given message. What you describe is called Single Instance Storage (SIS). Somewhat ironically -- given what the White House is apparently using -- Microsoft Exchange is one of the few email systems on the market which does this.
    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
    1. Re:Single Instance Storage by cridanb · · Score: 1

      Exchange performs SIS only a the storage group level and there maybe many of these per exchange server ( I have seen as many as 10) Exchange broke the SIS in 2003 / 2007 as they found that it didn't scale Lotus domino has a service called shared mail that is also SIS but nobody (ok very few) people us it as it doesn't scale well. In the next version of domino you will be able to SIS attachmnets on a per server basis. There has been talk of using a Content Addressable Storage device (such as EMC's Centera or IBM's DR550) behind the domino server to further SIS the attachments across many machines. there are archive systems that do use SIS very successfully but these are not dynamic mail systems

      --
      men will do for beer ,that which they would not for love or money
  42. Outlook storage by DragonHawk · · Score: 5, Informative

    What exactly is the safe load level for a PST file? There's been lots of replies to this, but I figured I'd organize a coherent and correct one.

    Outlook has PST (Personal Store) and OST (Offline Store) files. PSTs are basically just local mail folder collections. OSTs are used to maintain local replicates of Exchange server mailboxes (so you can still use your email even if you're on the road). In Outlook 2003 "Cached Mode", Outlook also uses OSTs even when connected to the Exchange server, and synchronizes to the server in the background.

    http://support.microsoft.com/kb/208480

    PST and OST files -- I'll call them "Outlook stores" -- are both built around the same file format. There are two variants. The original format, which Microsoft sometimes called "ANSI", is limited to 2 Gi byte total size, and 64 Ki items per table. The table limit affects the number of items you can have in a folder, as well as the total number of folders you can have in a PST. (Outlook stores from Outlook 97 and earlier also had a table limit of 16 Ki items, but could be auto-upgraded in place to large tables in newer Outlook versions.)

    http://support.microsoft.com/kb/197430

    These store limits affected OST and PST alike, so even if you had a nice, capable Exchange server, you could still encounter problems with Outlook store limits.

    http://support.microsoft.com/kb/288283

    With Outlook 2003, Microsoft introduced a new Outlook store format. It's sometimes called the "Unicode" format. I'm aware of no documented limits on the file format. I'm sure there are some, but Microsoft doesn't document them. Microsoft didn't document the ANSI PST limits until long after they started causing data loss, either.

    http://support.microsoft.com/kb/830336

    In versions of Outlook prior to 2002, if you exceeded the store format limits, Outlook would give no immediate indication. The file would keep getting bigger, as the software didn't have checks for the limits. But it would corrupting things, too. In short, silently loosing data.

    Eventually, the Outlook store would get so damaged it would stop working. Microsoft provided a utility to truncate the file to 2 GiB to make it work again, loosing more data in the process.

    http://support.microsoft.com/kb/296088

    In Outlook 2002, Microsoft added some code to check the limits of the store, and warn/stop if you reach them.

    http://support.microsoft.com/kb/305108

    In Outlook 2003, along with the Unicode format, Microsoft added a parameter at which it would consider a Unicode store "full", even though the format can keep going. The stock limit is 20 GiB; you can increase it with a registry tweak.

    http://support.microsoft.com/kb/832925/

    "ANSI PST" does not mean PST is a standard file format; that refers to the character sets/encodings the file uses.

    Exchange Server uses an entirely different on-disk storage format, called EDB. There are technical limits, but they're insanely huge (16 TiB per store, 5 stores per database group). Exchange starts to run out of hardware resources (memory, mainly) long before you hit the file size limits. There are license-based size limits in some versions/editions of Exchange. 16 GiB in 2000 Standard, and 75 GiB in 2000 Standard SP2.
    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
    1. Re:Outlook storage by Wolvie+MkM · · Score: 1

      Just a quick note about your comment on pre-2002 versions of Office. Office 2000 will notify you when you are trying to pass the 2GB limit IF you have patched it to SP3 level. We found that one out the hard way on several clients in the past...

      --
      I Like Pie...
    2. Re:Outlook storage by Matje · · Score: 1

      thank you that was wildly informative

  43. Re:Mission Critical Email - why I won't use MS Pro by kilodelta · · Score: 1

    Actually we implemented an Rsnapshot server to run every 15 minutes and we kept 8 hours of backups. The nice thing was Rsnapshot did incremental very well.

    As to the AD/Exchange conversion, I was still there when all the gear and software rolled in. It all came in during April 2007. I was talking to the other systems guy and asked what his gut estimate was for lights-on. He figured January 2008, here we are in March and it still isn't up. That's because they laid me off and the other systems guy all of a sudden got stupid on them. It's too funny.

  44. Re:Mission Critical Email - why I won't use MS Pro by nacturation · · Score: 1

    Actually we implemented an Rsnapshot server to run every 15 minutes and we kept 8 hours of backups. The nice thing was Rsnapshot did incremental very well. Sounds nice, but as the AC replied, that won't cover deletions within that window of time. It's probably also not legal in terms of SOX/HIPA compliance either. Of course, that probably doesn't apply to your company but there are many solutions out there which keep a record of absolutely everything.

    As to the AD/Exchange conversion, I was still there when all the gear and software rolled in. It all came in during April 2007. I was talking to the other systems guy and asked what his gut estimate was for lights-on. He figured January 2008, here we are in March and it still isn't up. That's because they laid me off and the other systems guy all of a sudden got stupid on them. It's too funny. Yeah, it does sound like the systems guy got all stupid. Unless you work for GM and you're doing a really huge deployment for hundreds of thousands of people with some complex integration pieces, it's really not all that complex.
    --
    Want to improve your Karma? Instead of "Post Anonymously", try the "Post Humously" option.
  45. Re:Mission Critical Email - why I won't use MS Pro by rainer_d · · Score: 1

    > The only way to be sure about archiving email is to copy all messages immediately on the server-side. Incidentally, it's easy to do that with
    > Exchange (and most other enterprise email systems).

    Qmail: compile qmail with QEXTRA set and use the qmail-tap patch from init7.

    Or postfix+always-bcc.
    But you still need some kind of archiving solution anyway...

    --
    Windows 2000 - from the guys who brought us edlin
  46. On Exchange and Outlook by DragonHawk · · Score: 1

    And what is the default client to access Exchange? No competent Exchange admin uses PST files for anything. In the Exchange admin community, the shorthand explanation is "PST=BAD". Read about it, if you're so inclined.

    I suppose you could cite incompetent admins, but an incompetent admin will always lead to data loss, sooner or later.

    Microsoft deserves blame for the lack of limit checking in the PST code in Outlook, and the data loss which follows, but that is a problem which only affects stand-alone Outlook installations, not well-run Exchange systems.

    it is not because it is a superior mail server. Exchange actually has some selling points when coupled with Outlook. I don't think I'd call it worth the costs in the big picture -- you can get much of the same 20% that people want using more lightweight, easier to manage, Free and free software. But Exchange does have some unique features. It's a resource hog, and touchy if mis-handled, but it's not entirely without merit.
    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
    1. Re:On Exchange and Outlook by mvdwege · · Score: 1

      Not the point. The mail is in .pst format on the clients, and the reason it is in .pst is because the clients are Outlook. And the reason the clients are Outlook, is because they deployed Exchange. Because, as you said, and as I implied, the only value Exchange has is when it is deployed together with Outlook.

      Indeed, we need a "Missing the point" moderation.

      Mart
      --
      "I know I will be modded down for this": where's the option '-1, Asking for it'?
  47. And Mrs. Clinton's files? Not the ones she stole by Iowan41 · · Score: 1

    from the FBI to blackmail politicians, but her own files that all other candidates disclose?

  48. Why PST?? by Trevin · · Score: 1

    ... the bulk of the White House email records are now stored in bundles of rotting PST files...

    Why in the world are they using client-side PST files as mail archives in the first place? That's no proper place for record preservation. Personal email storage should only contain messages that are current and relevant to the user who they belong to.

    The right way to archive email messages is on the server side. At my company, our MS Exchange server uses a mail archiver which automatically stores all incoming and outgoing messages as they pass through. So even if I delete a message from my mailbox (I use Evolution + IMAP), it's still available in the archive.

    We also have a web-based archive search tool. Granted, it's slow as molasses and sometimes doesn't come back from an archive search at all, but the point is the deleted email messages are still there. I think...

  49. Microsoft database engines by DragonHawk · · Score: 1

    Microsoft has three major database engines.

    One is ESE, Extensible Storage Engine, also called "Jet Blue". I think this was invented for Exchange. ESE is also used for Active Directory, Windows Desktop Search, and various other systemy things (like the DNS and WINS databases). ESE databases typically use an .EDB extension and have transaction logs in separate .LOG files.

    The second engine is Jet Red. This is the one used by MS Access, and typically had an .MDB extension. Jet Had has been around forever, in Access and in MDAC (the embedded database technology that's part of Windows and/or Visual Studio, depending on who you asked and what year it was).

    The third engine is the one used by MS SQL. It uses an .MDF file extension. Microsoft bought it from Sybase, along with the rest of what became MS SQL Server.

    There was supposedly an effort inside Microsoft to adopt the MS-SQL engine as the storage backend for Exchange, but they found it didn't work very well for that. (Same situation as with MySQL and it's various database engines: One size does not fit all.)

    The Microsoft party line is that eventually, Jet Red will go away, to be replaced by the MS-SQL engine. So eventually MS Access will end up using the MS-SQL engine. This may be here in Access 2007; I haven't been keeping track.

    "Jet" may be an acronym for "Joint Engine Technology", or that may be a backroynm, and the word "Jet" was just used because it sounds cool.

    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
    1. Re:Microsoft database engines by Nefarious+Wheel · · Score: 1
      That does help bring it into focus, thanks. Thanks also to the peeps who wrote those lovely Wikipedia articles, too -- scholarly and in-depth stuff.

      I was thinking of SQL Server primarily because of speed and reliability, but your comment "one size does not fit all" made me think about all that referential overhead of SQL Server vs. the rather flat structures of X.500 that Exchange used for meta. Think I'll go along with you there, too.

      Wow I'm being agreeable today. Don't get used to it.

      --
      Do not mock my vision of impractical footwear
  50. Geek Obfuscation by ibsteve2u · · Score: 0

    I've been involved in things technical since 1974, and it shames me to be forced to acknowledge that people in my field - that strange digital world where "True or False" is a fundamental fact of life - are participating in obfuscating a basic fact:

    This Administration is crooked, and there are enough equally corrupt Republicans in the House and Senate to shield them from the consequences that their criminality merits.

    All technical details are moot.

    --
    Orwell: "In a Time of Universal Deceit, telling the Truth is a Revolutionary Act"
  51. what the Whitehouse doing by Anomalyst · · Score: 1

    Though I wonder what the Whitehouse doing to take up that much space.
    Signing statements http://en.wikipedia.org/wiki/Signing_statement
    --
    There is no right to feel safe thru security vaudeville at the expense of everyone's freedom, privacy and tax money.
  52. Re:Mission Critical Email - why I won't use MS Pro by dbIII · · Score: 1
    And you back up every incoming email at the time it comes in?

    Utterly trivial on any non-MS system from even before MS Exchange existed so long as you have two computers. Alias it to somewhere else as well - in the most simple case call it archive@backup if you like and copy that to other media at whatever interval you wish. Extra licencing costs and weird file formats are the only impediment to doing that on MS systems as well. On recent versions of MS Exchange backups are possible without a great deal of pain (backups good enough for bare metal recovery used to only be possible by stopping most Exchange services for the duration of the tape run).

  53. Exchange versions and SIS by DragonHawk · · Score: 1

    Exchange 2000 and 2003 are pretty similar, and SIS works the same in both. In Exchange 2007, from what I've read, newly-created Information Stores only do SIS on attachments, not message bodies. So if I send a 20 KB message with a 100 MB attachment to five people, it uses 20 KB * 5 = 100 KB + 100 MB, or 100.1 MB. Still a worthwhile gain, in my book, although I think Microsoft's decision to just drop SIS support for bodies is typical of their arrogance.

    I don't know about about Louts Notes, but given that it's the "other big player" in the commercial email market, I was thinking it would do SIS, too. From what you say, I guess that's not cut-and-dry in Notes land, either. :)

    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.
  54. With ROT13... by EmbeddedJanitor · · Score: 1

    for all the sensitive stuff.

    --
    Engineering is the art of compromise.
  55. The reason the rest of the world cares... by EmbeddedJanitor · · Score: 1
    These are the bastards with their trigger fingers hovering over the greatest fire power in the world. Not only have they proven that they're vicious and uncaring, but they have also proven that they are not capable of handling this power. Putting nukes in GW's hands is like handing a kid on crack a running chainsaw.

    The USA's vast reserves of goodwill, built up over the 20th century, has largely been eroded over GW's rule. Sure we might have laughed at Clinton and his blowjobs, but GW's illogical, immoral and illegal activity makes us very worried. At least GW's leaving, but his replacement better be a lot better and needs to send some very reassuring messages - not just to Americans but to the rest of the world too.

    --
    Engineering is the art of compromise.
  56. PST corruption isn't always about size by DragonHawk · · Score: 1

    We hit a clusterfuck a couple weeks ago; one of the PST I use got over 10gig. Just because a PST ate itself doesn't mean you exceeded a particular size limit. Outlook stores are not the most stable things even at the best of times. PST corruption happens. That's one of the reasons PST=BAD. And large PSTs are more likely to get corrupted, just because more data means more opportunity for something to go bang.
    --

    dragonhawk@iname.microsoft.com
    I do not like Microsoft. Remove them from my email address.