On Tue, Apr 30, 2002 at 04:31:16PM -0600, William Knechtel wrote: > Hello! > > How can I configure the maximum size of an incoming and/or an outgoing > message? In other words, If a message comes in that is over, say, 2meg, I > want to bounce it back to the sender. What configuration directive do I > need to accomplish this? Thanks in advance!
For limiting the size of an email received via SMTP or local submission with sendmail, put your size limit into the "sizelimit" config file and restart courier, eg: echo 2000000 > /path/to/courier/install/etc/sizelimit -- Anand Buddhdev Personal site: http://anand.org
