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
  • 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 | Demo | Docs | Install
  1. Cloudron Forum
  2. Feature Requests
  3. set default server mail address via UI/Setting

set default server mail address via UI/Setting

Scheduled Pinned Locked Moved Feature Requests
14 Posts 5 Posters 2.2k Views 5 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.
  • L Offline
    L Offline
    lukas
    wrote on last edited by
    #4

    Is it possible to change the default server "send" mail address in Cloudron? Changed my E-Mail Server settings to Outbound only and now I have an issue to send a test E-Mail.

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

      This is still hard coded to no-reply@ . What exactly is the issue with using no-reply@ ?

      1 Reply Last reply
      0
      • L Offline
        L Offline
        lukas
        wrote on last edited by
        #6

        I get this in email log:

        {
        "ts": 1705660417456,
        "type": "bounce",
        "direction": "outbound",
        "uuid": "EC066014-7A57-446F-A979-A5FDC8DD32F5.1",
        "messageId": null,
        "mailFrom": "<>",
        "spamStatus": null,
        "mailbox": null,
        "quotaPercent": null,
        "rcptTo": [
        "no-reply@mydomain.de"
        ],
        "message": "Some recipients failed: no-reply@mydomain.de",
        "mx": {
        "exchange": "mxext2.mailbox.org",
        "priority": 10,
        "family": "A",
        "bind_helo": "mail.mydomain.de"
        },
        "bounced_rcpt": [
        {
        "original": "no-reply@mydomain.de",
        "user": "no-reply",
        "original_host": "mydomain.de",
        "host": "mydomain.de",
        "reason": "550 5.1.1 no-reply@mydomain.de: Recipient address rejected: User unknown in relay recipient table",
        "dsn_action": "failed",
        "dsn_smtp_code": "550",
        "dsn_smtp_extc": "5.1.1",
        "dsn_status": "5.1.1",
        "dsn_smtp_response": "no-reply@mydomain.de: Recipient address rejected: User unknown in relay recipient table",
        "dsn_remote_mta": "mxext2.mailbox.org"
        }
        ]
        }

        girishG 1 Reply Last reply
        0
        • L lukas

          I get this in email log:

          {
          "ts": 1705660417456,
          "type": "bounce",
          "direction": "outbound",
          "uuid": "EC066014-7A57-446F-A979-A5FDC8DD32F5.1",
          "messageId": null,
          "mailFrom": "<>",
          "spamStatus": null,
          "mailbox": null,
          "quotaPercent": null,
          "rcptTo": [
          "no-reply@mydomain.de"
          ],
          "message": "Some recipients failed: no-reply@mydomain.de",
          "mx": {
          "exchange": "mxext2.mailbox.org",
          "priority": 10,
          "family": "A",
          "bind_helo": "mail.mydomain.de"
          },
          "bounced_rcpt": [
          {
          "original": "no-reply@mydomain.de",
          "user": "no-reply",
          "original_host": "mydomain.de",
          "host": "mydomain.de",
          "reason": "550 5.1.1 no-reply@mydomain.de: Recipient address rejected: User unknown in relay recipient table",
          "dsn_action": "failed",
          "dsn_smtp_code": "550",
          "dsn_smtp_extc": "5.1.1",
          "dsn_status": "5.1.1",
          "dsn_smtp_response": "no-reply@mydomain.de: Recipient address rejected: User unknown in relay recipient table",
          "dsn_remote_mta": "mxext2.mailbox.org"
          }
          ]
          }

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

          @lukas Just a guess : I think mailbox.org wants you to create a mailbox named no-reply. I think it will work after that. Note that if this is the case, you have to create a mailbox for the apps as well i.e the MAIL FROM address you set in https://docs.cloudron.io/apps/#email .

          1 Reply Last reply
          1
          • necrevistonnezrN Offline
            necrevistonnezrN Offline
            necrevistonnezr
            wrote on last edited by necrevistonnezr
            #8

            Incidentally, I have similar problems with mailbox.org as a relay- server.
            After Calibre somehow „forgot“ my account and I tried to reset the password, I have the following in my mail log:

            {
              "ts": 1705738207792,
              "type": "denied",
              "direction": "inbound",
              "uuid": "52672D92-55A1-45FD-8A51-8BFAC2E026A5.1",
              "messageId": null,
              "mailFrom": "<books.app@domain.net>",
              "spamStatus": null,
              "mailbox": null,
              "quotaPercent": null,
              "rcptTo": [],
              "remote": {
                "ip": "fd00:c107:d509::6",
                "port": 48958,
                "host": "21633ae0-9125-4384-9d2e-bd040ed31952.cloudron",
                "info": "21633ae0-9125-4384-9d2e-bd040ed31952.cloudron",
                "closed": false,
                "is_private": true,
                "is_local": true
              },
              "authUser": null,
              "relaying": false,
              "pluginName": "rcpt_to.in_host_list",
              "errorCode": 902,
              "message": "Mail from domain 'domain.net' is not allowed from your host",
              "rejectionCountLastHour": 0
            }
            
            
            girishG 2 Replies Last reply
            0
            • necrevistonnezrN necrevistonnezr

              Incidentally, I have similar problems with mailbox.org as a relay- server.
              After Calibre somehow „forgot“ my account and I tried to reset the password, I have the following in my mail log:

              {
                "ts": 1705738207792,
                "type": "denied",
                "direction": "inbound",
                "uuid": "52672D92-55A1-45FD-8A51-8BFAC2E026A5.1",
                "messageId": null,
                "mailFrom": "<books.app@domain.net>",
                "spamStatus": null,
                "mailbox": null,
                "quotaPercent": null,
                "rcptTo": [],
                "remote": {
                  "ip": "fd00:c107:d509::6",
                  "port": 48958,
                  "host": "21633ae0-9125-4384-9d2e-bd040ed31952.cloudron",
                  "info": "21633ae0-9125-4384-9d2e-bd040ed31952.cloudron",
                  "closed": false,
                  "is_private": true,
                  "is_local": true
                },
                "authUser": null,
                "relaying": false,
                "pluginName": "rcpt_to.in_host_list",
                "errorCode": 902,
                "message": "Mail from domain 'domain.net' is not allowed from your host",
                "rejectionCountLastHour": 0
              }
              
              
              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #9

              @necrevistonnezr that looks like maybe the SPF record is not correct . Does the SPF record have mailbox.org in it?

              1 Reply Last reply
              0
              • necrevistonnezrN Offline
                necrevistonnezrN Offline
                necrevistonnezr
                wrote on last edited by
                #10

                Yes

                v=spf1 include:mailbox.org ~all
                
                1 Reply Last reply
                0
                • necrevistonnezrN necrevistonnezr

                  Incidentally, I have similar problems with mailbox.org as a relay- server.
                  After Calibre somehow „forgot“ my account and I tried to reset the password, I have the following in my mail log:

                  {
                    "ts": 1705738207792,
                    "type": "denied",
                    "direction": "inbound",
                    "uuid": "52672D92-55A1-45FD-8A51-8BFAC2E026A5.1",
                    "messageId": null,
                    "mailFrom": "<books.app@domain.net>",
                    "spamStatus": null,
                    "mailbox": null,
                    "quotaPercent": null,
                    "rcptTo": [],
                    "remote": {
                      "ip": "fd00:c107:d509::6",
                      "port": 48958,
                      "host": "21633ae0-9125-4384-9d2e-bd040ed31952.cloudron",
                      "info": "21633ae0-9125-4384-9d2e-bd040ed31952.cloudron",
                      "closed": false,
                      "is_private": true,
                      "is_local": true
                    },
                    "authUser": null,
                    "relaying": false,
                    "pluginName": "rcpt_to.in_host_list",
                    "errorCode": 902,
                    "message": "Mail from domain 'domain.net' is not allowed from your host",
                    "rejectionCountLastHour": 0
                  }
                  
                  
                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #11

                  @necrevistonnezr said in set default server mail address via UI/Setting:

                  "authUser": null,

                  this seems to be the bug. Because there is no authentication user, Cloudron thinks it's an incoming mail. I think it's a miconfiguration in the app maybe. Let me check.

                  necrevistonnezrN 1 Reply Last reply
                  1
                  • girishG girish

                    @necrevistonnezr said in set default server mail address via UI/Setting:

                    "authUser": null,

                    this seems to be the bug. Because there is no authentication user, Cloudron thinks it's an incoming mail. I think it's a miconfiguration in the app maybe. Let me check.

                    necrevistonnezrN Offline
                    necrevistonnezrN Offline
                    necrevistonnezr
                    wrote on last edited by
                    #12

                    @girish Thanks!

                    1 Reply Last reply
                    0
                    • nebulonN Offline
                      nebulonN Offline
                      nebulon
                      Staff
                      wrote on last edited by
                      #13

                      The calibre package had a bug configuring the SMTP pasword correctly. This is now fixed.

                      1 Reply Last reply
                      3
                      • necrevistonnezrN Offline
                        necrevistonnezrN Offline
                        necrevistonnezr
                        wrote on last edited by
                        #14

                        Thank you very much!

                        1 Reply Last reply
                        0
                        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