Date: Fri, 28 May 1999 23:22:35 -0500 From: Dan Nelson <dnelson@emsphone.com> To: Jerry Preeper <preeper@cts.com> Cc: Doug White <dwhite@resnet.uoregon.edu>, freebsd-questions@FreeBSD.ORG Subject: Re: swap_pager: out of swap space (-->crash) - procmail is problem Message-ID: <19990528232235.B3852@dan.emsphone.com> In-Reply-To: <3.0.5.32.19990528201253.041a8a20@crash.cts.com>; from "Jerry Preeper" on Fri May 28 20:12:53 GMT 1999 References: <3.0.5.32.19990528154716.041b4280@crash.cts.com> <Pine.BSF.4.03.9905281630160.11808-100000@resnet.uoregon.ed u> <3.0.5.32.19990528201253.041a8a20@crash.cts.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In the last episode (May 28), Jerry Preeper said: > Has anyone else ran into a problem with procmail crashing the system on > large emails being sent to it? Here is the top of the ps aux output > when I was finally able to catch this. Sendmail can be told to block emails over a certain size; you can either set a global maximum with confMAX_MESSAGE_SIZE, or set a per-mailer maximum. Luckily, if you tell sendmail to use procmail as the local delivery agent, procmail becomes a mailer and the limit can be set with the PROCMAIL_MAILER_MAX definition. See /usr/src/contrib/sendmail/cf/README for the details. -Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990528232235.B3852>