I am having trouble with large incoming email failing to be delivered. They get caught in the deferred queue.
There are relevant looking log entries that agree with the message in the tool-tip for the messages in the web admin display of the queues:
Code:
Oct 10 19:21:56 z5 postfix/lmtp[20790]: 073296C06E: to=<address@server.com>, relay=<server.name.tld>[<111.222.333.444>]:7025, delay=336, delays=319/0.29/0.3/16, dsn=4.4.2, status=deferred (lost connection with <server.name.tld>[<111.222.333.444>] while sending end of data -- message may be sent more than once)
and
Code:
Oct 10 20:31:54 z5 postfix/lmtp[13738]: 073296C06E: to=<address@server.com>, relay=<server.name.tld>[<111.222.333.444>]:7025, delay=4534, delays=4520/0.01/0.26/14, dsn=4.4.2, status=deferred (lost connection with <server.name.tld>[<111.222.333.444>] while sending end of data -- message may be sent more than once)
where the server name and IP address are those of the Zimbra server, not a remote machine.
I've sent a few test messages to myself and it seems to be those over about 10Mb that get stuck, everything else goes through OK. Is there anywhere else I can look for clues as to why large messages are causing trouble?
If it makes any difference, zimbraMtaMaxMessageSize and zimbraFileUploadMaxSize shouldn't be the problem as they are set fairly large (104857600 and 100000000 respectively).