Skip to main content

Exim limit emails sent / SMTP connection

Comments

2 comments

  • cPanelMichael
    Hello :) You can browse to: "WHM Home " Service Configuration " Exim Configuration Manager " Advanced Editor" Add an additional configuration value for: smtp_accept_max_per_connection Set it to a value such as 20 to meet Yahoo's requirements. Thank you.
    0
  • fomistoklus
    Hello, according to exim documentation smtp_accept_max_per_connection Use: main Type: integer Default: 1000 The value of this option limits the number of MAIL commands that Exim is prepared to accept over a single SMTP connection, whether or not each command results in the transfer of a message. After the limit is reached, a 421 response is given to subsequent MAIL commands. This limit is a safety precaution against a client that goes mad (incidents of this type have been seen) documentation
    0

Please sign in to leave a comment.