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:

  • Script backup zimbra mail##!/bin/bash clear echo Start time of the backup = $(date +%T) before="$(date +%s)" ## Backup Format FORMAT=tgz ## Backup location ZBACKUP=/srv/backup/ ## Folder name for backup and using date DATE=`date +"%d%m%y"` ## Bac… Read More
  • Tổng hợp các lỗi phổ biến trong Mail Zimbra Vào một ngày đẹp trời, tự nhiên hệ thống Mail của công ty bị gặp trục trặc , bạn sẽ cần phải thao tác thật nhanh sao cho hoạt động của hệ thống ổn định trở lại. Vậy đâu là nguyên nhân và cách khắc phục cho những lỗi đó, chún… Read More
  • Cold backup for the Open Source Edition of Zimbra Today I’ve setup a cold backup routine to backup my Zimba installation running on my Debian (Etch) 4.0 server that is in full production now for my private domains. This is a slightly modified backup script for the Open Sour… Read More
  • Nat port from Windows server 2008 To WmwareWorkstasion. Yều cầu : Người dùng  Windows Server 2008 trên này có cài một cái máy ảo trên Workstasion dùng làm Mail server(ZimBra). Người dùng yêu cầu Nat Port vào con Mail và VPN. Các bạn download tài liệu tại đây… Read More
  • Backup of Zimbra MailBox using zmmailbox This is a short script I use to backup the Zimbra mailbox content for my users. This has been used on a Zimbra Collaboration Server (ZCS Open Source Edition) 7.2 installation, but should work on earlier versions as well. I u… Read More

0 comments:

Post a Comment