June 30, 2015

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

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.

Related Posts:

  • các cơ chế lọc mail - cơ bản Tình trạng gửi thư rác hiện nay đang rất nghiêm trọng nên các hệ thống máy chủ mail đã được thiết lập các chính xác lọc mail rất khắt khe, điều này cũng gây ảnh hưởng không mong muốn đối với những email hợp pháp. Một email… Read More
  • Một số kinh nghiệm khi thiết lập email server Sau 1 thời gian  vật lộn với postfix + dovecot để tạo được email server cho chính bản thân mình, tôi cũng đã học được khá nhiều điều và bên dưới là một số kinh nghiệm mà tôi nghĩ là quan trọng nhất để xây dựng được emai… Read More
  • Những điều cần thiết khi xây dựng Mail Server Có những điểm đáng lưu ý khi triển khai Email server mà không phải bất kì quản trị hệ thống nào cũng lưu tâm, hoặc biết đến, ngay cả trong các khóa đào tạo người ta cũng ít nhắc đến vấn đề này. Khi đảm bảo được máy chủ … Read More
  • Xây dựng mail server postfix và quản lý email bằng php mysql Trước đây tôi đã có một bài viết hướng dẫn triển khai mail server đơn giản trên hệ điều hành linux, sử dụng các user của hệ điều hành làm email account. Nay tôi tiếp tục phát triển hướng này và chia sẻ cách để có thể quản lý… Read More
  • Cài đặt Postfix SMTP client trên Shinken Server để gửi mail Tại Shinken host: Cài đặt các gói cần thiết: sudo apt-get install postfix mailutils libsasl2-2 ca-certificates libsasl2-modules -y Sau đó postfix sẽ yêu cầu khai báo một số thông số, ta chọn Internet Site và điền một doma… Read More

0 comments:

Post a Comment