Re: [exim] Max messages per SMTP connection

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Jakob Hirsch
Ημερομηνία:  
Προς: James Price
Υ/ο: exim-users
Αντικείμενο: 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.