Maddy: Difference between revisions
imported>Onny Add section on verify TLSA record |
imported>Onny Update work in progress note |
||
| Line 1: | Line 1: | ||
[https://maddy.email Maddy] is a composable, modern mail server written in Go. It includes everything required to manage users, inboxes, send and receive mails while supporting all important secure protocols and standards. | [https://maddy.email Maddy] is a composable, modern mail server written in Go. It includes everything required to manage users, inboxes, send and receive mails while supporting all important secure protocols and standards. | ||
== Installation == | == Installation == | ||
| Line 52: | Line 50: | ||
}; | }; | ||
# Enable TLS listeners. Configuring this via the module is not yet | # Enable TLS listeners. Configuring this via the module is not yet | ||
# implemented. | # implemented, see https://github.com/NixOS/nixpkgs/pull/153372 | ||
config = builtins.replaceStrings [ | config = builtins.replaceStrings [ | ||
"imap tcp://0.0.0.0:143" | "imap tcp://0.0.0.0:143" | ||