summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-08-17 22:39:24 -0600
committerAlejandro Soto <alejandro@34project.org>2024-08-17 22:39:24 -0600
commit9fb3edb8332936a19eada649fbc0f6ab1de09ccf (patch)
treedceb24839067eed17e5a32f5925dd00fb044712d
parent336c3008cf0eaaa3dca39bcb235ff07f3eb3c4dd (diff)
sys/mta: enable recipient extensions
-rw-r--r--sys/mta/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/mta/default.nix b/sys/mta/default.nix
index 6bca74f..9a1875b 100644
--- a/sys/mta/default.nix
+++ b/sys/mta/default.nix
@@ -122,6 +122,9 @@ in
mdaTransport = "lmtp:inet:${cfg.mdaAddr}:${toString cfg.lmtpPort}";
in
{
+ # user+extension@domain.tld
+ recipient_delimiter = "+";
+
message_size_limit = toString (50 * 1048576);
virtual_alias_maps = mkAfter [ "pcre:/etc/postfix/virtual_rules" ];