Shift the noreply email to nixfox

This commit is contained in:
Jimbo 2025-01-02 10:13:00 -05:00
parent 1bb7bb27bf
commit ef2ee5fb07
7 changed files with 12 additions and 20 deletions

View file

@ -18,16 +18,9 @@
localDnsResolver = false;
redis.port = 1515;
dmarcReporting = {
enable = true;
domain = "${config.domains.p1}";
localpart = "noreply";
organizationName = "Jimbo's Files";
};
# Passwords made with 'mkpasswd -sm bcrypt'
loginAccounts = {
"noreply@${config.domains.p1}" = {
"noreply@${config.domains.p2}" = {
hashedPasswordFile = pkgs.writeText "noreply" config.secrets.noreplyMailHash;
sendOnly = true;
};
@ -38,12 +31,11 @@
"james@${config.domains.p1}"
"james@${config.domains.p2}"
"vicee@${config.domains.p2}"
"vicee@${config.domains.p2}"
"vice@${config.domains.p2}"
"yara@${config.domains.p2}"
"yaralis@${config.domains.p2}"
"contact@${config.domains.p1}"
"contact@${config.domains.p2}"
];
};