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


Skip to content
  • Is there a mail difference between the free and paid version?

    Solved Support mail
    4
    1 Votes
    4 Posts
    798 Views
    J
    @girish That's very nice! I already have the paid version, so no problem for me, was just wondering
  • Dynamic DNS and Mail Server Location

    Solved Support mail dynamic-dns
    4
    1 Votes
    4 Posts
    866 Views
    G
    @girish said in Dynamic DNS and Mail Server Location: @gerard that's quite brave to run a mail server with dynamic IP @girish Yeah it's silly and unreliable But not meant for any serious usage. Thank you for fixing it.
  • Searching emails by email address doesn't work :(

    Solved Support mail search
    20
    1
    1 Votes
    20 Posts
    1k Views
    jdaviescoatesJ
    @james I can't presently reproduce the issue I had previously so I guess this is solved.
  • SpamAssassin Rule for some Catch-all users in my domain

    Solved Support mail spamassassin
    14
    1
    3 Votes
    14 Posts
    4k Views
    dsp76D
    Thanks - that sounds interesting. Didn't know that - but this is a reason to rethink my approach.
  • Email forwarding for active mailbox

    Feature Requests mail
    4
    3 Votes
    4 Posts
    728 Views
    sponchS
    Hi and thanks. This is how I did it - as mentioned above doing that in Cloudron mail settings would be great.
  • How to use an additional IP for mail in Cloudron ?

    Support mail cloudflare
    2
    1 Votes
    2 Posts
    478 Views
    girishG
    @JOduMonT an email server (without email relays) requires a public IP. There is no way around this. Even if you add a second IP, the second IP will be exposed and one can always access your Cloudron dashboard via that IP address. Just have to put an entry in /etc/hosts on my laptop and point that floating IP to my.domain.com and that's it. I guess you are looking for a way to "sandbox" mail server to a specific IP somehow. We don't have a way to do this in Cloudron. I can move this to Feature Requests. But also, it might be easier to just create another VM and run mail on the other VM? Security wise , this is the easiest and cleanest instead of writing a lot of code to make sure mail server and dashboard despite being on the same server don't step on each other (networking wise).
  • Solr+SOGo

    Moved Solved Support mail solr
    9
    2 Votes
    9 Posts
    2k Views
    girishG
    This was a regression in Cloudron 7.7. Thanks for reporting @AartJansen Fixed in https://git.cloudron.io/cloudron/box/-/commit/1afa2e87ec93881ebcd1f79d83d4477467b40770
  • Website needs to send emails to cloudron server

    Solved Support spf relay mail
    16
    1 Votes
    16 Posts
    3k Views
    girishG
    @AartJansen '+' is the default qualifier. So, it is redundant in +a:my.friendwholesale.co.nz . You can remove it.
  • Mailing List - answer to list not sender

    Moved Feature Requests mail mailing-lists
    6
    2 Votes
    6 Posts
    1k Views
    girishG
    Worthwhile reads - ``Reply-To'' Munging Considered Harmful and Reply-to-List, or Reply-to-All?
  • Should I be worried about these errors in the mail log?

    Solved Support mail
    3
    1
    2 Votes
    3 Posts
    587 Views
    girishG
    This is fixed in the latest release 7.6.2
  • Setting Quota when Mailbox is added

    Feature Requests mail
    1
    2 Votes
    1 Posts
    191 Views
    No one has replied
  • Creating new user - adding Mailbox automatically

    Feature Requests mail
    9
    1 Votes
    9 Posts
    2k Views
    nebulonN
    Topic was merged, unfortunately I merged it reversed, so the new topic is now on top of this.
  • 2 Votes
    17 Posts
    3k Views
    girishG
    @robi @d19dotca identified the issue at https://forum.cloudron.io/topic/10434/email-event-log-loading-very-slowly-seems-tied-to-overall-email-domain-list-health-checks/9 . When we switch views, pending http requests of the old view are not canceled .
  • Certificate self-signed in response for mail service in mail.domain.tld

    Solved Support mail
    4
    1 Votes
    4 Posts
    806 Views
    girishG
    @bloops are you saying you created a Domain called mail.domain.tld ? This is not needed. I think the certificate issue could simply be a matter of DNS propagation. Especially, with manual DNS, depending on your provider, this can take a while and Cloudron has no way to check . In such cases, it will start using a self signed certificate initially. There is a nightly cron job to renew certs and that would kick in and get a certificate eventually.
  • Some emails going to spam

    Solved Support mail spam
    9
    1
    3 Votes
    9 Posts
    2k Views
    C
    @THI_Staff Apologies for a late response on this. I haven't used this yet. I was grandfathered on some free monitoring elsewhere. That being said, some of the delivery reports tell you servers that attempted to send email on your behalf. That has helped me resolve some delivery issues where others were sending legitimate emails, but using one of our email addresses instead of theirs. That tripped a DMARC fail. I would start their service without and then see if you want more.
  • Setting for sending mail from another server?

    Solved Support mail
    2
    0 Votes
    2 Posts
    448 Views
    girishG
    @zylstra I think you are asking how to relay email . See https://docs.cloudron.io/email/#relay-outbound-mails
  • cant open port25

    Solved Support mail
    6
    0 Votes
    6 Posts
    1k Views
    girishG
    Follow up at https://forum.cloudron.io/topic/10145/any-way-to-relay-incoming-email
  • Create mail accounts by API

    Solved Support api mail
    2
    0 Votes
    2 Posts
    511 Views
    BrutalBirdieB
    via api you can do that. POST {{baseUrl}}/mail/:domain/mailboxes note :domain is a variable for the mail domain. note {{baseUrl}} is the Cloudron api url e.g. https://my.DOMAIN.TLD/api/v1 with body: { "name": "webmaster", "ownerId": "uid-be9dcf57-ad65-40e0-a3f8-d1c75974bf01", "ownerType": "user" } The ownerType can be user or group. and the ownerId you need to get via either /users and for groups /groups. The API and the API Doc is currently being reworked. https://git.cloudron.io/cloudron/docs/-/blob/master/api/cloudron_api_swagger.yaml?ref_type=heads
  • 1 Votes
    4 Posts
    949 Views
    A
    You can also use https://docs.cloudron.io/email/#subaddresses without having to add aliases at all. This is pretty much covering my use case, great, thanks
  • Configuring Email Clients - Missing variable `Server:`

    Solved Support ui mail
    4
    1
    3 Votes
    4 Posts
    498 Views
    BrutalBirdieB
    @hakunamatata goto E-Mail => Click the Mail Domain you want => top right [image: 1701686484273-da007e89-1df8-498d-96ba-6503dc59096d-image.png]