Define sasl-domain option.
This commit is contained in:
parent
a41b4cc611
commit
04d409f4d5
|
@ -47,6 +47,11 @@ in {
|
||||||
default = 100;
|
default = 100;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sasl-domain = mkOption {
|
||||||
|
type = str;
|
||||||
|
description = "SASL domain to use for authentication.";
|
||||||
|
};
|
||||||
|
|
||||||
blacklist = {
|
blacklist = {
|
||||||
senders = mkOption {
|
senders = mkOption {
|
||||||
type = listOf str;
|
type = listOf str;
|
||||||
|
|
Loading…
Reference in New Issue