modoboa / modoboa-dmarc

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

opendkim and dmarc #8

Closed JayBeRayBearGun closed 7 years ago

JayBeRayBearGun commented 7 years ago

After some commandline tinkering i got opendim working or so it seems. At least check-auth@verifier.port25.com seems to agree.

Naturally next I will update postfix (milter) settings and DNS settings to enable dmarc. I noticed there is some support for dmarc in modoboa. Is there anything I should watch out for that I might break through conflicting actions? Or am i safe for now (and how about the future).

tonioo commented 7 years ago

The DMARC plugin only generates human-readable reports, using XML reports sent by compatible MTA around the net. It is pretty safe. Read the README to know how to enable it.

JayBeRayBearGun commented 7 years ago

I will, thanks! PS: i saw we have some updates. Again perhaps a trivial questiosn but what is tha adviced/safe way to upgrade? (I used the modoboa installer)

tonioo commented 7 years ago

For now, upgrades are manual. The documentation will help you: http://modoboa.readthedocs.io/en/latest/upgrade.html. The 1.6.3 brings a little modification to the SQL schema.

JayBeRayBearGun commented 7 years ago

Thanks! Does this apply also to people like me who used the installer? I did thus not use the pip install procedure unless the installer did this for me ;)