LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I need to email a 10MB file...is this possible? (https://www.linuxquestions.org/questions/linux-newbie-8/i-need-to-email-a-10mb-file-is-this-possible-242202/)

glenn69 10-13-2004 11:52 AM

I need to email a 10MB file...is this possible?
 
I am trying to do an every night email backup of a file that is 10MB after being gzipped.
I am using mutt -a to send the file from cron.
So far it is not working, the error is:

postdrop: Warning: UID=0: File too large
sendmail: fatal: root(0): Message file too big

Does this mean that I cannot send a file this large at all, or does it mean that I am using the wrong program to send the file?

Thanks

Tinkster 10-13-2004 01:29 PM

Many mailers (and people who relay mail along the
way) will refuse to transport files that size, and if the
recipient bounced it it would be particularly awkward.
Use split, and make 10 chunks out of it, just for good
measure.


Cheers,
Tink

Komakino 10-13-2004 01:59 PM

Email is not really the best medium for sending such a large file. A better solution would be to set up some sort of FTP transaction to handle it. A shell script of some sort could be run to start an ftp transaction and upload to some remote server or computer.

glenn69 10-13-2004 07:17 PM

I like the sound of the ftp transaction, however I have no idea how to do that. If you could point me in the right direction I would appreciate it.

Thanks

carrie 10-14-2004 01:01 AM

just folow this http://www.google.com/search?num=100...ection&spell=1
or type info ftp


All times are GMT -5. The time now is 02:28 AM.