[Mimedefang] Multiple small attachments

David F. Skoll dfs at roaringpenguin.com
Tue May 28 07:11:09 EDT 2002


On Mon, 27 May 2002, Jon Lawrence wrote:

> I think I've worked out how to cap the size of a single attachment, and
> reject it if it's too high, but is there any way to restrict the size of
> an entire message.

You don't need MIMEDefang for that; do it directly with
Sendmail by editing the Sendmail config file:

m4 method:             define(`confMAX_MESSAGE_SIZE', 1000000)
direct .cf editing:    O MaxMessageSize=1000000

(The size is in bytes.)

--
David.




More information about the MIMEDefang mailing list