| Linode Forum https://forum.linode.com/ |
|
| Using barracuda DNSBL with Postfix https://forum.linode.com/viewtopic.php?f=11&t=10522 |
Page 1 of 1 |
| Author: | dee4 [ Wed Oct 16, 2013 1:19 pm ] |
| Post subject: | Using barracuda DNSBL with Postfix |
This is how I currently use zen.spamhaus.org to block spam on Postfix: Code: smtpd_recipient_restrictions = Spamhause don't require any registration, so I just use it. Works fine. But some spam still gets through and I now want to try adding barracuda in front of spamhaus. The problem is that barracuda requires registration at http://www.barracudacentral.org/account/register This is what they write: "Enter the IP addresses of name servers (DNS servers) that will be making queries. Separate each address with a comma." What IP address should I enter? My mail server linode is not a DNS server, so I'm confused. |
|
| Author: | Stever [ Wed Oct 16, 2013 1:45 pm ] |
| Post subject: | Re: Using barracuda DNSBL with Postfix |
You probably need to run your own local recursive DNS server to work with that registration. Even if you could register with linode's recursive DNS server IP's, you probably wouldn't want to take responsibility for all the traffic that might start coming from them once all the other linode customers figured out they could now use that list without registering. |
|
| Author: | dee4 [ Wed Oct 16, 2013 2:37 pm ] |
| Post subject: | Re: Using barracuda DNSBL with Postfix |
Stever wrote: You probably need to run your own local recursive DNS server to work with that registration. Even if you could register with linode's recursive DNS server IP's, you probably wouldn't want to take responsibility for all the traffic that might start coming from them once all the other linode customers figured out they could now use that list without registering. I don't fully understand. Suppose I just add the server without registering: Code: smtpd_recipient_restrictions = What adverse affects could that have on me and my own node? Do I really need to bother creating my own DNS server? |
|
| Author: | Stever [ Wed Oct 16, 2013 4:33 pm ] |
| Post subject: | Re: Using barracuda DNSBL with Postfix |
Quote: The Barracuda Reputation Block List (BRBL) is be available free of charge to anyone who wants to use it. We simply request that you provide the list of IP addresses of your domain name servers (DNS servers) that will be making queries. IP addresses not listed may be blocked, rate controlled or otherwise denied access without warning. I have no idea how seriously they take the requirement for registration, but if you just start using it through linode's recursive DNS you will be "blocked, rate controlled or otherwise denied access" based on any traffic they receive from the linode recursive servers, which is somewhat beyond your control. If you instead run your own recursive DNS and register your IP with them, then the traffic they hold you accountable for will be limited to what you yourself generate. |
|
| Author: | dee4 [ Fri Oct 18, 2013 12:38 pm ] |
| Post subject: | Re: Using barracuda DNSBL with Postfix |
Stever wrote: Quote: The Barracuda Reputation Block List (BRBL) is be available free of charge to anyone who wants to use it. We simply request that you provide the list of IP addresses of your domain name servers (DNS servers) that will be making queries. IP addresses not listed may be blocked, rate controlled or otherwise denied access without warning. I have no idea how seriously they take the requirement for registration, but if you just start using it through linode's recursive DNS you will be "blocked, rate controlled or otherwise denied access" based on any traffic they receive from the linode recursive servers, which is somewhat beyond your control. If you instead run your own recursive DNS and register your IP with them, then the traffic they hold you accountable for will be limited to what you yourself generate. Thanks. I have some further questions due to my ignorance of DNS:
|
|
| Author: | Stever [ Fri Oct 18, 2013 1:06 pm ] |
| Post subject: | Re: Using barracuda DNSBL with Postfix |
dee4 wrote:
A normal setup has your DNS request going to the linode recursive servers, which then perform the lookup for you and reply with what they find. The barracuda DNS servers will never know your IP in this process - they will only see the linode recursive server. So if they decide to ban an IP it will be the linode recursive server and anyone else who was doing the same thing would be affected, although I imagine if others were already doing this they would have probably already triggered the ban. There is a ton of info on this out there, but a simplified way to think about it is that a recursive DNS server is used to perform DNS queries, while a non-recursive (or authoritative) DNS server is used to answer them. And I don't mean to be condescending, but truly if you can't figure out for yourself how to run a recursive DNS server on your linode you probably shouldn't be doing it. The main thing to keep in mind is that you should not expose a recursive nameserver to the internet - it should only be accessible to you. |
|
| Page 1 of 1 | All times are UTC-04:00 |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|