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


Skip to content
  • 1 Votes
    2 Posts
    12 Views
    girishG

    @AartJansen are you settings the spam rules via the UI at https://docs.cloudron.io/email/#custom-spam-filtering-rules ? Do not edit the files on the server directly since they won't restart SA and related services. Otherwise, the filters look correct to me. Have you checked the Email headers?

  • 1 Votes
    5 Posts
    78 Views
    girishG

    @CRBear said in Mail server: IP address verification?:

    Am I correct in understanding that the email server checks from which IP address a connection is established to send an email and by default, it verifies against the Spamhaus blacklist?

    The mail server does not make any check for outbound email. The various checks you see in the Email Status tab are purely diagnostic. The idea is if one or more checks are failing there, most likely the email won't be delivered.

    The Spamhaus is checked for inbound emails though. The DNSBL zone against which it checks is configurable at https://docs.cloudron.io/email/#dnsbl

  • Email has not been working for about a week

    Solved Support
    8
    1 Votes
    8 Posts
    137 Views
    S

    Interesting.
    I contacted the provider and told about the problem. They wanted screenshots. After another test all works fine again.
    Thanks for your help!

  • Different external email domain

    Solved Support
    14
    1 Votes
    14 Posts
    160 Views
    nebulonN

    That probably works for those apps yes, still a proper relay is recommended.

  • 1 Votes
    2 Posts
    37 Views
    jrl-abstract27J

    So i found the error, it is because Hetzner close the port 25 by default on new dedicater server, so you just have to ask them to open it.
    Bisous les copains ๐Ÿ˜‰

  • Monitor incoming port 25

    Discuss
    3
    1 Votes
    3 Posts
    77 Views
    T

    @girish
    Thanks, that makes sense. Have setup external monitoring for port 25. Appreciate the speedy response as always.

  • Proxying email with Cloudflare

    Solved Support
    3
    0 Votes
    3 Posts
    53 Views
    girishG

    @taowang note that your IP is actually leaked. If you follow the MX record of your domain, you will find your server IP in the DNS. I think this is what the Cloudflare doc is trying to tell you.

  • 1 Votes
    8 Posts
    133 Views
    fbartelsF

    @dsp76 said in Easy way to handle mail forwarding without setting up accounts for each?:

    individual "mailing list" for each receiver

    Yes, exactly.

  • Mail Server (SPF & DMARC)

    Solved Support
    6
    1 Votes
    6 Posts
    166 Views
    L

    @girish great, thank you. I plan to move all my e-mail accounts to my cloudron server ๐Ÿ™‚

  • how can i change smtp limits

    Solved Support
    11
    1 Votes
    11 Posts
    275 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.

  • 2 Votes
    7 Posts
    160 Views
    T

    @girish Would be amazing to have this feature yes

  • Email relay issue, emails don't deliver

    Solved Support
    4
    1 Votes
    4 Posts
    146 Views
    LanhildL

    @girish Perfect, that solved it. Thanks!

  • 2 Votes
    3 Posts
    105 Views
    girishG

    Fixed in https://git.cloudron.io/cloudron/box/-/commit/ce426808889cb4c3dee8b64f6964311bce964cfa

  • 1 Votes
    2 Posts
    85 Views
    girishG

    @aqeelzakir-com said in SPF DNS record (TXT) did not match.:

    Relay error: Connect to port25check.cloudron.io timed out. Check if port 25 (outbound) is blocked
    Email Status is checked every 30 minutes. See the troubleshooting docs for more information.

    See https://docs.cloudron.io/email/#outbound-ports . Basically, your server is unable to send mail because outbound port 25 is blocked. You have to either get it unblocked by talking to your VPS provider or you can set up a relay.

    Expected: v=spf1 a:my.example.company include:_spf.google.com ~all
    Actual: v=spf1 include:_spf.google.com ~all

    If you are going to use a relay, the error above will go away automatically. Otherwise , you have to add a:my.example.company into the SPF record in the DNS.

  • 1 Votes
    3 Posts
    109 Views
    andreasduerenA

    @girish said in Improved global E-Mail signatures:

    Is the idea to extend our current global signature to use template/variables (from the authenticated user sending the mail)?

    Practically, yes that would be amazing! Variables I would like to be able to use:

    First Name
    Last Name
    Email
    Company (Could come from the cloudron branding name)
    Job Titles (This would require an addition to the user database
    Profile Photo or image url for static images like logos etc.

  • 2 Votes
    13 Posts
    394 Views
    imc67I

    @girish Thanks!!

  • 1 Votes
    3 Posts
    96 Views
    sponchS

    @girish Ah okay... Thanks.

  • Email send

    Unsolved Support
    3
    1 Votes
    3 Posts
    76 Views
    girishG

    For a start, does sending test mail work - https://docs.cloudron.io/email/#send-test-email ?

  • SMTP Server of Cloudron - rate limit

    Solved Support
    3
    1 Votes
    3 Posts
    119 Views
    girishG

    There are some hard coded rate limits - https://docs.cloudron.io/security/#rate-limits

  • 1 Votes
    3 Posts
    86 Views
    girishG

    @ccfu The quarantine plugin only dumps the messages into a directory which is not overly useful because there is no UI to manage the quarantine.

    because Cloudron does not provide a way to block or quarantine mails altogether based on central SPAMAssassin rules or sender addresses, as this can only be done using filters on individual mailboxes

    We have global SpamAssassin rules - https://docs.cloudron.io/email/#custom-spam-filtering-rules .

    I want to understand the use case better though. Is the issue here that spam is slipping through the SA filters?