Quoting James Price: > I'm seeing these errors in my logs: > no immediate delivery: more than 10 messages received in one connection > > I have what I thought was the correct setting to alleviate this problem: > smtp_accept_max_per_connection = 1000
This is only a notification. What you set is the hard limit. I guess what you were looking for was smtp_accept_queue_per_connection, which is more like a soft limit. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
