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!
====Remove a mail server from policyd blacklist==== The ip address of a mail server can be placed on a blacklist for several reasons, to high of rate of inbound email from a single ip address, incorrectly formatted helo, etc. In the event you need to remove a mail server's ip from the policyd blacklist, you can log into either mta server of connect directly to the policyd database server, mta-db.mail.nethere.net. To remove the ip address using a mta server: <pre> 1. Log onto mta-1.mail 2. Switch to mysql $mysql -h 10.0.0.69 -u policyd_inbound -p policyd username: policyd_inbound password: p0stf1x! 3. Display database information mysql>show databases; 4. Use policyd database mysql>use policyd; 4. Display table information mysql>show tables; mysql>describe blacklist; 5. Verify ip address has been blacklisted mysql>select * from blacklist where _blacklist='xxx.xxx.xxx.xxx'; 6. Delete the entry mysql>delete from blacklist where _blacklist='xxx.xxx.xxx.xxx'; 7. Verify mysql> select * from blacklist where _blacklist='xxx.xxx.xxx.xxx'; </pre> The suspected mail server may also be in the helo table. <pre> mysql> describe helo ; 1. Check the IP address mysql> select * from helo where _host='xxx.xxx.xxx.xxx' ; 2. Check the server helo name mysql> select * from helo where _helo like '%server%' ; 3. Delete the entry mysql> delete from helo where _host='xxx.xxx.xxx.xxx' ; mysql> delete from helo where _helo like '%server%' ; </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