[pretalx] flip ssl/tls due to error
All checks were successful
Check flake syntax / flake-check (push) Successful in 5m44s
Weekly Flake Update / update_and_check_flake (push) Successful in 5m28s

This commit is contained in:
2026-03-09 14:48:04 +01:00
parent d7278d18dd
commit 1e540bb39c

View File

@@ -85,8 +85,8 @@ in
user = "malobot@systemli.org";
host = "mail.systemli.org";
port = "465";
ssl = false;
tls = true;
ssl = true;
tls = false;
};
};