Forwards doesn't exist huh

This commit is contained in:
Lillian Violet 2023-11-25 00:51:21 +01:00
parent 17aaa403d5
commit 43fd0bcde2

View file

@ -27,10 +27,6 @@
hashedPasswordFile = config.sops.secrets."mailpass".path; hashedPasswordFile = config.sops.secrets."mailpass".path;
}; };
}; };
forwards = {
"abuse@nextcloud.gladtherescake.eu" = "nextcloud@gladtherescake.eu";
"postmaster@nextcloud.gladtherescake.eu" = "nextcloud@gladtherescake.eu";
};
openFirewall = true; openFirewall = true;
mailserver.rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu"]; mailserver.rejectRecipients = ["no-reply@nextcloud.gladtherescake.eu"];
certificateScheme = "acme-nginx"; certificateScheme = "acme-nginx";