New email domain!

This commit is contained in:
Lillian Violet 2023-12-15 21:20:10 +01:00
parent 0b7926483c
commit d3299ee377

View file

@ -36,6 +36,7 @@
"nextcloud.gladtherescake.eu" "nextcloud.gladtherescake.eu"
"akkoma.gladtherescake.eu" "akkoma.gladtherescake.eu"
"social.gladtherescake.eu" "social.gladtherescake.eu"
"lillianviolet.dev"
]; ];
loginAccounts = { loginAccounts = {
@ -48,7 +49,17 @@
"no-reply@social.gladtherescake.eu" = { "no-reply@social.gladtherescake.eu" = {
hashedPasswordFile = config.sops.secrets."mailpass".path; hashedPasswordFile = config.sops.secrets."mailpass".path;
}; };
"info@lillianviolet.dev" = {
hashedPasswordFile = config.sops.secrets."mailpass".path;
aliases = [
"@lillianviolet.dev"
];
catchAll = [
"lillianviolet.dev"
];
};
}; };
rejectRecipients = [ rejectRecipients = [
"no-reply@nextcloud.gladtherescake.eu" "no-reply@nextcloud.gladtherescake.eu"
"no-reply@akkoma.gladtherescake.eu" "no-reply@akkoma.gladtherescake.eu"