This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

how to change concurrent SMTP connections

When using the SMTP proxy, is it possible to
change the maximum ammount of concurrent SMTP connections?????


This thread was automatically locked due to age.
Parents Reply
  • Just answered a related one in "General":

    on top of

    /var/chroot-smtp/etc/exim.conf-default

    put

    smtp_accept_max = 5

    then stop/start.

    This will allow 5 concurrent SMTP connections. Surplus connections will be deferred with a 4xx.

    /tom
     
Children
  • Hi Tom,

    thank you for the answer.
    In our case it was a mailer daemon who tried to establish 50 concurrent connections for outgoing mail.
    (Sending about 100-200 Mails from a delivery job several times a day).
    We reduced him now to 5 concurrent connections...  

    Regards,
    Karsten