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


Skip to content
  • Nextcloud Email with Gmail Relay

    Nextcloud
    10
    0 Votes
    10 Posts
    1k Views
    E

    @nebulon Thanks for helping me work through this!

  • Cloudron on linode account Email ?

    Solved Support
    7
    0 Votes
    7 Posts
    910 Views
    girishG

    This got sorted out by @ntnsndr by contacting linode support. The VM had to be rebooted after linode unblocked port 25.

  • Amazon SES - DKIM

    Solved Support
    6
    1 Votes
    6 Posts
    953 Views
    girishG

    I updated the email relay page with newer screenshots of the SES console - https://docs.cloudron.io/email/#amazon-ses

  • e-mail relay service recommendation?

    Moved Discuss
    3
    0 Votes
    3 Posts
    430 Views
    potemkin_aiP

    @d19dotca thank you, I appreciate your quick response and correcting on the wrong topic!

    I did the search indeed, but I guess it was a wrong search query 😃

  • Outbound SMTP not working on my External Relay

    Solved Support
    21
    0 Votes
    21 Posts
    2k Views
    girishG

    @subtlecourage said in Outbound SMTP not working on my External Relay:

    It says it should be coming from noreplay@domain.com, but instead it is coming from imanalias@domain.com

    Can you clarify what you mean by "it says"? Is there some error/warning somewhere? Also, I assume that you have put a custom domain in fastmail and also fastmail is able to relay mail as any email address i.e <anything>@domain.com ?

  • Email into apps - DNS/MX/CNAME/TXT

    Solved Support
    4
    0 Votes
    4 Posts
    490 Views
    A

    @girish said in Email into apps - DNS/MX/CNAME/TXT:

    You have to setup the CNAME/TXT for the root domain and not for my.example.com. You don't have to set it up for each app individually

    Thank you. That was my main issue.

  • E-mail is not configured properly

    Solved Support
    8
    0 Votes
    8 Posts
    1k Views
    danielreyes61D

    Nevermind, I did not realize sendgrid setup was only for sending email, I see the other parts to setup for receiving email now. Please disregard.

  • ElasticEmail dns record problem... i guess?

    Support
    7
    0 Votes
    7 Posts
    1k Views
    marcusquinnM

    @dantheman https://mxtoolbox.com/emailhealth is another good one.

  • 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, 🤷 ).

  • gmail blocks my server?

    Solved Support
    12
    0 Votes
    12 Posts
    1k Views
    jdaviescoatesJ

    @drpaneas said in gmail blocks my server?:

    @jdaviescoates I have cloudron installed at home.

    Ah, right.

  • Configuring another email provider for Discourse

    Discourse
    3
    0 Votes
    3 Posts
    484 Views
    ?

    @girish Awesome thanks.

  • not working email forward when email relay ?

    Solved Support
    20
    0 Votes
    20 Posts
    2k Views
    girishG

    @msbt thanks! I will try to see if I can make this just "work" in the next release.

  • 1 Votes
    31 Posts
    4k Views
    P

    @girish I originally tried that with no success, I figured that the Ghost CLI command initiated some other process or method

  • Elasticemail as a Sendmail option

    Solved Feature Requests
    9
    1 Votes
    9 Posts
    900 Views
    girishG

    @marcusquinn I think DNS automation (provider specific) atleast needs to come from elasticemail itself ideally. It's not possible to keep track of all the DNS records each provider wants to set and if it's even available with API. It's basically impossible to test on our side atleast.

  • 1 Votes
    30 Posts
    2k Views
    jdaviescoatesJ

    @Mastadamus said in Seeking recommendations based on experience for Sendmail Relays:

    Mailgun seems like a better deal for those not using a massive amount of emails a month.

    Yeah, they are the only one I've tried because you have to use it for Ghost newsletters. But I've never paid anything for it because you can send up to 5000 emails a month for free and I don't send anywhere like that amount.

  • Mailgun Setup Issues

    Solved Support
    18
    0 Votes
    18 Posts
    1k Views
    marcusquinnM

    @edapm Personally, I'm all-in with Hetzner, not free but the best value for features I've found, particularly having network DDoS protection as standard. Others recommended include Contabo and Scaleway.

    If you're getting free (inclusive) stuff from Microsoft then I suppose that's decent. Personally, I'm all GitLab, so anything GitHub is second-choice.

    I guess there's nothing truly free, including your time, but those are the options I recommend, otherwise it's support tickets to Azure and hope for their ability to allow for port needs.

  • Email not sending

    Solved Support
    8
    0 Votes
    8 Posts
    1k Views
    W

    @girish said in Email not sending:

    include:sendgrid.net

    Thanks!

  • AWS EC2 Dedicated IP blocked by Outlook

    Discuss
    3
    0 Votes
    3 Posts
    479 Views
    girishG

    @rfg You have to setup a mail relay for your outbound mails. The big cloud providers like aws, gce, azure will all block emails from VMs directly. See https://cloudron.io/documentation/email/#relay-outbound-mails

  • sender rewriting when using external SMTP

    Discuss
    4
    0 Votes
    4 Posts
    404 Views
    girishG

    @hendrikvl said in sender rewriting when using external SMTP:

    And no, my mail relay does not accept IP whitelisting. It's not a proper mail relay service to be exact, but just a regular mail service with outgoing smtp for authenticated users.

    Ah yes, someone was trying to do this with a gmail account as well sometime back (and more recently with a mailbox.org account). I think we have to implement this feature in Cloudron to make this use case work.

  • 0 Votes
    4 Posts
    1k Views
    dtrckdD

    Hi @girish ,
    I see, it seems to be that indeed. The server runs on Upcloud actually.
    I will try one of the solution you propose.

    Many thanks for your help,
    d