Results 1 to 8 of 8

Thread: Bulk Emails/Server Load

  1. #1
    Member
    Join Date
    Aug 2003
    Posts
    10

    Default Bulk Emails/Server Load

    My server load goes through the roof 22.00 - 50.00 whenever I send out just 400 emails at a one time in a bulk email to customers. After the bulk email the server load goes back to normal .42 around there, is there anything I can do to make the server load stay that low when sending out bulk emails???

  2. #2
    Member
    Join Date
    Dec 2004
    Posts
    388

    Default

    you can try sending it batches. Like 40 emails at one time, wait for 10 minutes then send another 40 and so on.

    Another method is to use third party software for sending mailling lists. One such program is phplist. You can set sending mails to wait x seconds (you decide) between each mail. Or by batch of y per hour. BUT a very big BUT, those setup is quite hard to configure as you need to manually do cronjobs and so on. If you need help on phplist, you need to refer to their forum. There are many others out there.

  3. #3
    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,496

    Default

    Another idea is to queue emails if the load goes high so that they're processed more slowly over time using:

    queue_only_load = 5
    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

  4. #4
    Member
    Join Date
    Aug 2003
    Posts
    10

    Default Where would I find that

    I am a novice on this cpanel and SSH command stuff.

    Do I type that command queue_only_load = 5 into ssh when logged into the server or is that a setting in my WHM that I need to change??

    Also can I set that number to whatever I want?

    This will be great and I think will fix my problem if I can get it down right.

    Thanks

  5. #5
    Member
    Join Date
    Sep 2003
    Posts
    126

    Default

    you can edit /etc/exim.conf, put in the first line:

    queue_only_load = 5 or whatever you want.

    -fl-

  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,496

    Default

    That's not a good idea as it will be overwritten on the next exim upgrade. Simply go into WHM > Exim Configuration Editor > Adcanced Mode > and add that line into the first textarea and save.
    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
    Aug 2003
    Posts
    10

    Default That worked great!!!

    Hey Thanks Guys!!!

    I also wanted to know what the queue load actually does??

    Does it only allow 5 emails to go out at one time or per hour?? How does that work?

  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,496

    Default

    That directive instructs exim to place all email into the mail queue rather than processing it if the servers load average is 5 or over. It will then process that queued email once the load had dropped below 5.
    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

Similar Threads

  1. Create accounts for 6,000 domains, Bulk Load In?
    By SteveInSpain in forum New User Questions
    Replies: 0
    Last Post: 08-26-2010, 03:32 PM
  2. Bulk Load In of many domains possible?
    By SteveInSpain in forum New User Questions
    Replies: 1
    Last Post: 03-11-2010, 03:43 PM
  3. deleteing sent emails in bulk!!!
    By sammyb in forum New User Questions
    Replies: 1
    Last Post: 02-22-2009, 02:51 PM
  4. Emails being flagged as Bulk/Spam
    By sexshun in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 05-17-2006, 10:00 PM
  5. Forums sending bulk amount of emails
    By rootuser in forum cPanel & WHM Discussions
    Replies: 9
    Last Post: 07-30-2005, 12:36 AM