Operating System - Linux
1825803 Members
2649 Online
109687 Solutions
New Discussion

Reason: ERROR OPENING ATTACHMENT

 
SOLVED
Go to solution
monu_1
Regular Advisor

Reason: ERROR OPENING ATTACHMENT

Hi Gurus,

Past few days i am getting rejection, which are marking as "error opening attachment".


I am using sendmail MTA .

If anyone know about same plz suggest.

THANKS IN ADVANCED

Regards,
Manoj
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: Reason: ERROR OPENING ATTACHMENT

Shalom,

sendmail mta could care less about attachments.

It just processes the mail. Its probably possible to configure it to limit attachment size but that would be noticeable in sendmail.cf

More than likely this problem is due to your mail reader. Example, my squirrelmail browser based reader will not open attachments bigger than 2 mb unless I change the configuration file for the product to permit a higher limit.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
monu_1
Regular Advisor

Re: Reason: ERROR OPENING ATTACHMENT

Thanks SEP,

thats means it is not my end problem.
coz we used to send lots of mails to our clients and our performace is based on to get less rejections.

If this is possible to configure attachment size in sendmail.cf , please give me that line which we have to change.

Regards,
Manoj
Steven E. Protter
Exalted Contributor

Re: Reason: ERROR OPENING ATTACHMENT

Shalom,

Yes,

MaxMessageSize=1000000

For inbound mail you will need to restart the sendmail daemon.

If you are already using sendmail.mc macro's these will overwrite sendmail.cf if your script is right and will have to be modified as follows:

define(`UUCP_MAILER_MAX', `2000000')dnl

Additional configuration may be required. You need to also see if your ISP has limits because if you use their smtp servers what you do to your own server will cause problems.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com