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


Skip to content
  • Amazon SES - DKIM

    Solved Support
    6
    0 Votes
    6 Posts
    718 Views
    girishG

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

  • 0 Votes
    3 Posts
    325 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 😃

  • 0 Votes
    21 Posts
    1k 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
    380 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.

  • 0 Votes
    8 Posts
    834 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.

  • 0 Votes
    7 Posts
    760 Views
    marcusquinnM

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

  • 0 Votes
    10 Posts
    983 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
    816 Views
    jdaviescoatesJ

    @drpaneas said in gmail blocks my server?:

    @jdaviescoates I have cloudron installed at home.

    Ah, right.

  • 0 Votes
    3 Posts
    390 Views
    ?

    @girish Awesome thanks.

  • 0 Votes
    20 Posts
    1k 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

  • 1 Votes
    9 Posts
    546 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
    28 Posts
    1k Views
    M

    I've tried sendgrid and mailgun. 1. They were both similiar in ease to configure. 2. Mailgun seems like a better deal for those not using a massive amount of emails a month.

  • 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
    801 Views
    W

    @girish said in Email not sending:

    include:sendgrid.net

    Thanks!

  • 0 Votes
    3 Posts
    347 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

  • 0 Votes
    4 Posts
    284 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
    806 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