Re: How reply the same MX RRs list for all kind of MX request
Thanks Barry. I think he wants to do this for zones he's not authoritative for. He wants all the clients of his DNS to think that he's the MX for everything. That is exactly what I want! The other suggestion, to program the router to redirect port 25 to his SMTP proxy, seems to be the better way to go. BIND doesn't have any type-specific wildcards, so doing this in DNS would require a customized server. Ufff, seem like DNS isn't the way to get what I want. Cheers Frank Abel ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: How reply the same MX RRs list for all kind of MX request
In article , "Todd Snyder" wrote: > You can create an include file, and put it right under your SOA/NS > records. I think he wants to do this for zones he's not authoritative for. He wants all the clients of his DNS to think that he's the MX for everything. The other suggestion, to program the router to redirect port 25 to his SMTP proxy, seems to be the better way to go. BIND doesn't have any type-specific wildcards, so doing this in DNS would require a customized server. -- Barry Margolin, bar...@alum.mit.edu Arlington, MA *** PLEASE don't copy me on replies, I'll read them in the group *** ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
RE: How reply the same MX RRs list for all kind of MX request
You can create an include file, and put it right under your SOA/NS records. The file should start with blanks... something like: @ IN SOA ns.example.com. root. ( 2009112601 ; Serial 1h ; Refresh 20m ; Retry 1w ; Expire 1h ; Minimum ) IN NS ns1. $INCLUDE mx-records.include #mx-records.include IN MX 10 mx.example.com that will end up putting an MX record for each zone in each zone without needing a bunch of different lines or includes. Hopefully that helps, or is even in the right direction. YMMV. Todd. -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Frank Abel Cancio Bello Sent: Thursday, November 26, 2009 11:20 AM To: bind-users@lists.isc.org Subject: How reply the same MX RRs list for all kind of MX request Hi all, First at all, I'm newbie in DNS, so excuse me if I'm posting something stupid here ;) I want DNS replying the same list of MX RRs for all MX request. I mean, any client that want send an email and query my DNS for a MX RRs must get the same MX RRs, not matter of what domain the client is requesting the MX RRs. Is that possible in any way? Thanks in advance. Cheers Frank Abel ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users - This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful. ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users
Re: How reply the same MX RRs list for all kind of MX request
Thanks a lot Jake! elsif wrote: http://docstore.mik.ua/orelly/networking_2ndEd/dns/ch16_02.htm If I were setting up what you describe, I'd make the router(s) for the given network(s) simply forward tcp port 25 to your mail servers for all non-mailserver hosts. I could be wrong, but to me it'd be much cleaner than the use of DNS wildcards. I'm sure there's someone hardcore enough on-list to tell you how to do it that way with the least amount of impact, though. -jake On Thu, 26 Nov 2009, Frank Abel Cancio Bello wrote: Hi all, First at all, I'm newbie in DNS, so excuse me if I'm posting something stupid here ;) I want DNS replying the same list of MX RRs for all MX request. I mean, any client that want send an email and query my DNS for a MX RRs must get the same MX RRs, not matter of what domain the client is requesting the MX RRs. Is that possible in any way? Thanks in advance. Cheers Frank Abel ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users ___ bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users