Skip to main content

SMTP attack on server ?

Comments

3 comments

  • cPanelMichael
    Hello :) There is a thread on this topic at: Sustained Exim Attack Thank you.
    0
  • nyjimbo
    Thank you. It looks like we need to tighten things up with CSF and LFD.
    0
  • HostingH
    Hello, Add following in exim.conf #################### smtp_accept_max = 150 smtp_accept_max_per_connection = 12 smtp_accept_max_per_host = 4 #################### And, in csf.conf enable CONNLIMIT = "25;10" Note: Change values as per the attack. Thanks,
    0

Please sign in to leave a comment.