On Thu, 16 Apr 2020 at 15:40, natan maciej milaszewski <na...@mandzur.pl> wrote:
Sorry about probably dumbest questions. What does it really mean?

552 5.3.4 Message size exceeds fixed limit

Apr 16 16:03:48 thebe4 postfix/smtpd[11692]: NOQUEUE: reject: MAIL from
mail-il1-f169.google.com[209.85.166.169]: 552 5.3.4 Message size exceeds
fixed limit; proto=ESMTP helo=<mail-il1-f169.google.com>
Apr 16 16:03:48 thebe4 postfix/smtpd[11692]: too many errors after MAIL
from mail-il1-f169.google.com[209.85.166.169]
Apr 16 16:03:48 thebe4 postfix/smtpd[11692]: disconnect from
mail-il1-f169.google.com[209.85.166.169] ehlo=2 starttls=1 mail=0/1
commands=3/4

in postfix i set
message_size_limit = 23240000
mailbox_size_limit = 0

postconf -n |grep "_size_limit"
mailbox_size_limit = 0
message_size_limit = 23240000

On 16.04.20 16:07, Dominic Raferd wrote:
Pretty much what it says. An incoming mail will be refused if its size
exceeds message_size_limit (in bytes). It is undocumented (and not
recommended) to use message_size_limit=0 meaning 'no limit' - although
mailbox_size_limit=0 is valid/documented.

Although your postconf is reporting 23240000 (a little over 22MB), you
can (and may) have different settings in master.cf which override this
- for instance for authenticated vs non-authenticated incoming mails.

note that some SMTP clients don't check SIZE option your SMTP server sends
to them and some don't announce the SIZE in MAIL FROM command.

You would not see this message otherwise :-)
--
Matus UHLAR - fantomas, uh...@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
Spam is for losers who can't get business any other way.

Reply via email to