[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Exim question



On Sat, Jan 26, 2008 at 03:30:03PM -0500, Wayne Topa wrote:
> Dan H.(dunno@stoptrick.com) is reported to have said:
> > Hello,
> > 
> > When the fetchmail demon starts running, it often gets large amounts of mail
> > in one bunch an tries to shove it into exim for local delivery. However,
> > exim doesn't like that and logs:
> > 
> > 2008-01-25 19:30:43 1JITK7-0000ps-J9 no immediate delivery: more than 10
> > messages received in one connection
> > 
> > I then can kick loose the mail flood using exim -q as root. But how can I
> > convince exim to automatically do the delivery? 
> 
> Put this at the beginning of /etc/exim4/exim4.conf.template
> 
> smtp_accept_queue_per_connection = 150
> 
> The default is 10, as your logs show. 

If you download using fetchmail then put:

	smtp_accept_queue_per_connection = 0

This means no limit, which is good because you may have more than 150
messages to download.

-- 
Chris.
======


Reply to: