- Feb 09, 2024
-
-
Sheogorath authored
-
- Jan 01, 2024
-
-
Sheogorath authored
-
- Dec 27, 2023
-
-
Sheogorath authored
-
- Nov 27, 2023
-
-
Sheogorath authored
-
- Oct 12, 2023
-
-
Sheogorath authored
-
- Sep 30, 2023
-
-
Sheogorath authored
-
- Sep 07, 2023
-
-
Sheogorath authored
-
- Sep 04, 2023
-
-
Sheogorath authored
-
- Aug 17, 2023
-
-
Sheogorath authored
-
Botaniker (Bot) authored
-
- Jul 05, 2023
-
-
Botaniker (Bot) authored
-
- Jul 04, 2023
-
-
Sheogorath authored
-
- Jun 08, 2023
-
-
Sheogorath authored
-
- Jun 07, 2023
-
-
Botaniker (Bot) authored
-
- Apr 14, 2023
-
-
Sheogorath authored
-
- Mar 30, 2023
-
-
Botaniker (Bot) authored
-
- Feb 26, 2023
-
-
Sheogorath authored
-
Sheogorath authored
-
Sheogorath authored
There have been multiple indicators, that the postfix TLS settings are not ideal therefore this patch aims to imprive the situation. Reference: https://ssl-config.mozilla.org/#server=postfix&version=3.4.8&config=intermediate&openssl=3.0.8&guideline=5.6
-
- Feb 11, 2023
-
-
Botaniker (Bot) authored
-
- Jan 11, 2023
-
-
Botaniker (Bot) authored
-
- Nov 23, 2022
-
-
Botaniker (Bot) authored
-
- Nov 12, 2022
-
-
Botaniker (Bot) authored
-
- Oct 07, 2022
-
-
Sheogorath authored
Currently for some reason postfix decided to drop all email that are supposed to be relayed by default. This is obviously unwanted behaviour. This patch takes the settings from the workaround.org project, applies them to submission and submissions, which fixes the current issue. However I still don't fully understand why. References: https://workaround.org/ispmail/bullseye/relay-outoing-email-through-postfix/
-
- Oct 05, 2022
-
-
Sheogorath authored
This patch disables error queries from zenhaus. It requires some more tinkering down the line, but should accept email for now.
-
- Oct 04, 2022
-
-
Sheogorath authored
-
Sheogorath authored
Apparently one needs to configure `-o smtpd_upstream_proxy_protocol=haproxy` for other inet services as well in order to actually make it through. This patch enables it on smtp and submissions ports. The hint for that came from experimenting and the docker-mailserver project. References: https://docker-mailserver.github.io/docker-mailserver/edge/config/advanced/kubernetes/#proxy-port-to-service-via-proxy-protocol
-
Sheogorath authored
This patch sets the postscreen config options more explicitly and provides enables the TLS proxy, which should allow proper TLS access directly within postscreen. It seems this resolved the weird latency issues we saw previously.
-
- Sep 25, 2022
-
-
Sheogorath authored
This patch adjusts the postscreen settings regarding dnsbls and alike to hopefully speed up the processing time of emails and make the place more inviting for wanted e-mails.
-
- Sep 24, 2022
-
-
Sheogorath authored
DNSWL went subscriber-only apparently. References: https://www.dnswl.org/
-
- Aug 10, 2022
-
-
Botaniker (Bot) authored
-
- Jul 25, 2022
-
-
Botaniker (Bot) authored
-
- Jul 15, 2022
-
-
Sheogorath authored
This patch reworks the image build process, to utilise GitLab matrix build feature to generate all jobs, reducing code duplication.
-
- Jul 09, 2022
-
-
Sheogorath authored
This patch renames all uses of `Containerfile` with `Dockerfile` in order to enable renovate to manage dependencies and images properly. Currently renovate doesn't support the Containerfile name as match for its docker module, which would mean that either there is custom config added or renaming the files. Since there is no explicit benefit of using Containerfile as name, this patch just renames them in order to avoid custom renovate config.
-
- Jun 29, 2022
-
-
Sheogorath authored
-
Sheogorath authored
Currently postfix reports and error due to the missing service. This patch fixes the problem by enabling the expected service in master.cf
-
Sheogorath authored
This patch should enable the postfix setup in MoK to utilise the proxy-protocol and therefore gather required IP information from connecting clients. It's implemented based on some documentation regard the topic and is useful for reverse-proxy setups e.g. behind haproxy. References: https://www.haproxy.com/blog/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/
-
- Jun 27, 2022
-
-
Sheogorath authored
This patch reduces the image builds to a minimum stable releases should only be build then the `.release` file changes, while deb builds can run on any commit.
-
Sheogorath authored
This patch updates the gitlab-ci config to actually build a postfix image for non-main branches. Previous copy-paste mistake should be fixed by this.
-
Sheogorath authored
Currently the service name for dovecot was hardcoded in the image, which makes it incompatible with MoK. As a result this patch updates the image to allow a dynamic overwrite on startup as well as updating MoK to account for the new functionality.
-