Exim As MTA

2006-09-25 Thread B. Cook
I am running Exim as a sendmail replacement, and I keep getting a 
Message failure - message too big in my inbox for root. (looks like 
from daily run output)


A message that you sent was longer than the maximum size allowed on this
system. It was not delivered to any recipients.

-- This is a copy of your message, including all the headers.
-- No more than 100K characters of the body are included.

it is soo large b/c of all the rejected mail:

I do want to see the mail due to the messages in the queue.. but how do 
I get it not to show me rejected mail?


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Exim As MTA

2006-09-25 Thread Pete Slagle
B. Cook wrote:

 I am running Exim as a sendmail replacement, and I keep getting a 
 Message failure - message too big in my inbox for root. (looks like 
 from daily run output)

 I do want to see the mail due to the messages in the queue.. but how do 
 I get it not to show me rejected mail?

To set the maximum message size the Exim will process, put something like

   message_size_limit = 50M
   return_size_limit = 1M

in Exim's configuration file, /usr/local/etc/exim/configure

See http://exim.org/ for full details.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]