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. Announcements
  3. What's coming in Cloudron 10

What's coming in Cloudron 10

Scheduled Pinned Locked Moved Announcements
33 Posts 17 Posters 3.5k Views 17 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.
  • sponchS sponch

    would it -theoretically- be possible to and an alias service (like simplelogin.io or addy.io)?

    andreasduerenA Offline
    andreasduerenA Offline
    andreasdueren
    App Dev
    wrote last edited by
    #21

    @sponch I don't think so. Looks like cloudron is blocking Port 25 which is needed for receiving mail. Running into the same issues with my attempt at packaging stalwart

    1 Reply Last reply
    0
    • J Online
      J Online
      joseph
      Staff
      wrote last edited by
      #22

      For external software (unsupported), you have to explicitly unblock ports - https://docs.cloudron.io/network/#whitelist-ports

      andreasduerenA 1 Reply Last reply
      0
      • J joseph

        For external software (unsupported), you have to explicitly unblock ports - https://docs.cloudron.io/network/#whitelist-ports

        andreasduerenA Offline
        andreasduerenA Offline
        andreasdueren
        App Dev
        wrote last edited by
        #23

        @Joseph No, the problem here is that to receive mail, I need to be able to route Port 25 to the app. But I think it's always reserved by the internal mail server?

        1 Reply Last reply
        0
        • J Online
          J Online
          joseph
          Staff
          wrote last edited by
          #24

          @andreasdueren you are right, it is a reserved port .

          1 Reply Last reply
          1
          • A Offline
            A Offline
            adhodgson
            wrote last edited by
            #25

            The ability to delegate a subdomain out to an SMTP server hosted by an app has been discussed several times before. I'd quite like to package Mailman for Cloudron, but need a way of getting mail into Mailman itself. Mailman processes incoming mail via LMTP, but we could run an MTA on the app container if the app didn't support native SMTP. If we went that route I think it would be essential for Haraka to call forward to the SMTP server running in the container to avoid backscatter. I do run Mailman on my Cloudron instance for now in a completely unsupported manor and allow incoming SMTP via the Cloudron firewall as a custom port. This is working fine with Exim installed natively on the host, and I have a script to ensure the Nginx config for Mailman is in place. I really wouldn't recommend doing this yourself though and I'm also thinking of offloading the mailing lists to a third party provider at this point for various reasons.

            1 Reply Last reply
            5
            • girishG girish

              We will be working on the following in 9.2. mail server needs a bunch of housekeeping and fixes and will be the focus for this release.

              Mail related:

              • mail: allow cloudron email to be used as a mail relay. this will allow one cloudron to relay emails via another cloudron without having to disable mail from validation.
              • mail: fix mail forwarding. there's been lots of bug reports on this feature. have to investigate the root cause
              • mail: admin notes field for mailboxes and lists
              • mail: housekeeping task. we want to move away from usage of ldap for auth entirely. many of the node ldap modules have become unmaintained
              • mail: housekeeping task. the mail database is partly in box code and partly in mail server. have to move everything into mail server. this will help us implement backup/restore of mail nicely as well.
              • mail: expose mailbox indexing and spam learning status in the UI

              Non-mail related:

              • Ubuntu 26.04 support
              • Improved progress reporting - show percentage complete and elapsed/estimated time for backups and app installations
              • Convert backup site creation dialog to a view
              • Policy change: self updating ubuntu packages will be permitted i.e apt update and apt upgrade is allowed.
              girishG Do not disturb
              girishG Do not disturb
              girish
              Staff
              wrote last edited by
              #26

              girish said:

              Ubuntu 26.04 support

              This is now implemented in master. Required very minimal changes, mostly to the installation script and also fixing up the docker version.

              Ubuntu 26.04 is slowly appearing in many VPS providers (linode, vultr, upcloud) but not in DigitalOcean yet. So, haven't tested it extensively.

              1 Reply Last reply
              2
              • sponchS Offline
                sponchS Offline
                sponch
                wrote last edited by
                #27

                So new mail features are coming in 10 or 9.2 - I'm a bit confused 😉

                1 Reply Last reply
                1
                • T Teiluj referenced this topic
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote last edited by
                  #28

                  Initially we thought of 9.2 having those but since we wanted to release some things earlier, 9.2 was released with different features, so this thread shifted essentially to v10 now 🙂

                  1 Reply Last reply
                  1
                  • girishG girish

                    We will be working on the following in 9.2. mail server needs a bunch of housekeeping and fixes and will be the focus for this release.

                    Mail related:

                    • mail: allow cloudron email to be used as a mail relay. this will allow one cloudron to relay emails via another cloudron without having to disable mail from validation.
                    • mail: fix mail forwarding. there's been lots of bug reports on this feature. have to investigate the root cause
                    • mail: admin notes field for mailboxes and lists
                    • mail: housekeeping task. we want to move away from usage of ldap for auth entirely. many of the node ldap modules have become unmaintained
                    • mail: housekeeping task. the mail database is partly in box code and partly in mail server. have to move everything into mail server. this will help us implement backup/restore of mail nicely as well.
                    • mail: expose mailbox indexing and spam learning status in the UI

                    Non-mail related:

                    • Ubuntu 26.04 support
                    • Improved progress reporting - show percentage complete and elapsed/estimated time for backups and app installations
                    • Convert backup site creation dialog to a view
                    • Policy change: self updating ubuntu packages will be permitted i.e apt update and apt upgrade is allowed.
                    girishG Do not disturb
                    girishG Do not disturb
                    girish
                    Staff
                    wrote last edited by
                    #29

                    girish said:

                    mail: admin notes field for mailboxes and lists

                    This is implemented. There is a notes field for each mailbox and list.

                    678936cb-ecad-454f-820f-dcae7d63e684-image.jpeg

                    1 Reply Last reply
                    1
                    • girishG girish

                      We will be working on the following in 9.2. mail server needs a bunch of housekeeping and fixes and will be the focus for this release.

                      Mail related:

                      • mail: allow cloudron email to be used as a mail relay. this will allow one cloudron to relay emails via another cloudron without having to disable mail from validation.
                      • mail: fix mail forwarding. there's been lots of bug reports on this feature. have to investigate the root cause
                      • mail: admin notes field for mailboxes and lists
                      • mail: housekeeping task. we want to move away from usage of ldap for auth entirely. many of the node ldap modules have become unmaintained
                      • mail: housekeeping task. the mail database is partly in box code and partly in mail server. have to move everything into mail server. this will help us implement backup/restore of mail nicely as well.
                      • mail: expose mailbox indexing and spam learning status in the UI

                      Non-mail related:

                      • Ubuntu 26.04 support
                      • Improved progress reporting - show percentage complete and elapsed/estimated time for backups and app installations
                      • Convert backup site creation dialog to a view
                      • Policy change: self updating ubuntu packages will be permitted i.e apt update and apt upgrade is allowed.
                      girishG Do not disturb
                      girishG Do not disturb
                      girish
                      Staff
                      wrote last edited by
                      #30

                      girish said:

                      mail: housekeeping task. we want to move away from usage of ldap for auth entirely. many of the node ldap modules have become unmaintained
                      mail: housekeeping task. the mail database is partly in box code and partly in mail server. have to move everything into mail server. this will help us implement backup/restore of mail nicely as well.

                      Both done now 🙂 Got rid of LDAP entirely from the mail server.

                      1 Reply Last reply
                      3
                      • sponchS Offline
                        sponchS Offline
                        sponch
                        wrote last edited by
                        #31

                        any ETA? 👼

                        girishG 1 Reply Last reply
                        0
                        • sponchS sponch

                          any ETA? 👼

                          girishG Do not disturb
                          girishG Do not disturb
                          girish
                          Staff
                          wrote last edited by
                          #32

                          @sponch still a long way out since we are just implementing the features. I can provide a date, when we are at least done implementing them 🙂 But we are moving very quickly 🤞

                          1 Reply Last reply
                          2
                          • C Offline
                            C Offline
                            crazybrad
                            wrote last edited by
                            #33

                            @girish Since V10 is focused on email, wondering if this feature would be possible: Spam Assassin rules by domain.

                            Due to AI-driven email spam, I need to manually add about 10 domains to the global block list almost on a daily basis . It's a battle I can't win and huge waste of time.

                            I'd like to change Spam Assassin rules to deposit all email in the spam folder, except for known contacts and vendors I allow through. But this needs to be on a per domain basis
                            as every domain would have a different "allow list". It is also possible that some domains would not want this "spam as default" behavior.

                            Does Cloudron support something like this already, or could this capability be added to the V10 email upgrade the team is working on?

                            1 Reply Last reply
                            2

                            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