Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge fmalekpour's Avatar
    Join Date
    Dec 2002
    Posts
    85

    Arrow Exim 4.60 and ratelimit

    Hello,
    Is any one know how to upgrade the exim to latest version 4.60? It comes with new "ratelimit" feature, useful to control mail bombers and massive mail senders.

    The ratelimit ACL condition can be used to measure and control the rate at which clients can send email. This is more powerful than the smtp_ratelimit_* options, because those options control the rate of commands in a single SMTP session only, whereas the ratelimit condition works across all connections (concurrent and sequential) from the same client host.

    Thanks
    F.Malekpour

  2. #2
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    cPanel don't offer that version as yet, so you can't unless you can find a source rpm on cPanel's site and try and compile it yourself.

    In the meantime you could always look at using the smtp_accept_max_per_host command and use a dictionary attack ACL:
    http://www.configserver.com/free/eximdeny.html
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  3. #3
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2004
    Location
    Ann Arbor, MI
    Posts
    22
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Outgoing rate limiting?

    We have a customer who is sending (legitimate) large batches of email that is killing exim and then the dedicated server... I'm having trouble finding good documentation on how to have exim just queue up messages so the server doesn't die and send them out only a few at a time. Basically what happens is it ends up spawning a ton of exim processes (like 200+) at once... does anybody have an real world examples of how to stop this behavior? Maybe I'm misunderstanding the exim behavior of spawning all the processes. Any help is appreciated.

    I have seen a couple options:

    queue_run_max = 10
    remote_max_parallel = 10


    But these don't seem to have affect the 200+ exim procs getting spawned when a batch is sent. Thanks!

  4. #4
    Member
    Join Date
    Sep 2003
    Posts
    126

    Default

    Quote Originally Posted by chirpy
    cPanel don't offer that version as yet, so you can't unless you can find a source rpm on cPanel's site and try and compile it yourself.
    I found there is a new version on http://httpupdate.cpanel.net/exim-cp...d5pass.src.rpm
    Is it safe to compile this rpm?
    I am using 10.8.1-RELEASE_113 + RHEL3.

    Thank you,
    -fl-

  5. #5
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Entirely up to you, but it's not an offocial release, so you probably wouldn't get support for it until it is:
    http://diff.cpanel.net/eximinstall/version
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  6. #6
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Quote Originally Posted by bmuthig
    I have seen a couple options:

    queue_run_max = 10
    remote_max_parallel = 10
    To queue on high load average, try:

    queue_only_load = 5

    All emails should then be dumped to the queue if your load average is 5 or higher at the time of the relay.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  7. #7
    Member
    Join Date
    Sep 2003
    Posts
    126

    Default

    Any update for /scripts/eximup ?

  8. #8
    Super Moderator This forum account has been confirmed by cPanel staff to represent a vendor. chirpy's Avatar
    Join Date
    Jun 2002
    Location
    Go on, have a guess
    Posts
    13,495

    Default

    Visit the URL I already posted.
    Jonathan Michaelson

    Need your cPanel servers secured and tuned?
    cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services
    Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf
    http://www.configserver.com

  9. #9
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Feb 2004
    Location
    Ann Arbor, MI
    Posts
    22
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default Looks like new exim coming down the pipe...

    http://diff.cpanel.net/eximinstall/version

    Just as an FYI for anybody subscribed to this thread still. Anybody tried implementing some ratelimit rules yet? Successes? Failures?

  10. #10
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2003
    Location
    Houston, TX
    Posts
    378
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Found this interesting thread on using the new ACL section added to default Exim config:

    ----------------------------------
    acl_connect:
    [% ACL_CONNECT_BLOCK %]

    # do not change the comment in the line below, it is required for /usr/local/cpanel/bin/check_exim_config
    #acl_smtp_notquit is required for this to work (exim 4.68)

    acl_notquit:
    [% ACL_NOTQUIT_BLOCK %]

    ----------------------------------



    http://www.gossamer-threads.com/list...threaded#73767

Similar Threads & Tags
Similar threads

  1. ratelimit database not available ??
    By sneader in forum E-mail Discussions
    Replies: 6
    Last Post: 01-26-2009, 07:53 AM
  2. Ratelimit Backscatter ACL ?
    By RickG in forum E-mail Discussions
    Replies: 3
    Last Post: 07-31-2008, 03:49 PM
  3. Ratelimit ACL
    By 4u123 in forum E-mail Discussions
    Replies: 8
    Last Post: 02-27-2008, 06:14 PM
  4. Exim Ratelimit Whitelist
    By GOT in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 01-28-2008, 11:25 PM
  5. Can exim ratelimit apply only for non authenticated users?
    By gflamerich in forum E-mail Discussions
    Replies: 0
    Last Post: 12-06-2007, 08:10 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube