feat: enable mail transport security policies
This commit is contained in:
parent
f9f75eb4cd
commit
c82a15b415
3 changed files with 27 additions and 3 deletions
|
|
@ -49,9 +49,13 @@
|
|||
networking.hostName = "extremist-software";
|
||||
networking.firewall.allowedTCPPorts = [
|
||||
22
|
||||
25
|
||||
80
|
||||
443
|
||||
]; # SSH, HTTP, HTTPS
|
||||
465
|
||||
587
|
||||
993
|
||||
]; # SSH, SMTP, HTTP, HTTPS, SMTPS, Submission, IMAPS
|
||||
# Tailscale
|
||||
services.tailscale.enable = true;
|
||||
# We assume the user will authenticate manually or via a one-time key service
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue