How to set and test DMARC records

Discussion in 'Installation/Configuration' started by recin, Sep 21, 2014.

  1. recin

    recin Active Member

    I'm having problems sending bulk mail to gmail.
    According to this I have to:
    • Sign messages with DKIM. We do not authenticate messages signed with keys using fewer than 1024 bits.
    • Publish an SPF record.
    • Publish a DMARC policy.

    I already have SPF record and DKIM and now I'm trying with DMARC.
    I have this record:

    TYPE NAME CONTENT
    TXT _dmarc.igorgarcia.es v=DMARC1; p=none

    I dont know if it's OK. I tested it on unlocktheinbox but ir always said there are No records to display.

    Another way to test my DMARC records?
     
    Last edited: Sep 23, 2014
  2. recin

    recin Active Member

    Finally I did this:

    TYPE: TXT
    NAME: _dmarc.mydomain.com. (important the last dot)
    CONTENT: v=DMARC1; p=none; rua=mailto:[email protected];

    I could test from dmarcian.com and sending a mail to gmail and view in headers DMARC=pass.
     

Share This Page