Skip to main content

SMTP Exim slow, timeouts & connection lost

Comments

2 comments

  • cPanelMichael
    Is there a way to make that setting a little less aggressive? Like 5 seconds delay, not 20, because most SMTP clients time out.

    Hello, 20 seconds was found to be the most effective, however you can customize that value in your Exim configuration file. Here are the sections to modify:
    #BEGIN ACL_PRE_RECIPIENT_BLOCK # BEGIN INSERT delay_unknown_hosts warn !authenticated = * !hosts = : +neighbor_netblocks : +loopback : +trustedmailhosts : +recent_authed_mail_ips : +backupmx_hosts : +skipsmtpcheck_hosts : +senderverifybypass_hosts : +greylist_trusted_netblocks : +cpanel_mail_netblocks #only rate limit port 25 condition = ${if eq {$received_port}{25}{yes}{no}} delay = 20s # END INSERT delay_unknown_hosts

    #BEGIN ACL_CONNECT_BLOCK # BEGIN INSERT delay_unknown_hosts warn !hosts = : +neighbor_netblocks : +loopback : +trustedmailhosts : +recent_authed_mail_ips : +backupmx_hosts : +skipsmtpcheck_hosts : +senderverifybypass_hosts : +greylist_trusted_netblocks : +cpanel_mail_netblocks #only rate limit port 25 condition = ${if eq {$received_port}{25}{yes}{no}} delay = 20s # END INSERT delay_unknown_hosts
    Information on custom Exim ACL changes is available at: Exim Configuration Manager - Documentation - cPanel Documentation Thank you.
    0
  • masamia
    I need to do the same thing as topikstarter: reduce the delay time to 5 seconds. I logged into the WHM panel, opened the Exim Advanced Editor, found the delay_unknown_hosts section there and I see this line in it - "delay = 20s". But I can't edit anything since it is an uneditable block of text. I can only turn off this block entirely. I'm probably dumb, but can you please tell me how to edit this line? How to modify "delay = 20s" to "delay = 5s"?
    0

Please sign in to leave a comment.