Subject: Re: Limit Mail Size
To: Redouane Najah Semlali <rns@azure.net>
From: Michael C. Ibarra <ibarra@hawk.com>
List: port-i386
Date: 10/30/1998 21:08:01
At 11:46 AM 10/30/98 +0000, Redouane Najah Semlali wrote:
>Hi all,
>
>Is there any way to limit the size of an e-mail sent or received ?
>
>Thanks in advance for your help.
>
>Redouane.

Actually, a sendmail, assuming this is what you are using? Check out your
/etc/sendmail.cf for the following line and uncomment it, also lower the
number if that is what you prefer. Lastly, be sure to kill -HUP your sendmail
daemon.

#0 MaxMessageSize=1000000


-mike