Define sasl-domain option.

This commit is contained in:
niten 2023-09-25 09:26:24 -07:00
parent a41b4cc611
commit 04d409f4d5
1 changed files with 5 additions and 0 deletions

View File

@ -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;