Email with attachment file sent to mailing list cannot be received by receipent.

nn301

New member
Joined
Jan 5, 2005
Messages
2
Location
HK
As title, I encounter the problem when I send email to my mailing list with attachment file.

There are 2 cases,

1. attachment < 60KB
>> every one can receive the email.

2. attachment > 60KB
>> no one receive the email.


Does any one have the same experience? Any solution?
 
If you're not a systems administrator then you should be asking your hosting company this question.

if you are a systems administrator with shell access:

What's the output of the following command while logged in through the shell:

grep message_size_limit /etc/exim.conf

??

Also, this time as root:

grep maxlength /etc/vitual/example.com/majordomo/lists/listname.conf

where listname is the name of your list and example.com is the name of the domain.

In both these cases the number must be large enough for the attachment after it's encoded.

Jeff
 
Jeff,

Thanks for you help.

I found that my /etc/vitual/example.com/majordomo/lists/listname.conf have set the maxlength = 40000 (i.e. 40KB).

Your advise is really helpful. Thank again very much.



Regards,

Nelson
 
Back
Top