Increase limits for our redirect script to be higher than our number of aliases

This commit is contained in:
Gonne 2025-03-18 09:44:02 +01:00 committed by Gonne
parent 5643438ce6
commit 737e66f822

View file

@ -1,6 +1,6 @@
/* /*
* Building: We patch our version of stalwart and thus need to built it locally. * Building: We patch our version of stalwart and thus need to built it locally.
* Be aware that this needs some hours, about 12Gb RAM and a few Gb free space in /tmp. * Be aware that this needs some hours, about 20Gb RAM and a few Gb free space in /tmp.
* If you only want to deploy configuration changes and no software updates, consider building on the target VM. * If you only want to deploy configuration changes and no software updates, consider building on the target VM.
* It has stalwart in its nix store and does not need to rebuild it. * It has stalwart in its nix store and does not need to rebuild it.
* Forwarding mails: Update the Sops-secrets in the machine directory, rebuild on the VM and deploy. * Forwarding mails: Update the Sops-secrets in the machine directory, rebuild on the VM and deploy.
@ -225,8 +225,8 @@ in {
{"else" = false;} {"else" = false;}
]; ];
limits = { limits = {
redirects = 50; redirects = 500;
out-messages = 50; out-messages = 500;
}; };
}; };
# See https://stalw.art/docs/smtp/authentication/dkim/sign # See https://stalw.art/docs/smtp/authentication/dkim/sign