Slashdot Mirror


E-Mail Size Limits?

Technoman asks: "I work for a company that for the past four years has restricted individual e-mail messages to 5 meg each. We now have users suggesting that this limit is to small and hinders them in performing their job. I would like to know how others are using size limits, and if not how they deal with large e-mails." As human communication over the net becomes more and more complex, the "acceptable size" of an email message will increase. 10 years ago, if you got an email over 10k, something was seriously amiss; but these days, that is just a flash in the pan. Many people rely on email, not FTP to transfer files, and things like a few family portraits can easily exceed several megs in size, so drawing the line for all users may not be as easy as you think, depending on your users and your network. Put simply, if you were the administrator of an e-mail server, what would you set the maximum size of an incoming email message to be, and what would be the reasoning behind said limit?

33 of 246 comments (clear)

  1. Email size by dpoulson · · Score: 5, Interesting

    Our company restricts emails to 2meg, and we rarely have any problems with that. On the few occasions that a large email needs to be sent, the IT department will temporarily raise the quota. Personally I hate receiving emails over 1 meg in size!

    --
    http://www.22balmoralroad.net/ http://www.tinynetworks.co.uk/
  2. Sounds pretty good by Tolchz · · Score: 5, Interesting

    Five meg sounds like a pretty good limit to me. In fact it may be a little high. There are still many people on dialup to whom 5 meg is a 35 or so minute download.

    My own personal opinion is that if a message is over one meg I put it up on an web site and place the url in the message. If its over 100 megs then I'll choose some format that is easily resumable (DCC, FTP, etc.) .

    If people get in the habit of sending massive emails you will start to get mysterious complaints about mail getting rejected. After finally getting your users to give you the returned mail message you'll discover that not all mail servers even accept large mail. Some will reject it as being too big.

    1. Re:Sounds pretty good by crath · · Score: 5, Interesting

      Our Corporate email system limits email size to 2 meg. The IT department also provides an officially supported FTP/SAMBA server, with Internet facing and Intranet facing access. Got a big document? Send an email with a link to the document on the FTP/SAMBA server. If the receiver needs to save a copy of the document, they copy it off the server. If a copy isn't permanently needed, it will be automatically be purged from the FTP server (depending upon what directory you've dropped the file into: 1-day drop box, 5-day drop box, 30-day drop box, etc.).

    2. Re:Sounds pretty good by markwelch · · Score: 5, Insightful
      The problem with saying "put larger files on a web site or ftp site" is that most people can't figure out how to do that properly, or if they do it, they make the file visible to ANYONE (including search engines) so that confidential data might be lost.

      Do you offer "less-skilled" employees an easy tool to upload large files to a web site and assign an individual password for that file (perhaps even with a form to indicate the email address to send the file info to)?

      --
      -- http://www.MarkWelch.com/ Pleasanton California
    3. Re:Sounds pretty good by swillden · · Score: 5, Funny

      The problem with saying "put larger files on a web site or ftp site" is that most people can't figure out how to do that properly, or if they do it, they make the file visible to ANYONE (including search engines) so that confidential data might be lost.

      Right! Luckily, e-mail is highly secure.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
    4. Re:Sounds pretty good by walt-sjc · · Score: 3, Interesting

      This is a bogus argument. There are MANY ftp clients that are just drag and drop. Totally simple to use. The corporate intra / extranet can just be a fileshare.

      Don't forget the concept of "training" and online help.

      Even the most clueless can handle this concept.

      There are MANY methods to prevent search engines from indexing
      drop boxes including password access to the dropbox directory / ssl, etc. Again, a bogus argument. Search the net for more info.

    5. Re:Sounds pretty good by Blkdeath · · Score: 5, Interesting
      Putting a large file on an ftp site that is password protected and sending an email with a url containing the password and username already is just as secure as sending an email.
      Of course, you could have a pre-determined location with a previously known username and/or password, else you could tell them something like "The password is the name of your childhood dog of fifteen years." - something that wouldn't be easily known, and would presumably take someone long enough to figure out that the file would already be retreived and deleted.
      The added benefit is, you've also then got logs to see if the file has been accessed, which you can't guarantee with email.
      That is true, mostly. With e-mail return receipts and MTA "Send Failure" logs are all configurable by the manager of the particular client/servers, wheras FTP logs tend to be a bit more reliable. (Note: I said "tend to be". ;) )

      I'd also like to note that Microsoft is planning to possibly remove access to attachments in Outlook altogether, quite probably due to all the bad press about their piss-poor handling of insecure (or "Level 1") attachments.

      So what we have is not only a problem where many mail servers will continue to refuse messages greater than 5MB in size, we also have issues with many e-mail providers (HotMail, Yahoo, Softhome, etc.) restricting people to 5MB TOTAL mailbox size, with dial-up users cursing you out for sending them a 45 minute download (they COULD use something that previews the messages on the server and prune the big ones before downloading, but hey ... ), and with umpteen tens of thousands of viruses/worms/trojans that are perpetually mis-handled by retarded mail clients, and more and more companies, ISPs, etc. either virus scanning, removing potentially harmful, or flat-out removing access to all attachments on incoming and/or outgoing mail (for virus and security / confidentiality reasons).

      It's very rare that I send an attachment that can't be embedded in the e-mail itself (a .DOC file that could be copy/pasted) or linked to from a webserver (even GeoCities or something would be easy enough - that's point and shoot, and many free web hosting companies virus scan uploads for you anyways).

      --
      BD Phone Home!

      Shameless plug. Like you weren't expecting it.

  3. Size limits ARE needed by shdragon · · Score: 5, Interesting

    At the company I presently work for, almost EVERY email has an attachment (an excel spreadsheet and a word document). On occassion, those too lazy to type have sent in their scanned TIFF files. I recieved a 48 page TIFF file the other day that 140MB. I deleted it without opening it and told them to re-send in a smaller format. However, everyone else in my office is completely oblivious to the fact of the size of an email and replication. a 10MB attachment sent to 200 people occupies a lot of space REALLY quick. Especially since by default Save sent items and forwards contain the attachments. Everyone else in my office chalks up large attachments to "Outlook being broke" and asks me to come fix it. I then explain to them that they're trying to d/l a large file and just wait (stupid 2B channel ISDN). I recently convinced the Home Office that a size limit of 5MB was needed and exceptions could be made as needed. So far, nobody has needed one. :)

    A little education goes a long way. People need to be taught some of what goes on in order to understand why doing XYZ is a bad idea.

    --
    "...we dont care about the economics; we just want to be able to hack great stuff."
    1. Re:Size limits ARE needed by LWolenczak · · Score: 3, Interesting

      Sounds like an office of the United Way I have worked with.... We had them on a 2B Channel ISDN line after bluestar went out of business, and 95% of the traffic was email, and some russian chick who demanded she be able to listen to russian radio online. They were running exchange though. Even being a linux advocate, until somebody writes a good email storage/access system such as exchange, ms will still have an edge in the market.

      In exchange, if one person sends everybody in the company on the exchange server a 20 meg email, the usage of the store is only 20 megs. The feature of being able to access the same account at the same time w/o locks and use the different connections (outlook, imap via moz, webmail) to maniuplate the mailbox at the same time is VERY sweet.

    2. Re:Size limits ARE needed by Otter · · Score: 3, Funny
      However, everyone else in my office is completely oblivious to the fact of the size of an email and replication. a 10MB attachment sent to 200 people occupies a lot of space REALLY quick.

      A couple of years ago, email in my wife's department ground to a halt when a departing administrator sent out this (paraphrased) message:

      After three happy years here, I'm leaving to start my own network consulting practice. I'm feeling a lot of different emotions right now. Here's a song that really captures my feelings.

      And he attaches a 7 meg MP3 and sends the message to 300 people....

    3. Re:Size limits ARE needed by FattMattP · · Score: 3, Interesting
      a 10MB attachment sent to 200 people occupies a lot of space REALLY quick.
      With MS exchange server, only one copy of the message would be kept and each user would be accessing that message. I wish unix MTAs worked this way.
      --
      Prevent email address forgery. Publish SPF records for y
    4. Re:Size limits ARE needed by xrayspx · · Score: 3, Informative
      However, everyone else in my office is completely oblivious to the fact of the size of an email and replication. a 10MB attachment sent to 200 people occupies a lot of space REALLY quick.

      In most sane email servers, a 10MB attachment sent to 200 people would take up ... 10MB plus pointers. What are you using?

  4. Education instead of cushioning. by arcade · · Score: 4, Insightful

    Okay, I'm sure I'll sound like a elitist prick to some people, but I really don't care. What you should do, is to _educate_ people in what the Internet consists of, and what medium you should do to do what.

    Explain to people that sending large emails really isn't very nice, that you'll most likely increase the overhead due to the way the files are encoded, and so forth.

    Explain to people, the difference between ftp, smtp, http, pop3, nntp, imap and so forth. If you're daring, even explain them how to use telnet. Don't go into the very _details_ of the protocols unless they ask, of course. Just explain how things should be done.

    If people use instant messenging, explain the difference between IM, ICQ, IRC, and whatever they want to use.

    Explain things instead of just choosing the easy way out and adapting to them - except if their way really _is_ better.

    That's my opinion. Now flame me for beeing an elitist bastard.

    --
    "Rune Kristian Viken" - http://www.nwo.no - arca
    1. Re:Education instead of cushioning. by Saint+Aardvark · · Score: 3, Interesting
      Been looking for a place to throw in my $0.02 Cdn, so here I go.

      I work for a small ISP (mostly dialup, a few ADSL). Incoming limit for email is, I believe, 8MB, which I think works out to 5MB for a binary file when encoded. (Feel free to correct me, people.) We have more than a few business customers on dialup, and every now and then we'll get a secretary calling up asking why the quarterly report got rejected by our mail server. The answer, of course, is that it's a 10MB Excel spreadsheet, it's too big, and our mail server refused it.

      Email Is Not How You Transfer Large Files, Especially Over Dialup: It takes forever, people use crappy modems (I *hate* hearing the words "ess emm fifty-six") that get disconnected in the middle of a download, and there's no way for them to start where they left off. *Plus*, inna meantime their other email, which is inevitably of the highest importance, is sitting behind said quarterly report, and they can't get at it.

      FTP or HTTP, by contrast, combined w/a download manager of some description, would be great. (I was going to moan about how I'd love a Windows version of the insanely great wget, but hey! turns out there is one...sweet!) It would be The Right Thing, it wouldn't hold up their email, and you'd be able to resume if you were disconnected.

      I agree that teaching the user is also The Right Thing, and I try to do so when I can. But -- I'm thinking about one customer in particular; I haven't had to talk to her in a while, but she's a good example -- how do I explain this to someone who just wants the frigging report, and to whom it's obvious that her ISP is only standing in her way, and is pissed off as a result?

      Part of the problem, I'll admit, is that we don't have a ready alternative right now to hand her: we don't offer FTP space at the moment for our users. I'd love it if we had the intranet-/internet-facing FTP + Samba space mentioned in a post above, but that's not going to happen anytime soon. (Though now that I think of it, it would be easy to set up some space and just tell people about it when they need it; give them access for, say, 24 hours, then kill the account. Hm...)

      I'm asking for help on this, not throwing up my hands and giving up. I've figured out the Right (quickest) way to talk people through setting up a dialup connection, or changing their modem settings, or getting the information from them I need to figure out what's wrong. But I haven't been able to figure out how to explain Email + Multi-Megabyte Attachments + Dialup == Bad yet. How do you guys do it?

    2. Re:Education instead of cushioning. by Twylite · · Score: 3, Insightful

      You have the misconception that email is for small transfers, while FTP/HTTP is for large transfers. That is like saying that post is for small letters and shopping malls are for parcels.

      The fact is, these protocols fulfil distinctly different roles; they don't just cater for different sizes. Email is for unidirectional interpersonal communication, period. IM (ICQ, AIM, IRC) is for one-on-one or group bidirectional interpersonal communication. FTP is for distribution and receipt of arbitrary data of a non-personal nature. HTTP is primarily intended for distribution of data in a content-sensitive fashion.

      FTP is a lousy way to send a spreadsheet to someone. First I have to put it on an FTP site, set the permissions to allow access to the correct people (only), and then mail them with the address/path/document name and login/password. I can't do this unless I have a FTP server which I can configure AND is only 24/7 (i.e. not possible from a normal dial-up account).

      SMTP is, in fact, meant to assist in dealing with transfers of this nature. I send the mail to my ISP's SMTP server, a transfer which can proceed at the full bandwidth of my dial-up line. That SMTP server transfers the data to the recipient's SMTP server as load and bandwidth allows. The recipient can then download the information, again at his/her full bandwidth. As opposed to a bandwidth constrained intercontinental transfer of a 10Mb file at 1k/sec. Which is a bitch.

      The real problem here is not the users, but the infrastructure. Quite simply we need a parcel service to augment the postal service, which can't handle large parcels really well. In Internet terms that means some facility to add connection retraining / resume between clients and servers, and between servers and servers, in the SMTP network. It would also be beneficial to allocate a "small" and "large" mailbox to every user (and parcels cause a collection note in the small mail box).

      --
      i-name =twylite [http://public.xdi.org/=twylite], see idcommons.net
  5. education is the only way by synq · · Score: 5, Insightful

    A little education goes a long way.

    To my opinion education is the only way your users will know what to do.

    Putting a size limit on your e-mail server doesn't learn them anything exept that their e-mail administrator is a complete *ss (in their view).

    E-mail size limits only help if you explain to your uses why they shouldn't send files by e-mail if there is another way and, how they should share documents. For example by providing a common storage place by http or ftp somewhere. These sharing tools however have to be just as simple as sending e-mail for people to use them.

    --
    sig not found
    1. Re:education is the only way by Bastian · · Score: 3, Interesting

      So true.

      At my work, nobody explained to the users why they shouldn't send large e-mails, and a limit wasn't set. Of course, there was they day when a chain letter involving a fairly large image file showed up, and everybody sent it to everybody else. The amount of space the individual copies of this chain letter took up on our server's hard drive grew exponentially until the partition the mail was stored on filled up, and mail services shut down because there was no room to fit incoming mail.

      Explain to users this danger and show them some method of breaking files up or transferring them in other ways. In my experience, you have to either by extremely prodigious or extremely unprofessional to create a standard office document that exceeds 5meg.

  6. Software Delivery by Kiaser+Zohsay · · Score: 5, Interesting

    My organization delivers software installers and updates to users primarily via web downloads. And pretty regularly, there is someone who can't get to the download area of the web site for whatever reason (web proxy is down, don't have/dog ate the password, the regular guy isn't here today) who wants us to "just email" him the files. Our main install is just a tad over 5 MB, which straddles the line for some people. Also, there is the occaisional need to get a particular file to an individual user, and email is the prefered method in this case.

    Lately, the biggest obstacle is not file size, but attachment filters. Almost nobody can recieve an .EXE file directly (which all of our installers are), and our own incoming filter will delete .EXE files from *inside* a zip file! To send me an .EXE, you have to not only zip it, but password the zip file!

    Thank you, MS Outlook, for these innovations in the use of email.

    --
    I am not your blowing wind, I am the lightning.
  7. Don't use EMAIL for files. by Guspaz · · Score: 4, Informative

    I have to agree with previous posts. Email is not a file transfer protocol, it's a mail protocol. It's designed for text. If you want to send files, use a protocol that was designed for it like FTP, HTTP, or DCC file transfer.

    If your company is smart they use an instant messenger. If not, I suggest you use one. Using an instant messenger users can send files between each other without going through servers.

    1. Re:Don't use EMAIL for files. by Guspaz · · Score: 3, Informative

      None of this applies, we're talking corporate instant messengers here, where you run a local IM server, not using the free consumer messengers.

  8. Size Limits Depend on Industry, Tasks, and Purpose by markwelch · · Score: 3, Insightful
    I most frequently encounter complaints about INDIVIDUAL email size limits (such as the 5MB limit for @home email) is when transferring large spreadsheet files, including things like:
    • Inventory information
    • Competitive Analyses
    • Employee Phone Directory
    • Customer Lists
    • Financial Data (budgets)
    One problem, of course, is that many companies want to actually PREVENT easy transfer of some of this data (for example, worried that employees may email confidential data to themselves at home, to use when going to work for another competitor).

    It is actually pretty rare that regular documents, including source code, exceed a limit like 5MB. However, when documents are created with one tool and saved with another (for example, when a web page containing a table is edited using Microsoft Word), the file size quickly bloats.

    My experience has always been that a 5MB limit will need to be "worked around" several times per month by certain employees. For some things, this is easy: instead of sending a single ZIP file containing 20 huge images, break it into 5 files containing 4 each, or send each one individually. If perfect quality isn't an issue (e.g. vacation or baby pictures), run the images through a JPEG reducer.

    I actually don't recall EVER sending a file larger than 10MB, and usually I encounter problems with files that are 3-5MB before encoding. I have to consider two issues for larger data transfers: my own bandwidth and the recipient's bandwidth (if the mail would be routed through a non-ISP company mailserver, they might also have bandwidth issues). When sending large batches of images or mega-spreadsheets, it usually makes more sense to send a CD-ROM. (And using CD-ROM also helps because it's harder for most folks to delete or lose than an email attachment.)

    Note that all this discussion is about individual email size limits, not mail account limits or quotas. That's a whole other issue. Usually when folks encounter the mailbox quota, it's because their email client is not configured to delete email after downloading it to a PC (a practice that can make sense if you read email from multiple locations, but the art is then setting the right delay before deleting).

    I suspect the real issue here is that casual and unnecessary transfer of large files can quickly tie up bandwidth -- especially for branch offices sharing a 128K DSL line, or emails that are sent to 20 or more different recipients. (Recall the Dancing Baby, and this week the various Halloween flashies.)

    --
    -- http://www.MarkWelch.com/ Pleasanton California
  9. Personally very sick of the e-mail size snobs by Chris+Canfield · · Score: 3, Insightful

    It is very easy for those of us who own / run servers to say "Just put it on a FTP server." It is a lot harder to explain to the average user how to run a server, what servers they have access to (most people don't), what FTP programs are available, and how to explain to their recipients how to download the file.

    In short, it is quite the pain in the ass for a 30% file size savings.

    Short of an efficient method for transferring files directly between computers (which could be a major security issue when a connection can be initiated while the other person is away from the computer), the file has to reside somewhere to be transferred. If it sits on your FTP server, it takes up 10 megs. If it sits on your e-mail server, it takes up 13 megs. Either way, I'm not particularly impressed. Those with dial-up connections shouldn't be downloading those files, but a halfway decent connection shouldn't have a major problem.

    Yes, many clients don't like downloads above a certain size. This is a shortcoming of the clients that should be overcome by their programmers, not by a rejection of those mails system wide.

    Really, the hassle of putting files / documents up on an FTP server to the average user is quite, quite large compared to the simplicity of clicking the "Attach" button. Perhaps this can lead to abuses, with forwards and mails going to 20 people. These abuses should be met with auto-responding messages encouraging them to watch company resources, rather than outright rejection.

    Sometimes you just need to send a 20 meg file. Who is this network working for again?

    -Chris

    --
    This Sig is a mnemonic device designed to allow you to recognize this author in the future.
  10. remove size limitations by jilles · · Score: 3, Insightful

    If your infrastructure can't handle the occasional 40MB mail, fix it. Disk space is dirt cheap, so is network infrastructure. If you use imap (which is a pretty good idea), modem users do not have to download larger messages. If your mailserver is clever enough to not replicate attachments for each addressee, performance will be acceptable.

    Users will just get annoyed if they can't send their powerpoint docs to other users. Most employees cost more per day then they'll use in storage space per year so don't impose restrictions with respect to file storage. 5MB is nothing today.

    --

    Jilles
  11. Limits by NetJunkie · · Score: 3, Interesting

    We have about 180 users and our standard Exchange mailbox size limit is 90MB (soft) and 100MB (hard). Some higher ups get double that, and some really high ups and people that have jobs where they need to keep a lot of old email have none.

    I couldn't imagine a 5MB limit. That's fine in a world of text only email, but not today. Too many Word/Excel/Project docs floating around. I do not limit mail attachment sizes because it has not been abused, yet.

    1. Re:Limits by walt-sjc · · Score: 3, Informative

      It's genenerally not a 5M limit on mail BOXES, but individual messages.

      With modern mail stores, mail box limits of 100M / user is fairly realistic, although you can KILL your mail server if you use POP with frequent checks and "leave mail on the server" options.

      5M is a resonable max to expect someone to get over a modem, although that's pretty bad too.

  12. Just Say No by jhealy1024 · · Score: 4, Insightful

    Call me old-fashioned, but I consider 5MB to be plenty for a single e-mail message size. While there are good exceptions to this rule, I'll list the arguments in favor of a "small" max message size:

    • Quotas. If you have a quota on mailbox/home dir size, you're just asking for trouble by allowing huge attachments.
    • Over-reliance on e-mail. Even if you allow large attachments, it doesn't mean everyone else will. My last company allowed 50MB attachments. While we could (and did) get just about everything, the sales team assumed it was OK to fire off 24MB bloated word docs to customers, whose mail servers would promptly reject them. Usually, this happened at some Very Important(tm) time, so trying to explain the finer points of e-mail attachments wasn't a good idea.
    • Over-reliance on dumb file formats. Word attachments (especially with pictures) rapidly bloat past the 8MB mark. Consider a different format for exchanging docs, like PDF. It still looks right, and it's much smaller. My 100+ page thesis, with pictures, is ~2MB in PDF. 5MB is a lot more room than people think it is.
    • If you're sending a lot of pictures, you really should put them up on a web page; that's what the web is for. If you must send them over e-mail, just split them up into chunks and fire them off that way.

    Again, some of these points means that you need to make a public webserver available for users to post things on. I would recommend a CGI that posts content and returns a key to that content (MD5 hash, perhaps). Only with the key can the user get the content. That way, your staff can upload anything of any size, and then e-mail the MD5 key to other people to let them download it. Reasonable security and relative ease. You could even have users include an expiration date so you can auto-delete stale uploads.

  13. DO use email for files by ka9dgx · · Score: 3, Interesting
    Email is a communications method, it's fairly reliable, and all the users know how to use it to get things to an associate. Just because it might be 30% more efficient to use FTP or some other protocol is not sufficient to force them into learning how to do it. Keep the amount they have to learn down, and let them keep more about their jobs in their brains instead. With the work we do, 100 Megabyte emails aren't uncalled for, even through our 384k SDSL.

    I always set up the "size" field, in real numbers (do you really expect a user to know what 10MB is?) so that they eventually learn about email size.

    I have no quotas on email, except for the fact that we only have 2,678,837,248 bytes free on our server at this point in time.

    --Mike--
    Computers - Tools to let people get their jobs done.

  14. Re:Who are the users? by Blkdeath · · Score: 3, Interesting
    If you are an ISP, the users are your customers, and they are right (as customers always should be).
    Here we come down to a catch-22 situation. Customers want to be able to a) send as much e-mail as they desire without size limits, b) send said e-mail to as many people as they desire, and c) store all these neat-o e-mails in their folders (in their server home directory, or perhaps in IMAP folders, in their Exchange inbox, etc.) but! BUT! They don't want to spend a couple thousand dollars on a RAID array sufficient to store said e-mail.

    When you explain to some of these poeple that hey, you just can't put 200GB on a 120GB disk along with your operating environment and other company file storage, they blink.

    Customers are not always right - customers in many cases need to be educated so that they may understand how "this e-mail stuff" works.

    --
    BD Phone Home!

    Shameless plug. Like you weren't expecting it.

  15. email is the new UPS or Fedex by gruntvald · · Score: 4, Insightful

    I work in construction. Email is essential to transfer in a way the users already know how to use files, drawings, and other documents. Disk is cheap. Bandwidth is a utility cost. ftp has lost the widespread adoption battle because it's got some security issues, and frankly it's a technology that just gets in the way. The function of IT is to provide a service that people need. If you want to impose limits on what users can do, expect to be replaced sometime by a sysadmin that doesn't have those urges.

  16. I am by MarkusQ · · Score: 4, Interesting

    ...if you were the administrator of an e-mail server, what would you set the maximum size of an incoming email message to be, and what would be the reasoning behind said limit?

    I am the administrator of an e-mail server. Our limit is 5Mb. I found that to be a reasonable elbow in the curve between most of our trafic by message count (e.g. Things like "I'm running late...could you hold off processing xxxx for me?" and "No.") and the majority by size (e.g. "Here's a copy of that set of porn CDs I stole"). It only affects legitimate bussiness trafic about once a year (we don't use MS Office, etc.) and it cuts our total storage volume by about 80%.

    -- MarkusQ

  17. Replacing FedEx with email saves us $300k+/year by fooguy · · Score: 5, Informative

    It's nice for all of us as geeks to say "make the users use FTP" (though frankly, I'd prefer scp or nothing), but it isn't practical.

    I work in a not-for-profit that publishes a weekly journal, so we are both "an academic environment" (we operate somewhat like a unversity), and a good-size for-profit company. To that end, the requirements of our user community are very different.

    We used to traffic a lot of paper and film via FedEx and couriers, and moving all that processing to electronic mediums saves us over $300k/year. I should know, I had a big hand in implementing our digital workflow (why do you think they bought me an Aibo?). Our technology spending isn't any more than it was when everything was paper based, but our saving have been huge.

    We use Groupwise for corporate email, and the post offices live on a SAN virtual disk. Our SAN has over 2TB in storage, Netware lets you concat volume segments dynamically, and Groupwise only stores a message once in the database and passes pointers to each internal recipient. So storing large attachments is very efficient, and enlarging the post offices is trivial. Our SAN is only 33% populated, and smaller drives (75GB) can be replaced on the fly with larger drives (180GB) and the array will resize and rebuild itself hot.

    So we have no inbound or outbound attachment limit, though we do keep an eye on things to make sure people don't go nuts. We just upgraded our servers last weekend after 2 1/2 years in service, despite our post offices growing by a factor of 10. Having administered Exchange, Notes, and Groupwise, I think we've got the best of the three groupware packages, and our users are happy enough (they would be happy, but who is every happy at the phone company because they have a dial tone?)

    In three years, we did turn up our bandwidth from (2) T-1s to a 6mbt fractional DS-3, but email only accounts for a small portion of that traffic (we host half a dozen more websites than we used to).

    The largest attachment I ever emailed was probably 100MB, and I honestly find 5MB limits to be draconian. We have an FTP drop, but our vendors won't use it. Last month, I had to email a vendor a dat tape with 13MB of data because they have a 5MB attachment limit. Sick.

    --
    "All I ever wanted was to see Larry Wall give Bill Gates a Perl necklace."
    http://www.eisenschmidt.org/jweisen
  18. So many arguments, so little grasp by gruntvald · · Score: 5, Insightful
    This thread has so many arguments against attachments, but I don't understand why.
    • email wasn't designed for files So why was UUENCODE and UUDECODE, then later MIME created? It wasn't invented by Microsoft for use in Outlook!
    • It's too much disk usage, it'll bring your mail server down So size your mail server according to your projected users needs. You did do a needs analysis before submitting your budget, didn't you?
    • It hurts people on dial up Why would you treat every user the same? Remember the needs analysis you did?
    • Too much bandwidth usage! if you can't afford it, put limits
    • use ftp instead do you really think the sales managers and Project managers want to get You to set up an account for every person they deal with who needs to send them documents? No matter when they need them?
    • ftp is secure over ssh so you're going to produce documentation for each user on how to use this new software they have to download? "I need to send you a 2Mb file!" "No can do, let me contact our sysadmin on monday so he can set up an account and tell you what software to download to accomplish this". Please.
    • no compromise can be reached! plenty of folks here set 650Mb attachment limits. Know how they can do that? They know their systems, and did capacity planning, they've come up with limits they can handle that work for the users. Often they have different limits for different users
    email attachments are here to stay, they replace physical media, and get us closer to the paperless office. The inventors of MIME didn't consider it a gross abuse of the medium, why should you?
  19. yEnc: The Answer by Istealmymusic · · Score: 3, Interesting
    SMTP was never designed to handle binary files at all, which is why binary files are encoded into text, which increases their size by 30%.
    I'm still waiting for yEnc to be officially incorporated into Outlook and other e-mail clients and recognized automatically. XXE/UUE/Base64 adds 30-40% overhead, while yEnc offers 1-2%. All communication channels on the Internet today are nearly 8-bit clean, but certain characters cannot pass through unmolested - yEnc only encodes such characters.

    yEnc has shown widespread acceptance in Usenet, I'd like to see it used as the de-facto format for SMTP mail. Electronic mail's "push" nature makes it extremely useful where FTP/HTTP is not (although IRC DCC is) and I'd enjoy having the pleasure of subscribing to mailing lists which send out multimedia or other forms of large content and having it delivered, just like postal mail, right to my desktop or a nearby ISP mail server. Who is with me?

    --
    "The lesson to be learned is not to take the comments on slashdot too literally." --Vinnie Falco, BearShare