Hi list,
should the message_size_limit (http://www.postfix.org/postconf.5.html#message_size_limit) directive be applied unconditionally or are there exceptions?
My Postfix server accepts huuuge mails despite having message_size_limit set:
message_size_limit = 26214400
From the log:
03:38:31 mail1 postfix/smtpd[9202]: connect from redacted
03:38:31 mail1 postfix/smtpd[9202]: A8E378E3FD: client=redacted
03:38:44 mail1 postfix/cleanup[9267]: A8E378E3FD: message-id=<>
05:58:21 mail1 postfix/qmgr[17577]: A8E378E3FD: from=<redac...@mydomain.tld>, size=1999516011, nrcpt=1 (queue active)
06:04:14 mail1 postfix/smtp[18756]: A8E378E3FD: to=<redac...@mydomain.tld>, relay=127.0.0.1[127.0.0.1]:10024, delay=8742, delays=8390/0/0/353, dsn=4.5.0, status=deferred
If it's of any importance, I have a content_filter configured and the user is SASL authenticated.
Regards,
André