modoboa / modoboa-dmarc

A set of tools to use DMARC through Modoboa.
MIT License
15 stars 11 forks source link

Should I put this ':' at the end of dmarc-rua-parser #19

Closed themsay closed 7 years ago

themsay commented 7 years ago

I do not see DMARC on my mail headers.

Following the doc for /etc/postfix/dmarc_transport

<email address your declared in your DNS record>  dmarc-rua-parser:

I did this including : at the end

echo "reports@example.com  dmarc-rua-parser:" > /etc/postfix/dmarc_transport

$ postmap /etc/postfix/dmarc_transport

DNS record

_dmarc.example.com. 300 IN  TXT "_dmarc v=DMARC1\; p=none\; rua=mailto:reports@example.com"

I installed with sudo ./run.py example.com I thinking of replacing _dmarc.example.com. with _dmarc.mail.example.com.

Any suggestion will be helpful! Thank you.

tonioo commented 7 years ago

@themsay This plugin only parses reports sent by other MTA to build statistics. It does not verify that messages are compliant with dmarc policies. You should take a look at opendmarc.

themsay commented 7 years ago

@tonioo Thanks for the clarification. I will checkout opendmarc.