Re: [exim] Max messages per SMTP connection

Top Pagina
Delete this message
Reply to this message
Auteur: Jakob Hirsch
Datum:  
Aan: James Price
CC: exim-users
Onderwerp: Re: [exim] Max messages per SMTP connection
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.