Re: [exim] T=remote_smtp: message is too big (transport limi…
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Jeremy Harris at
2021-03-02 22:02
Heiko Schlittermann at
2021-03-02 22:22
Author:
Jeremy Harris
Date:
2021-03-02 22:05
UTC
To:
exim-users
Subject:
Re: [exim] T=remote_smtp: message is too big (transport limit = 1)
Found it. It's a way of enforcing that you do not transmit
mails that exceed a particular standards limit:
message_size_limit = ${if > {$max_received_linelength}{998} {1}{0}}
--
Cheers,
Jeremy