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. Emails not delivered

Emails not delivered

Scheduled Pinned Locked Moved Unsolved Support
7 Posts 3 Posters 44 Views 3 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.
  • sebastienserreS Offline
    sebastienserreS Offline
    sebastienserre
    wrote last edited by
    #1

    Hello,

    For some days, I have had several emails not delivered.
    In the logs, I can read:

    {
        "ts": 1781015387801,
        "type": "deferred",
        "direction": "outbound",
        "uuid": "3118C384-EC0C-43D8-B705-41F57EEC074B.1",
        "messageId": null,
        "mailFrom": "<>",
        "spamStatus": null,
        "mailbox": null,
        "quotaPercent": null,
        "rcptTo": [
            "<communication@XXX.com>"
        ],
        "message": "Tried all MXs",
        "delay": 65536,
        "failRecips": null,
        "mx": null,
        "_id": "3118C384-EC0C-43D8-B705-41F57EEC074B.1-1781015387801",
        "isOpen": true
    }
    

    Any idea what is happening ?

    Cloudron 9.20

    He/Him - Native language: French

    jdaviescoatesJ 1 Reply Last reply
    0
    • jamesJ Offline
      jamesJ Offline
      james
      Staff
      wrote last edited by james
      #2

      Hello @sebastienserre
      Please include the output of cloudron-support --troubleshoot

      1 Reply Last reply
      0
      • sebastienserreS Offline
        sebastienserreS Offline
        sebastienserre
        wrote last edited by
        #3
        root@my:~# cloudron-support --troubleshoot
        Vendor: QEMU Product: Standard PC (i440FX + PIIX, 1996)
        Linux: 6.8.0-124-generic
        Ubuntu: noble 24.04
        Cloudron: 9.2.0
        Execution environment: kvm
        Processor: AMD EPYC 9354P 32-Core Processor
        BIOS pc-i440fx-10.1  CPU @ 2.0GHz x 2
        RAM: 8131468KB
        Disk: /dev/sda1        50G
        [OK]	Root disk usage is OK (49%)
        [OK]	Memory usage is OK (67%)
        [OK]	Clock is NTP-synchronized
        [OK]	node version is correct
        [OK]	IPv6 is enabled in kernel. Public IPv6 address detected
        [OK]	docker is running
        [OK]	docker version is correct
        [OK]	MySQL is running
        [OK]	netplan is good
        [OK]	DNS is resolving via systemd-resolved
        [OK]	unbound is running
        [OK]	IPv4 HTTPS to api.cloudron.io/api/v1/helper/public_ip
        [OK]	IPv6 HTTPS to api.cloudron.io/api/v1/helper/public_ip
        [OK]	IPv4 HTTPS to auth.docker.io/token
        [OK]	IPv6 HTTPS to auth.docker.io/token
        [OK]	IPv4 HTTPS to acme-v02.api.letsencrypt.org
        [OK]	IPv6 HTTPS to acme-v02.api.letsencrypt.org
        [OK]	nginx is running
        [OK]	dashboard cert is valid
        [OK]	dashboard is reachable via loopback
        [OK]	No pending database migrations
        [OK]	Service 'mysql' is running and healthy
        [OK]	Service 'postgresql' is running and healthy
        [WARN]	Service 'mongodb' is not running (may be lazy-stopped)
        [OK]	Service 'mail' is running and healthy
        [OK]	Service 'graphite' is running and healthy
        [OK]	Service 'sftp' is running and healthy
        [OK]	box v9.2.0 is running
        [OK]	Dashboard is reachable via IPv4 (https://my.thivinfo.com)
        [FAIL]	IPv6: could not load https://my.thivinfo.com
        [OK]	Domain thivinfo.com is valid and has not expired
        
        ======== Summary ========
        PASS:  29
        WARN:  1
        FAIL:  1
        SKIP:  0
        
        Failures:
          - IPv6: could not load https://my.thivinfo.com
        
        Warnings:
          - Service 'mongodb' is not running (may be lazy-stopped)
        
        For troubleshooting tips, see https://docs.cloudron.io/troubleshooting
        To share a full diagnostic dump on the forum, run: cloudron-support --send-diagnostics
        root@my:~# 
        

        He/Him - Native language: French

        1 Reply Last reply
        0
        • sebastienserreS sebastienserre

          Hello,

          For some days, I have had several emails not delivered.
          In the logs, I can read:

          {
              "ts": 1781015387801,
              "type": "deferred",
              "direction": "outbound",
              "uuid": "3118C384-EC0C-43D8-B705-41F57EEC074B.1",
              "messageId": null,
              "mailFrom": "<>",
              "spamStatus": null,
              "mailbox": null,
              "quotaPercent": null,
              "rcptTo": [
                  "<communication@XXX.com>"
              ],
              "message": "Tried all MXs",
              "delay": 65536,
              "failRecips": null,
              "mx": null,
              "_id": "3118C384-EC0C-43D8-B705-41F57EEC074B.1-1781015387801",
              "isOpen": true
          }
          

          Any idea what is happening ?

          Cloudron 9.20

          jdaviescoatesJ Offline
          jdaviescoatesJ Offline
          jdaviescoates
          wrote last edited by
          #4

          @sebastienserre said:

          Any idea what is happening ?

          likely your ipv6 issue I'd guess

          I use Cloudron with Gandi & Hetzner

          1 Reply Last reply
          1
          • jamesJ Offline
            jamesJ Offline
            james
            Staff
            wrote last edited by
            #5

            Hello @sebastienserre
            Yes, I would also assume the same as @jdaviescoates
            No IPv6 for a mailserver is getting used a block reason these days.

            1 Reply Last reply
            0
            • sebastienserreS Offline
              sebastienserreS Offline
              sebastienserre
              wrote last edited by sebastienserre
              #6

              But one is set on the bunny DNS (created through the API directly by Cloudron)
              https://mxtoolbox.com/SuperTool.aspx?action=aaaa%3Amy.thivinfo.com&run=toolpage

              He/Him - Native language: French

              jdaviescoatesJ 1 Reply Last reply
              0
              • sebastienserreS sebastienserre

                But one is set on the bunny DNS (created through the API directly by Cloudron)
                https://mxtoolbox.com/SuperTool.aspx?action=aaaa%3Amy.thivinfo.com&run=toolpage

                jdaviescoatesJ Offline
                jdaviescoatesJ Offline
                jdaviescoates
                wrote last edited by jdaviescoates
                #7

                @sebastienserre it's probably the ipv6 reverse DNS aka rDNS aka PTR which you set via your VPS provider and not by your DNS provider

                I use Cloudron with Gandi & Hetzner

                1 Reply Last reply
                0

                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