Compare commits

..

1 commit

Author SHA1 Message Date
d27f4b942e Hack around sieve execution for multiple recipients. 2025-03-04 09:17:18 +01:00

View file

@ -46,7 +46,6 @@ in {
settings.mta = { settings.mta = {
verp_confirmations = "no"; verp_confirmations = "no";
max_recipients = "1"; # We can only send to one recipient at a time due to how forwarding currently works. See also the mail module. max_recipients = "1"; # We can only send to one recipient at a time due to how forwarding currently works. See also the mail module.
max_sessions_per_connection = "1";
}; };
}; };
}; };