Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. Support
  3. your friend and mine, DMARC

your friend and mine, DMARC

Scheduled Pinned Locked Moved Solved Support
dmarcgmail
8 Posts 4 Posters 2.6k Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • bmannB Offline
    bmannB Offline
    bmann
    wrote on last edited by girish
    #1

    I have a couple of domains for which I have Google running email for.

    Cloudron creates DMARC records as well as DKIM / spf for this.

    If I delete the DMARC then Google will send again.

    How can I configure Cloudron to a) either enable Google sending or b) not keep recreating the DMARC record?

    1 Reply Last reply
    1
    • d19dotcaD Offline
      d19dotcaD Offline
      d19dotca
      wrote on last edited by
      #2

      It's been a while since I've used the DNS APIs in Cloudron as I mostly use wildcard now, but I don't believe I ever saw Cloudron override an existing DNS entry, it just would create them if they didn't exist and update them if the server IP changed, not sure I noticed any _dmarc DNS conflicts. If it's something that the Cloudron DNS integration doesn't allow for though then I suspect you'll need to switch to wildcard DNS method instead so you have more control.

      --
      Dustin Dauncey
      www.d19.ca

      1 Reply Last reply
      0
      • bmannB Offline
        bmannB Offline
        bmann
        wrote on last edited by
        #3

        It doesn't override it. I don't have a DMARC entry, and every time one gets added, I can't send from my Gmail any more. I fix it by deleting the DMARC entry 🙂

        jdaviescoatesJ 1 Reply Last reply
        0
        • bmannB bmann

          It doesn't override it. I don't have a DMARC entry, and every time one gets added, I can't send from my Gmail any more. I fix it by deleting the DMARC entry 🙂

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote on last edited by
          #4

          @bmann said in your friend and mine, DMARC:

          I don't have a DMARC entry

          Sounds to me like if you were add one for Gmail that'd resolve your issue long-term.

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          1
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #5

            @bmann By default, Cloudron will add "v=DMARC1; p=reject; pct=100" . This entry means that emails that don't follow SPF and DKIM should all be 100% rejected.

            • Cloudron will only add DMARC record if it's absent .
            • Cloudron will only add the DMARC record if you press the 'Sync DNS' button manually. OR you enable/disable email for the domain. There is no cron job to periodically add DNS entries.

            With the above in mind:

            • You should always have a DMARC record for your domain. Any reason why you don't have any?
            • Maybe google is missing in your SPF, this is why it's not working? Have you done https://support.google.com/a/answer/10684623?hl=en already?
            bmannB 1 Reply Last reply
            2
            • girishG girish

              @bmann By default, Cloudron will add "v=DMARC1; p=reject; pct=100" . This entry means that emails that don't follow SPF and DKIM should all be 100% rejected.

              • Cloudron will only add DMARC record if it's absent .
              • Cloudron will only add the DMARC record if you press the 'Sync DNS' button manually. OR you enable/disable email for the domain. There is no cron job to periodically add DNS entries.

              With the above in mind:

              • You should always have a DMARC record for your domain. Any reason why you don't have any?
              • Maybe google is missing in your SPF, this is why it's not working? Have you done https://support.google.com/a/answer/10684623?hl=en already?
              bmannB Offline
              bmannB Offline
              bmann
              wrote on last edited by bmann
              #6

              @girish I flipped from wildcard to Let’s Encrypt Prod, so I suspect that’s when it got re-added.

              I have an spf record (Cloudron added it and then I added google to the entry - although it looks like _spf.google.com is a new domain, I will add this)

              Is there anything else google specific that should be in a DMARC entry?

              I’ve never had a DMARC entry and never had any issues. If I add one, I can’t send via Gmail.

              I’ll try a few things. Thanks.

              girishG 1 Reply Last reply
              0
              • bmannB bmann

                @girish I flipped from wildcard to Let’s Encrypt Prod, so I suspect that’s when it got re-added.

                I have an spf record (Cloudron added it and then I added google to the entry - although it looks like _spf.google.com is a new domain, I will add this)

                Is there anything else google specific that should be in a DMARC entry?

                I’ve never had a DMARC entry and never had any issues. If I add one, I can’t send via Gmail.

                I’ll try a few things. Thanks.

                girishG Offline
                girishG Offline
                girish
                Staff
                wrote on last edited by
                #7

                @bmann you can just set a relaxed DMARC like in https://support.google.com/a/answer/10032473?hl=en . Something like v=DMARC1; p=none; rua=mailto:dmarc@solarmora.com . This will ensure atleast mails are not getting rejected because of DMARC. I would still double check though why Google thinks it cannot send emails for your domain. Have you set up DKIM for Google - https://support.google.com/a/answer/180504?hl=en ?

                1 Reply Last reply
                3
                • bmannB Offline
                  bmannB Offline
                  bmann
                  wrote on last edited by
                  #8

                  Yes I have DKIM setup. Thanks for the “relaxed” incantation. I’ll try that.

                  1 Reply Last reply
                  1
                  • girishG girish marked this topic as a question on
                  • girishG girish has marked this topic as solved on

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Register Login
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • Bookmarks
                  • Search