Fix sendmail executable permission check (#7483)

* Fix sendmail executable permission check

* Use access check for sendmail command
This commit is contained in:
Patrick Bönisch
2026-08-20 17:34:38 +02:00
committed by GitHub
parent 0cefa4cca7
commit 9e78911a2f
3 changed files with 22 additions and 5 deletions
+1
View File
@@ -58,6 +58,7 @@ oidc-accept-string-booleans = ["openidconnect/accept-string-booleans"]
unstable = []
[target."cfg(unix)".dependencies]
nix = { version = "0.31.3", features = ["fs"] }
# Logging
syslog = "7.0.0"