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 timeout after updating to 8.3.1

    Support email smtp relay ipv6
    7
    1 Votes
    7 Posts
    81 Views
    J
    @rupertsworld so DNS resolution is working. You can try ping6 2604:a880:800:10::b66:f001 . It looks like there is some IPv6 networking issue in your server. Maybe you can disable IPv6 altogether and also in Cloudron Network -> IPv6 disable it (then Sync DNS as well to remove the AAAA DNS entries).
  • SMTP Issues

    Solved Support email relay smtp
    13
    1
    1 Votes
    13 Posts
    150 Views
    M
    @BrutalBirdie Ok fixed. The Cloudron did not even show me that. I have fixed the issue now.
  • 0 Votes
    20 Posts
    175 Views
    jdaviescoatesJ
    @wmlutz said in Outbound SMTP (Transactional Email) Stopped Working - Invalid login: 535 Authentication failed: @jdaviescoates got it! It was the IP allowlist. Glad to be of assistance @wmlutz said in Outbound SMTP (Transactional Email) Stopped Working - Invalid login: 535 Authentication failed: mailgun's transactional email cost which is cents/mo. I don't think I've ever paid anything yet as I've not yet gone over the 1000 free messages a month or whatever it is...
  • How can I set up the custom SMTP port for relay

    Solved Support smtp relay outbound
    3
    1 Votes
    3 Posts
    212 Views
    U
    @jdaviescoates I am interesting to figure out the workaround if I could just define the new SMRP port in the server configuration. Alternatively, Is it possible to implement some kind of port forwarding rule that can circumvent the port 25 block?
  • SMTP config: server not being displayed

    Solved Support smtp relay mail
    4
    1
    0 Votes
    4 Posts
    303 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 smtp mailgun
    5
    1 Votes
    5 Posts
    764 Views
    B
    Yes, you’re correct! If you’ve configured Mailgun as a relay on Cloudron, you should use port 587 with STARTTLS for secure email sending. If you're looking for alternatives, I recommend SMTPget and iDealSMTP. Both offer reliable services and can also be easily configured for your email needs.
  • how can i change smtp limits

    Solved Support smtp email ratelimit firewall
    11
    1 Votes
    11 Posts
    1k 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 digitalocean smtp port 25
    11
    1
    0 Votes
    11 Posts
    4k Views
    LanhildL
    @Lanhild I sent a reply to them again. They've finally opened the port.
  • Smtp Connection timeout

    Solved Support smtp port 25
    2
    1 Votes
    2 Posts
    310 Views
    F
    I have the solution, VPS is blocked SMTP , now is open now is working
  • Send email with brevo relay

    Unsolved Support smtp relay
    2
    1 Votes
    2 Posts
    403 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 mail contabo port 25 smtp
    4
    2
    0 Votes
    4 Posts
    920 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
    2k 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 email smtp
    1
    3 Votes
    1 Posts
    200 Views
    No one has replied
  • smtp issues

    Solved Support smtp email
    9
    0 Votes
    9 Posts
    1k 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 live.com smtp
    3
    0 Votes
    3 Posts
    572 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
    5k Views
    arshsahzadA
    @girish Thanks for a quick fix, It's now working
  • 0 Votes
    6 Posts
    1k Views
    B
    @girish Wow that worked perfectly, thank you so much!
  • Too many concurrent SMTP connections

    Solved Mattermost smtp
    5
    0 Votes
    5 Posts
    2k Views
    girishG
    @tomw thanks for the update! I will make the default value higher in the next release.
  • 0 Votes
    10 Posts
    2k 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 smtp email
    5
    0 Votes
    5 Posts
    996 Views
    V
    @girish Thanks - it is green now and everything is okay