services/mail: Migrated dork.dev away from fastmail

This commit is contained in:
kat witch 2021-03-27 00:27:34 +00:00
parent 8f2a310eb6
commit b705cf985c
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -5,8 +5,8 @@
mailserver = { mailserver = {
enable = true; enable = true;
fqdn = "kittywit.ch"; fqdn = "athame.kittywit.ch";
domains = [ "kittywit.ch" ]; domains = [ "kittywit.ch" "dork.dev" ];
# A list of all login accounts. To create the password hashes, use # A list of all login accounts. To create the password hashes, use
# nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2 # nix run nixpkgs.apacheHttpd -c htpasswd -nbB "" "super secret password" | cut -d: -f2
@ -18,7 +18,7 @@
# Make this user the catchAll address for domains kittywit.ch and # Make this user the catchAll address for domains kittywit.ch and
# example2.com # example2.com
catchAll = [ "kittywit.ch" ]; catchAll = [ "kittywit.ch" "dork.dev" ];
}; };
}; };