On Tue, 17. Nov 2009, 11:43:42 -0500, Mauricio Tavares wrote: > What is the largest email I can send through msmtp? Can I edit that? Msmtp does not limit the mail size. However, most SMTP servers have a mail size limit. You can check that with the --serverinfo option, for example: ... Capabilities: SIZE 268435456: Maximum message size is 268435456 bytes = 256.00 MiB ... Martin