Editing
NetHere
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
====Update outbound quota for a single ip address==== We restrict the total number of emails that a customer can send to 2000 email recepients per 24 hour period. This is tracked by the ip address of the computer that connects to the mta server when it sends an outbound emal. The ip address and count is stored in the postfix database server, mta-db.mail.nethere.net. To increase the quota for a single ip address, you can log into either mta-1, mta-2, or console direcly into the database server. To use one of the mta servers: <pre> 1. Log onto mta-1.mail 2. Switch to mysql $mysql -h 10.0.0.69 -u policyd_outbound -p username: policyd_outbound password: p0stf1x! 3. Review database information mysql>show databases; 4. Switch to the policyd table. mysql>use policyd; 5. Review table header information mysql>show tables; mysql>describe throttle; 6. Verify the ip address is above quota mysql>select * from throttle where _from='xxx.xxx.xxx.xxx'; #this is the ip address of the account you are increasing. 7. Increase the maxium number of recepients the ip address can send to mysql>update throttle SET _rcpt_max = _rcpt_max + 20000 where _from='24.249.205.66'; 8. Verify mysql>select * from throttle where _from='xxx.xxx.xxx.xxx'; </pre>
Summary:
Please note that all contributions to JCWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
JCWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information