this post was submitted on 30 Nov 2023
2 points (75.0% liked)

Self-Hosted Main

504 readers
1 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

For Example

We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.

Useful Lists

founded 1 year ago
MODERATORS
 

Hey

What i really want to do is run MS outlook desktop client like rules, all the time, without needing it to be running. Idealy I would define rules (preferably in a GUI) for emails to be sorted into folders, that I later can read using any email client.

I got emails from google, outlook, and exchange (their rules always run, but not the other)

Any help or suggestions appreciated

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 11 months ago (1 children)

It kind of is a client that is connected, but at least one that you could run on a server without the need for a ui:

It being a console application means it does not come with a GUI, but rather a set of configuration files.

[–] [email protected] 1 points 11 months ago

Looks promising, will look into this

[–] [email protected] 1 points 11 months ago

If you use Outlook, selfhost Exchange and you can set all the rules on the Exchange server.

WARNING: Selfhosting Exchange is a task you should not take lightly. You need to implement a few things to make it secure by default. Exchange had several issues in the past that allowed complete control of the Exchange server, which can be easily prevent if you host Exchange in the proper way! Besides security implications, Exchange is not a trivial software and requires a degree of knowledge to setup, but once you have it, you will never want to use anything else.

[–] [email protected] 1 points 11 months ago (1 children)

I have been after something similar to do both spam filtering and email organisation.

This one seems like it ticks the right boxes as well as the others commented

https://docker-mailserver.github.io/docker-mailserver/edge/config/advanced/mail-sieve/

The alternative if its just email filtering you could setup Thunderbird in a docker container so it runs 24/7 and you have a GUI to do your rules. So regardless of which other app you are using they get sorted assuming it gets them first.

[–] [email protected] 1 points 11 months ago

Went with thunderbird in a container. Did not know that was possible. Thanks!