diff --git a/mail-server.nix b/mail-server.nix index 9b3d209..06607e2 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -41,6 +41,12 @@ in { default = [ ]; }; + message-size-limit = mkOption { + type = int; + description = "Max allowed size of messages, in megabytes."; + default = 100; + }; + blacklist = { senders = mkOption { type = listOf str;