New email domain!
This commit is contained in:
parent
7cb86c9b0a
commit
56137e9a90
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue