Change it back...?
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m0s

This commit is contained in:
Root User 2026-02-16 12:51:43 +01:00
parent 1a5c2ac496
commit 27610eca0f
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -90,7 +90,7 @@ in {
protocol = "smtp"; protocol = "smtp";
# Use port 587 for SMTP submission with STARTTLS, as port 25 is often blocked by ISPs for outgoing mail to prevent spam. # Use port 587 for SMTP submission with STARTTLS, as port 25 is often blocked by ISPs for outgoing mail to prevent spam.
# This way, you can still receive mail on port 25 but require authenticated submission on port 587. # This way, you can still receive mail on port 25 but require authenticated submission on port 587.
bind = "[::]:587"; # I am so fucking fed up this shit, this fucking ISP is sending me to early grave. bind = "[::]:25"; # I am so fucking fed up this shit, this fucking ISP is sending me to early grave.
}; };
submissions = { submissions = {
bind = "[::]:465"; bind = "[::]:465";