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


Skip to content
  • 0 Votes
    5 Posts
    1k Views
    timconsidineT
    @necrevistonnezr not sure about Roundcube as I moved over to SnappyMail, but I think it is similar. Under Filters you can add a sieve script (maybe they call it 'custom') And yes I think discard with message is equivalent. But not an expert. Due to the excellent spamassassin rules posted here https://forum.cloudron.io/post/30512 by @d19dotca, I am not needing to use sieve in SnappyMail. But here is the script which I use in Protonmail. The from can be changed to to I guess. NB : I put the reject part of the rule before the spam test. Arguably I should have a return after the reject - not sure why I did not do that. require ["include", "environment", "variables", "relational", "comparator-i;ascii-numeric", "spamtest", "reject", "fileinto", "imap4flags"]; if address :contains "from" ["spammer@blah.co.uk", "spammer.com"] { reject "Spam"; } if spamtest :value "ge" :comparator "i;ascii-numeric" "5" { fileinto "spam"; } if exists "list-unsubscribe" { addflag "\\List"; } # Generated: Do not run this script on spam messages if allof (environment :matches "vnd.proton.spam-threshold" "*", spamtest :value "ge" :comparator "i;ascii-numeric" "${1}") { return; }
  • Mail server - How to expose ports for internal network

    Solved Support mail
    4
    0 Votes
    4 Posts
    1k Views
    C
    @girish said in Mail server - How to expose ports for internal network: @ChicagoGregg said in Mail server - How to expose ports for internal network: Is it possible to expose its ports (25,465,587) to the local network so that mail can be sent (relayed) through the mail server and let it handle it going outbound? Figuring that Cloudron has this capability, and I'd only have a few emails per day requiring this, it should be able to provide this. If I understand correctly, you want to relay mail via another mail server. If so, just sent the relay using the External SMTP relay configuration. I am not quite following the part about exposing port 25/476/587 though. These are already exposed on the server. You have to configure your router/firewall to port forward those ports to the Cloudron internal IP. Sorry for the tardy reply here. Thanks for both of your replies @subven and @girish . Originally, I was simply wanting to do something like Home Network (App sends email) -> Cloudron (on home network) accepts mail for relay from local home network 10.x.x.x -> sends to server through Internet connection (to my already-configured mail relay server, External w/ authentication) I was looking for an unauthenticated relay on the home network. Well, I suppose that Cloudron can't provide an unauthenticated relay point. So, I suppose the workaround is simply to configure a user and relay using authentication using a domain that is configured. I'm fine going this route... And I get why it's for that reason with security. Thanks for the help! -gregg
  • Email Restoration

    Solved Support mail backups
    9
    0 Votes
    9 Posts
    2k Views
    M
    @d19dotca I can't believe I missed that. Literally read right past it. Thank you!
  • Unexpected SPF record when using outgoing-only mail

    Solved Support spf mail
    5
    0 Votes
    5 Posts
    2k Views
    R
    @girish Hmm, that didn't match the behaviour I saw. I ended up with two separate SPF records in Hetzner. One that I had already set up from my own DNS setup, and one added from Cloudron - which didn't contain the content of my own record. Thankfully it wasn't difficult to fix, once I read up on it.
  • SMTP failure 550 - not able to send mails from Mail App

    Solved Support mail
    14
    0 Votes
    14 Posts
    2k Views
    subvenS
    @squareclouds I can asure you that your deliverability rate will not improve if you send through a selfhosted SMTP relay. Also sending from your Cloudrons SMTP won't be better (in most cases) other then your providers mail server. Ugly truth is that email besides the "big brands" is kinda broken. I pay 11$ ransom to mailjet every month to get my ~2500 mails/month out
  • Check mail settings for an external service

    Feature Requests mail sendgrid
    9
    1 Votes
    9 Posts
    3k Views
    potemkin_aiP
    @girish that would be the best way, actually - having error codes from the service provider would help me to understand the DNS records are missing even earlier
  • SMTP Error (corrupt queue file)

    Solved Support mail
    6
    5 Votes
    6 Posts
    1k Views
    girishG
    Mail queue is exposed in 7.3, so you should be able to clean such files from the UI in the next release.
  • SSL certificate issue after cloudron migration

    Solved Support mail certificates migration
    3
    0 Votes
    3 Posts
    984 Views
    E
    @humptydumpty Thank you, that has actually worked!
  • Mail and Notes

    Solved Support mail
    5
    1 Votes
    5 Posts
    1k Views
    fbartelsF
    @JOduMonT you're right. "official" was the wrong wording. What I meant was use is to use the notes functionality of Nextcloud and then use an app on ios that is designed to sync with it. Which honestly is a bit of a pity since most note sync applications are markdown or plaintext, while systems like Apple Notes and Microsoft Onenote allow for more functionality (multimedia, cross application integration and stylus support).
  • Mails: "Plugin timeout" (spamassassin) from time to time

    Solved Support spamassassin mail
    3
    0 Votes
    3 Posts
    824 Views
    jamesJ
    Closed due to inactivity
  • Haraka - Clear Pending Deliveries

    Solved Support mail
    6
    0 Votes
    6 Posts
    2k Views
    robiR
    @girish Then just expose a button for the Mail admins to be able to clear the queue
  • "Temporary translation failure" error in Mail logs

    Solved Support mail
    10
    1 Votes
    10 Posts
    1k Views
    jamesJ
    Closed due to inactivity
  • Email / Dovecot, possible data corruption

    Solved Support mail dovecot
    13
    1 Votes
    13 Posts
    3k Views
    jamesJ
    Closed due to inactivity
  • Email status red even when valid

    Solved Support mail status
    17
    2
    2 Votes
    17 Posts
    3k Views
    girishG
    @imc67 yes, this one is only fixed in 7.3.5 . Still waiting for the fix for the graphs and mailbox listing issue to get that out.
  • Run script on new email

    Solved Support mail
    10
    0 Votes
    10 Posts
    3k Views
    yusfY
    Thanks guys, I check out those resources provided
  • Backup mail service and primary MX

    Support mail
    5
    0 Votes
    5 Posts
    1k Views
    d19dotcaD
    @3246 said in Backup mail service and primary MX: I added made sure the record includes "v=spf1 mx..." but it's still showing as erroring in Cloudron Sometimes it takes a while to propagate the change in DNS, so you may need to check it a few hours later.
  • Cloudflare + PTR (rDNS) Settings Compatibly

    Support mail cloudflare rdns
    2
    0 Votes
    2 Posts
    656 Views
    girishG
    @JLX89 said in Cloudflare + PTR (rDNS) Settings Compatibly: Does anyone know if there is a way around this and enable proxying on example.tld with the mail server at the same location? AFAIK, this is not possible since Cloudflare does not support proxying mail. We are using Vultr for the VPS, so rDNS needs to be setup to reflect the server host (EX: example.tld), if pushing the mail server to mail.example.tld, the rDNS would need to be updated to that. Correct. You have to set the rDNS to the name of the mail server in Vultr.
  • Mailing list feature: basic moderation

    Feature Requests mail
    7
    2 Votes
    7 Posts
    2k Views
    avatar1024A
    @girish said in Mailing list feature: basic moderation: I also feel this workflow is very specific to your request. Usually, people want real lists and moderators don't want to manually forward emails. Just my 2c. Perhaps it is specific to my workflow and I'm sure people would prefer real lists ...but I would imagine people would still prefer a basic / manual kind of moderation rather than none at all. Currently we have the option of either a list in which anyone can send to (including spammers), or a fully private list unreachable from external people. So I was looking for a technically simple way to achieve an in-between, even if basic and unperfect, for lack of a better solution likely to be available on Cloudron anytime soon (in a similar way when I proposed to implement private list, which it turned out was simple enough and so you - as always brilliantly - implemented the idea). But I get that in this case it's not so simple Thank you for looking into it anyway and for providing feedback.
  • Mailing Lists not really working

    Solved Support mail mailing-lists
    6
    0 Votes
    6 Posts
    2k Views
    chetbakerC
    @girish Thanks about that. That was the fix. Fastmail already whitelist it the domain and we are ready to go. Thanks!
  • Mail Server

    Support mail
    2
    0 Votes
    2 Posts
    721 Views
    girishG
    @matthewdykstra it's turned has most features off by default. Why do you think it takes up memory/resources ?