Set sender and increase redirect limit for our alias file

This commit is contained in:
Gonne 2025-03-02 08:40:47 +01:00
parent b3dde5ef7a
commit ea956c99e7

View file

@ -197,8 +197,15 @@ in {
"lookup.default.hostname" "lookup.default.hostname"
"certificate.*" "certificate.*"
] # the default ones ] # the default ones
++ ["sieve.trusted.scripts.*"]; #for macros to be able to include our redirection script ++ ["sieve.trusted.*"]; #for macros to be able to include our redirection script
sieve.trusted.scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script sieve.trusted.scripts.redirects.contents = "%{file:/tmp/virt_aliases}%"; # generated redirect script
sieve.trusted.from-addr = "sender"; # set the from-address to the original sender as specified in the MAIL FROM.
sieve.trusted.from-name = "sender";
sieve.trusted.return-path = "sender";
sieve.trusted.limits = {
redirects = 50;
out-messages = 50;
};
session.data.script = "'redirects'"; session.data.script = "'redirects'";
authentication.fallback-admin = { authentication.fallback-admin = {