Its quite well known to all that in server's WHM, there is an option that allows you to set the Maximum amount of emails a domain can send per hour, which is a great way of reducing spam/mass emailing. This feature is located in the Server Configuration option, under Tweak Settings option, under the emails listing. The option looks like as follows:
Code:
The maximum each domain can send out per hour (0 is unlimited)
Code:
[root@server ~]#vi /var/cpanel/maxemailsperhour
Yes its possible, though its NOT ALLOWED and never been done on Shared Hosting and Reseller Hosting.
However, it's possible to customize such setting on VPS hosting/Semi-dedicated hosting/Dedicated hosting ...!
Here we go for the same....
Make sure you login as root in server, then run the following command which will open a blank text editor, with only the following entered inside of it:
Code:
[root@server ~]# vi /var/cpanel/maxemails
# If you update this file you must run /scripts/build_maxemails_config
Code:
[root@server ~]# vi /var/cpanel/maxemails
# If you update this file you must run /scripts/build_maxemails_config
emails.com=500
domain.net=1000
Code:
[root@server ~]#/scripts/build_maxemails_config
A file automatically get created under the directory [var/cpanel/maxemailsperdomain/]with the email value you've set for those particular domains.
Just to check, type the following which should return the value that you entered in the previous file.
Code:
[root@server ~]#cat /var/cpanel/maxemailsperdomain/emails.com
500
Important:: Make sure that you are not setting the number of emails for your domains to a very high value as it might blacklist your server IP address to some email service providers like Yahoo, Hotmail, AOL etc..
Enjoy
2 comments:
Unknown said... April 4, 2009 at 10:45 PM
nice post dude :)
Anonymous said... March 17, 2010 at 3:37 PM
We got really tired of not being able to send email to our opt-in lists because most hosting companies don't allow for bulk email marketing. This is due to spam complaints and the fact that email servers require special configuration and more maintenance.
Bullets are great but without a gun to shoot them they're useless so we decided to hire a programmer to develop a solution for online marketers.
Introducing Automatic Emailer!!
Our unique software script bypasses your ISP and controls the emailing from 3rd party USA based e-mail servers right from within your internet browser on any computer!
Not only is our script updated, we sell Automatic Emailer for 75% less than our competitors!
For more info and the link to our free affiliate program, visit
http://automaticemailer.com
Post a Comment