Quoting Tracy Bost <tbost@ifarm.com>: > I was trying to send a zip file about 3 megs and got these error messages. > I'm assuming this is imp and not sendmail ? Almost. It isn't IMP, but rather PHP. You have PHP set at a limit of 2MB for file uploads. You can increase this in your php.ini file. Look for the upload_max_filesize configuration item. --mk23