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


Skip to content
  • SMTP config: server not being displayed

    Solved Support
    4
    0 Votes
    4 Posts
    43 Views
    nebulonN

    Ah the Cloudron is on version 7.5.2 which had a bug here. This is fixed with v8.0 already

  • smtp server configuration

    Solved Support
    5
    1 Votes
    5 Posts
    185 Views
    P

    Nico you should have a look at Amazon SES and Labnify SMTP. Both are very easy to setup and Cloudron supports them. As with most email service providers, you need to add the required DKIM records to your domain's DNS settings; these records add a digital signature to each outgoing email, which can be verified by the recipient's server to confirm that the email hasn't been tampered with and originates from an authorized sender. Next, just as crazybrad already pointed out you must configure PTR (Pointer) records in the DNS settings, which are used for reverse DNS lookups allowing IP addresses associated with your domain to be resolved back into hostnames—this step is crucial because it ensures your messages aren’t flagged as spam by recipient servers due to mismatched information. Once these DKIM and PTR records are correctly set up, any sender using an email address under that domain will automatically gain authorization, meaning they can send emails seamlessly without additional verification steps or complex configurations while maintaining robust security standards.

  • how can i change smtp limits

    Solved Support
    11
    1 Votes
    11 Posts
    490 Views
    BrutalBirdieB

    @darsh_parsana

    /home/yellowtent/box/setup/start/cloudron-firewall.sh is on the root system, not inside any container.
    You can just edit the file directly via ssh.

  • DigitalOcean port 25 unblocking

    Solved Support
    11
    0 Votes
    11 Posts
    1k Views
    LanhildL

    @Lanhild I sent a reply to them again. They've finally opened the port.

  • Smtp Connection timeout

    Solved Support
    2
    1 Votes
    2 Posts
    105 Views
    F

    I have the solution, VPS is blocked SMTP , now is open now is working

  • Send email with brevo relay

    Unsolved Support
    2
    1 Votes
    2 Posts
    242 Views
    girishG

    @JUVOJustin said in Send email with brevo relay:

    I have a sender configured for my-domain.com, while the server has cloudron01.my-domain.com . How can i solve this?

    Just to double check - on Cloudron, the relay system requires "domain" level relaying . Meaning, it requires a relay that can send with FROM address like <anything>@domain.com , as opposed to specific-address@domain.com . Can you confirm this?

    I think the easiest would be to allow changing the "From" domain in case a relay is used, since the sending domain will most likely be handled by the relay provider.

    You can change the From Email address of an app in the Email section of the app - https://docs.cloudron.io/apps/#mail-from-address . If you want my-domain.com , then add this in the Domains view. It will then appear in the dropdown of the Email domain selector as well. Then, Email -> my-domain.com -> Configure Outbound as brevo.

  • Outbound SMTP issue

    Solved Support
    4
    0 Votes
    4 Posts
    429 Views
    girishG

    @q__nt_n The VPS blocks port outbound 25. You have to reach out to contabo again and tell them that you can't connect with the above command.

  • 0 Votes
    7 Posts
    784 Views
    murgeroM

    @jdaviescoates totally confusing for sure. Not cloudron's fault completely as TLS is just an update to SSL. The problem comes from old software I think where SSL (the verb) is still being used where TLS should be. Both are technically the same, one is just newer.

    Or at least that is what google would suggest lol. Either way, you can never have too many docs so an update to specifically call this out when working with SMTP ports would be useful.

  • Option to use external MX and SMTP server-wide

    Feature Requests
    1
    3 Votes
    1 Posts
    132 Views
    No one has replied
  • smtp issues

    Solved Support
    9
    0 Votes
    9 Posts
    540 Views
    R

    @girish with help from vps and hosting it is been solved.
    thank you for replying here

  • [EMAIL] smtp.live.com reject 2/8 of my domains.

    Solved Support
    3
    0 Votes
    3 Posts
    323 Views
    nebulonN

    What @d19dotca mentioned is correct, the next release will solve this issue and the current warning can be safely ignored for now.

  • 0 Votes
    16 Posts
    3k Views
    arshsahzadA

    @girish Thanks for a quick fix, It's now working

  • 0 Votes
    6 Posts
    712 Views
    B

    @girish Wow that worked perfectly, thank you so much! 😊

  • Too many concurrent SMTP connections

    Solved Mattermost
    5
    0 Votes
    5 Posts
    1k Views
    girishG

    @tomw thanks for the update! I will make the default value higher in the next release.

  • 🤔 Cloudron External SMTP > Mail-in-a-box SMTP > ECONNREFUSED

    Solved Support
    10
    0 Votes
    10 Posts
    1k Views
    girishG

    The root cause for this was the Cloudron server had the hostname as "box.domain.com" (same as the relay). Debian/Ubuntu has a quirk that it will put the hostname in /etc/hosts to resolve as 127.0.1.1. This meant that when we try to set it as relay, it resolves to 127.0.1.1 instead of the actual IP.

    To add to the confusion, I suggested using the host command which does not use /etc/hosts (i.e the nsswitch mechanisms) and uses only the DNS. If I had suggested using ping then we would have narrowed down the issue more quickly...

    Anyway, the fix is simply to hostnamectl set-hostname somethingelse.domain.com and also edit /etc/hosts (for some reason, hostnamectl doesn't change hosts file even after reboot, 🤷 ).

  • External SMTP

    Solved Support
    5
    0 Votes
    5 Posts
    612 Views
    V

    @girish
    Thanks - it is green now and everything is okay 🙂

  • External SMTP server

    Solved Support
    4
    0 Votes
    4 Posts
    486 Views
    girishG

    @vladimir I can also recommend sending a test mail to https://mail-tester.com to check if you have setup the DNS records required for the external email server correctly.

  • IMAP port and server settings for LAMP app mail client

    Support
    14
    0 Votes
    14 Posts
    1k Views
    girishG

    @saikarthik said in IMAP port and server settings for LAMP app mail client:

    What I blurred out in the picture is actually a valid cloudron mailbox ID.

    Yes, but it seems there is some extra text before it like Test User: "Test User". Can you remove that and try?

  • Authenticated user cannot send mail as

    Solved Support
    7
    0 Votes
    7 Posts
    547 Views
    JOduMonTJ

    Woah;

    Now I understand why so much user end by not using KMail (if you are curious look at KDE forum and Reddit for KMail issue)

    Basically @girish you were on the right track simply I had to go a little bit deeper
    instead of looking under identities (because, of course, my Identity was well configured)
    the issue is located under the sending configuration where you have to declare the mail email (not the alias even if my test is not with the alias.)

    9b78073a-ff99-4158-acb0-011f3f510209-image.png

    Anyway thanks for your help! 🙂

  • Which port for fetching email ?

    Solved FreeScout
    10
    1 Votes
    10 Posts
    1k Views
    marcusquinnM

    Also a useful thread on the subject of ports and autoconfig/autodiscover:

    https://forum.cloudron.io/topic/1296/add-dns-dav-registring/4?_=1595212232880