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
parent 797599b296
commit 23d85d5364
Signed by: Gonne
SSH key fingerprint: SHA256:J8w3ZCNyz9MoTLV+eU7YRTVw59NYig44i0IWhbsgQG8

View file

@ -1,6 +1,6 @@
/*
* 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.
* 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.
@ -225,8 +225,8 @@ in {
{"else" = false;}
];
limits = {
redirects = 50;
out-messages = 50;
redirects = 500;
out-messages = 500;
};
};
# See https://stalw.art/docs/smtp/authentication/dkim/sign