Am 24.11.2017 um 13:49 schrieb Mark Elkins: > been sent an e-mail bigger than 10Mb and its not delivered. Is there a > friendly way to automatically generate a message to the end user in a > similar fashion to the quota warning messages - something like..... >
You can reject the message and send your text as the content of your reject message, which is normally transported via a Delivery-Message. reject message = "Your message is too big" For this to work, you need to make the size check in an ACL i.e. check_data . Marius -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
