On 8/23/2018 7:23 PM, Viktor Dukhovni wrote:
On Aug 23, 2018, at 8:04 PM, Wietse Venema <wie...@porcupine.org> wrote:
'mail=0/1' means that Postfix rejected the MAIL FROM command (the
client sent 1 MAIL FROM command, and Postfix accepted 0 MAIL FROM
commands).
You may want to examine the logs a little closer than looking for
'connect'. What else did processes 30863 and 30722 log for that
SMTP session?
IIRC when "MAIL FROM:" is rejected due to size limit overflow, there
is nothing to indicate this in the logs.
Hi Viktor,
Thank you for your reply.
Is there anything that I can look for in the Postfix config that may
lead to a size limit overflow, or is the cause something outside of our
control?
If the two are related (it doesn't sound like the two are), the
message_size_limit setting is configured as 76800000 and the health
checks being performed are for a very small amount of data.
https://github.com/deoren/postfix-examples/blob/1f954130ee89032b3e5e3151a35f12dbd44e593b/backend-relay/etc/postfix/main.cf#L103