My Nix Configuration

[systems.prefect] pull remote changes for stalwart

pyrox.dev 89dcbb15 bdfe4883

verified
Changed files
+4 -2
systems
x86_64-linux
prefect
services
mailserver
stalwart
+4 -2
systems/x86_64-linux/prefect/services/mailserver/stalwart/session.nix
···
};
auth = {
mechanisms = [
-
(ifThen "protocol != 'smtp'" "[plain, login]")
+
(ifThen "local_port != 40025 && is_tls" "[plain, login, oauthbearer, xoauth2]")
+
(ifThen "local_port != 40025" "[oauthbearer, xoauth2]")
(otherwise false)
];
directory = "'default'";
require = [
-
(ifThen "protocol != 'smtp'" true)
+
(ifThen "local_port != 40025" true)
(otherwise false)
];
+
must-match-sender = true;
};
extensions =
let