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]"

Reply via email to