Change it back...?
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m0s
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 4m0s
This commit is contained in:
parent
1a5c2ac496
commit
27610eca0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue