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


Skip to content
  • How good is the mail server?

    Discuss
    10
    2 Votes
    10 Posts
    1k Views
    H

    have you stress test your mail server .. sending more emails to see its limits ( in 1 gb ram small vps) ?

  • Can't manage existing email address since v7.3.4 update

    Unsolved Support
    11
    1 Votes
    11 Posts
    959 Views
    subvenS

    @msbt said in Can't manage existing email address since v7.3.4 update:

    for debugging, lmk if needed

    Not needed. Just takes a really long time to fetch for domains with bigger maildata.

  • Mail address not conveyed to profile?

    Solved Firefly III
    5
    0 Votes
    5 Posts
    554 Views
    nottheendN

    @girish thanks! It's working fine now.
    This is the reason why I love cloudroun ❤

  • Privilege escalation through mail manager role

    Solved Discuss
    8
    2 Votes
    8 Posts
    648 Views
    nebulonN

    This is fixed for next release with https://git.cloudron.io/cloudron/box/-/commit/3477cf474f32a51c62aef65015e615db62bca4f7

    For the other feature request about domains, please make a separate thread there, but I can already say that Cloudron is still designed to work for a setup of one Cloudron per organization and not many maintaining isolated organizations on one Cloudron. This will add all kinds of complexities for the 99% use-cases Cloudron is currently used for.

  • SMTP External Relay w/ ProtonMail Bridge

    Support
    12
    0 Votes
    12 Posts
    2k Views
    timconsidineT

    @YoMaCloud thank you for the correction / update, useful to know.

  • haraka high cpu! usage

    Solved Support
    5
    1 Votes
    5 Posts
    488 Views
    girishG

    I have submitted a PR upstream as a temporary fix - https://github.com/haraka/Haraka/pull/3104

  • upgrade tls timeout from inbound gmail

    Solved Support
    14
    1 Votes
    14 Posts
    1k Views
    N

    @girish Thanks for getting back. Yea I was able to sort this out. It appears it might have been related to the route I had established for internet traffic.

    Strange that it would only effect gmail, but this new route is simpler, and testing shows all mails being delivered without issue.

  • Unusual Mail Issues

    Solved Support
    15
    2 Votes
    15 Posts
    758 Views
    M

    @girish Sure thing!

  • IP Address Blocklist Check acting weird

    Solved Support
    5
    0 Votes
    5 Posts
    569 Views
    JOduMonTJ

    @girish hey forgot to mention.
    My IP is not listed but the AS network is declared as spammy.

    While I contacted OVH for this and I respect their answers, they said they are not willing and paying for deblacklisting their network because it like an hostage situation.

    So I asked them to change the IP of my instance, let's see.

  • Mailing list using Sendgrid

    Support
    5
    1 Votes
    5 Posts
    591 Views
    girishG

    Usually in email providers, there are two kinds of setups - identity based setup (to set up relaying a single email address) or a domain based setup ( to set up relaying for the entier domain). You have to set up domain based setup. This is because each app on Cloudron sends email with potentially a different email address (in the username portion).

  • 0 Votes
    5 Posts
    605 Views
    timconsidineT

    @necrevistonnezr not sure about Roundcube as I moved over to SnappyMail, but I think it is similar.
    Under Filters you can add a sieve script (maybe they call it 'custom')

    And yes I think discard with message is equivalent. But not an expert.

    Due to the excellent spamassassin rules posted here https://forum.cloudron.io/post/30512 by @d19dotca, I am not needing to use sieve in SnappyMail. But here is the script which I use in Protonmail. The from can be changed to to I guess.

    NB : I put the reject part of the rule before the spam test. Arguably I should have a return after the reject - not sure why I did not do that.

    require ["include", "environment", "variables", "relational", "comparator-i;ascii-numeric", "spamtest", "reject", "fileinto", "imap4flags"]; if address :contains "from" ["spammer@blah.co.uk", "spammer.com"] { reject "Spam"; } if spamtest :value "ge" :comparator "i;ascii-numeric" "5" { fileinto "spam"; } if exists "list-unsubscribe" { addflag "\\List"; } # Generated: Do not run this script on spam messages if allof (environment :matches "vnd.proton.spam-threshold" "*", spamtest :value "ge" :comparator "i;ascii-numeric" "${1}") { return; }
  • Mail server - How to expose ports for internal network

    Solved Support
    4
    0 Votes
    4 Posts
    683 Views
    C

    @girish said in Mail server - How to expose ports for internal network:

    @ChicagoGregg said in Mail server - How to expose ports for internal network:

    Is it possible to expose its ports (25,465,587) to the local network so that mail can be sent (relayed) through the mail server and let it handle it going outbound? Figuring that Cloudron has this capability, and I'd only have a few emails per day requiring this, it should be able to provide this.

    If I understand correctly, you want to relay mail via another mail server. If so, just sent the relay using the External SMTP relay configuration.

    I am not quite following the part about exposing port 25/476/587 though. These are already exposed on the server. You have to configure your router/firewall to port forward those ports to the Cloudron internal IP.

    Sorry for the tardy reply here. Thanks for both of your replies @subven and @girish .

    Originally, I was simply wanting to do something like

    Home Network (App sends email) -> Cloudron (on home network) accepts mail for relay from local home network 10.x.x.x -> sends to server through Internet connection (to my already-configured mail relay server, External w/ authentication)

    I was looking for an unauthenticated relay on the home network.

    Well, I suppose that Cloudron can't provide an unauthenticated relay point. So, I suppose the workaround is simply to configure a user and relay using authentication using a domain that is configured.

    I'm fine going this route... And I get why it's for that reason with security. 🙂

    Thanks for the help!

    -gregg

  • Email Restoration

    Solved Support
    9
    0 Votes
    9 Posts
    914 Views
    M

    @d19dotca I can't believe I missed that. Literally read right past it. Thank you!

  • Unexpected SPF record when using outgoing-only mail

    Solved Support
    5
    0 Votes
    5 Posts
    771 Views
    R

    @girish Hmm, that didn't match the behaviour I saw. I ended up with two separate SPF records in Hetzner. One that I had already set up from my own DNS setup, and one added from Cloudron - which didn't contain the content of my own record. Thankfully it wasn't difficult to fix, once I read up on it.

  • SMTP failure 550 - not able to send mails from Mail App

    Solved Support
    14
    0 Votes
    14 Posts
    1k Views
    subvenS

    @squareclouds I can asure you that your deliverability rate will not improve if you send through a selfhosted SMTP relay. Also sending from your Cloudrons SMTP won't be better (in most cases) other then your providers mail server. Ugly truth is that email besides the "big brands" is kinda broken. I pay 11$ ransom to mailjet every month to get my ~2500 mails/month out 😞

  • Check mail settings for an external service

    Feature Requests
    9
    1 Votes
    9 Posts
    1k Views
    potemkin_aiP

    @girish that would be the best way, actually - having error codes from the service provider would help me to understand the DNS records are missing even earlier 🙂

  • SMTP Error (corrupt queue file)

    Solved Support
    6
    5 Votes
    6 Posts
    628 Views
    girishG

    Mail queue is exposed in 7.3, so you should be able to clean such files from the UI in the next release.

  • SSL certificate issue after cloudron migration

    Solved Support
    3
    0 Votes
    3 Posts
    524 Views
    E

    @humptydumpty Thank you, that has actually worked!

  • Mail and Notes

    Solved Support
    5
    1 Votes
    5 Posts
    636 Views
    fbartelsF

    @JOduMonT you're right. "official" was the wrong wording. What I meant was use is to use the notes functionality of Nextcloud and then use an app on ios that is designed to sync with it.

    Which honestly is a bit of a pity since most note sync applications are markdown or plaintext, while systems like Apple Notes and Microsoft Onenote allow for more functionality (multimedia, cross application integration and stylus support).

  • Mails: "Plugin timeout" (spamassassin) from time to time

    Unsolved Support
    2
    0 Votes
    2 Posts
    286 Views
    girishG

    Investigating this in the support ticket, will update this post accordingly when we find the root cause.