I am compressing a file using compress command and sending the compressed file as an attachment using mailx
compress file1
uuencode file1.Z file1.Z > mailfile
mailx -N -s "Some Subject" some@some.com < mailfile
This works fine when the size of the file1 is small. But it fails if the size of file1 is more than 20 MB.
Is there any restriction on uuencode or mailx, with regard to size ?
Is there any other way, to achieve this?
UNIX: IBM AIX Version 5
Mail Client: Lotus Notes 6.5
Thanks in advance
Mallik
compress file1
uuencode file1.Z file1.Z > mailfile
mailx -N -s "Some Subject" some@some.com < mailfile
This works fine when the size of the file1 is small. But it fails if the size of file1 is more than 20 MB.
Is there any restriction on uuencode or mailx, with regard to size ?
Is there any other way, to achieve this?
UNIX: IBM AIX Version 5
Mail Client: Lotus Notes 6.5
Thanks in advance
Mallik