Re: How to set up a dmarc record ?

2019-12-10 Thread Emre Özüdoğru
If I query your zone. It give me answer you wanted. Is your problem continues or fixed? emre@FXMBP ~ % dig IN txt _dmarc.pasteur-cayenne.fr. @ara.pasteur-cayenne.fr. ; <<>> DiG 9.10.6 <<>> IN txt _dmarc.pasteur-cayenne.fr.

Re: How to set up a dmarc record ?

2019-12-10 Thread Ondřej Surý
Well, I already told you what’s wrong and you ignored that part. Please read it again and understand what it means to delegate a part of the zone. Your problems are not specific to BIND 9, it’s just your zone file is wrong. Ondrej -- Ondřej Surý — ISC > On 10 Dec 2019, at 17:43, Edouard Guigné

Fwd: Re: How to set up a dmarc record ?

2019-12-10 Thread Edouard Guigné via bind-users
Hello, What is wrong with my file zone ? Why espcially for _dmarc IN TXT I cannot get the ANSWER SECTION with a dig command ? Best Regards, Ed Message transféré Sujet : Re: How to set up a dmarc record ? Date : Tue, 10 Dec 2019 11:51:47 -0300 De :Edouard Guigné

Re: How to set up a dmarc record ?

2019-12-10 Thread Edouard Guigné via bind-users
Hello, I changed to "_dmarc" instead of "_dmarc.pasteur-cayenne.fr" _dmarc IN  TXT ( "v=DMARC1; p=none; "   "rua=mailto:dm...@pasteur-cayenne.fr; pct=5; "   "sp=none; aspf=r" ) My zone file is updated : # named-checkzone pasteur-cayenne.fr

Re: How to set up a dmarc record ?

2019-12-10 Thread Mark Elkins
The reason why is because you don't have a '.' at the end of "_dmarc.pasteur-cayenne.fr" so what you really have in your zone file is... "_dmarc.pasteur-cayenne.fr.pasteur-cayenne.fr." Another way of seeing this would be to do an AXFR of your zone - these mistakes then jump out at you! Why

Re: How to set up a dmarc record ?

2019-12-10 Thread Ondřej Surý
Also the record on the next line looks suspicious: IN NS ara.pasteur-cayenne.fr. As you delegated the whole subdomain to ara.p-c.fr again: $ dig IN TXT _dmarc.pasteur-cayenne.fr.pasteur-cayenne.fr. @ara.pasteur-cayenne.fr. ; <<>> DiG 9.11.8 <<>> IN TXT

Re: How to set up a dmarc record ?

2019-12-10 Thread Niall O'Reilly
On 10 Dec 2019, at 13:30, Edouard Guigné wrote: ; DMARC _dmarc.pasteur-cayenne.fr IN  TXT ( "v=DMARC1; p=none; "   "rua=[mailto:dm...@pasteur-cayenne.fr](); pct=5; "   "sp=none; aspf=r" ) Instead of "_dmarc.pasteur-cayenne.fr", you

Re: How to set up a dmarc record ?

2019-12-10 Thread Edouard Guigné
Hello, Thank you for your answer. I apologize to not have put my real domain ; this was the first time I am asking help on this list andWaht was not confident. So this is a dump of my zone file : ; ; BIND data file for local pasteur-cayenne.fr ; $TTL    604800 @   IN  SOA

Re: catalog zone function

2019-12-10 Thread Tony Finch
Champion Xie wrote: > > When I use the catalogzone function to automatically add zones, I found > from the slave server that the zone files are not stored according to the > custom path, but are stored in the directory defined in options. the > service is started by chroot I have options {

Re: How to set up a dmarc record ?

2019-12-10 Thread Ondřej Surý
Hi Edouard, I would start by **not** anonymizing domains you want to help with. What’s the point of using my-domain.fr anyway? $ dig +short IN TXT pasteur-cayenne.fr "v=spf1 a mx -all" There’s no shame in having a problem you can’t solve yourself. We’ve all been there. Disguising the real

How to set up a dmarc record ?

2019-12-10 Thread Edouard Guigné
Dear all, I am using bind 9.11.4-9.P2 installed on a centos 7 with yum. I am seting dkim and dmarc record for a mail server. I succeeded to set the dkim record ( a test with # dig txt + short ... works) But I am stucked with dmarc record. I filled my zone file like this : ... $ORIGIN