|
3 years ago | |
---|---|---|
logo | 3 years ago | |
mail-server | 3 years ago | |
nixops | 3 years ago | |
tests | 3 years ago | |
LICENSE | 4 years ago | |
README.md | 3 years ago | |
default.nix | 3 years ago |
None so far.
You can test the setup via nixops
. After installation, do
nixops create nixops/single-server.nix nixops/vbox.nix -d mail
nixops deploy -d mail
nixops info -d mail
You can then test the server via e.g. telnet
. To log into it, use
nixops ssh -d mail mailserver
To test imap manually use
openssl s_client -host mail.example.com -port 143 -starttls imap
nixos-rebuild switch