Hi,
Please speak slowly as I am a simple bear and easily confused.
Queries to RBL's are sometimes being blocked as my IP is being lumped in with others and we go over the daily limit and no further emails are blocked/filtered on RBL rules. This is causing a spike in incoming spam emails.
I've followed the link in the email headers and it says:
* Setting up my own non-forwarding caching nameserver to avoid being lumped together with other users queries;
* Setting up your own mirror of the DNS-blocklist
* Paying to use the blocklist. The choice is up to the DNS-Blocklist administrator.
When I test this on the CLI I get:
Which I think is a Google dns server.
looking in /etc/resolv.conf
Can anyone advise how I setup my server to be a non-forwarding caching nameserver?
My hosting company had a go and I think they just commented out the Google servers leaving mine. This worked fine apart from one domain that I have a zone record for and host the website but the email is set to remote exchanger. I couldn't send email as it kept on bouncing as the server tried to deliver emails to itself. In this individual case, I don't actually hold the zone record as it and the nameservers are with another host. It just points web to me. Either way, I couldn't send emails which was no use.
Like I say, I am a simple bear so please speak slowly.
And all help appreciated.
Thanks.
Please speak slowly as I am a simple bear and easily confused.
Queries to RBL's are sometimes being blocked as my IP is being lumped in with others and we go over the daily limit and no further emails are blocked/filtered on RBL rules. This is causing a spike in incoming spam emails.
I've followed the link in the email headers and it says:
My options are:ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklistsX2Xdnsbl-block for more information.
* Setting up my own non-forwarding caching nameserver to avoid being lumped together with other users queries;
* Setting up your own mirror of the DNS-blocklist
* Paying to use the blocklist. The choice is up to the DNS-Blocklist administrator.
When I test this on the CLI I get:
Code:
> host -tTXT 2.0.0.127.multi.uribl.com
> 2.0.0.127.multi.uribl.com descriptive text "127.0.0.1 -> Query Refused. See [URL='http://uribl.com/refused.shtml']URIBL.COM - Realtime URI Blacklist[/URL] for more information [Your DNS IP: 74.125.xx.xx]"
looking in /etc/resolv.conf
Code:
# cat resolv.conf
# Generated by SolusVM
nameserver 8.8.8.8
nameserver 8.8.4.4
nameserver My.IP.ADDRESS
My hosting company had a go and I think they just commented out the Google servers leaving mine. This worked fine apart from one domain that I have a zone record for and host the website but the email is set to remote exchanger. I couldn't send email as it kept on bouncing as the server tried to deliver emails to itself. In this individual case, I don't actually hold the zone record as it and the nameservers are with another host. It just points web to me. Either way, I couldn't send emails which was no use.
Like I say, I am a simple bear so please speak slowly.
And all help appreciated.
Thanks.
Last edited by a moderator: