diff --git a/mail-server.nix b/mail-server.nix index 06607e2..05adf34 100644 --- a/mail-server.nix +++ b/mail-server.nix @@ -47,6 +47,11 @@ in { default = 100; }; + sasl-domain = mkOption { + type = str; + description = "SASL domain to use for authentication."; + }; + blacklist = { senders = mkOption { type = listOf str;