docker-authentication-milter/authentication_milter.json
Pierre-Olivier Mercier 25d35a4510
All checks were successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful
Initial commit
2025-10-27 10:39:04 +07:00

69 lines
1.1 KiB
JSON

{
"logtoerr" : "1",
"error_log" : "",
"connection" : "inet:4001@0.0.0.0",
"umask" : "0007",
"runas" : "mail",
"rungroup" : "mail",
"authserv_id" : "djehouty.pomail.fr",
"connect_timeout" : 30,
"command_timeout" : 30,
"content_timeout" : 300,
"dns_timeout" : 10,
"dns_retry" : 2,
"handlers" : {
"Sanitize" : {
"hosts_to_remove" : [
"djehouty.pomail.fr"
]
},
"SPF" : {
"hide_none" : 0
},
"DKIM" : {
"hide_none" : 0,
},
"XGoogleDKIM" : {
"hide_none" : 1,
},
"ARC" : {
"hide_none" : 0,
},
"DMARC" : {
"hide_none" : 0,
"detect_list_id" : "1"
},
"BIMI" : {},
"PTR" : {},
"SenderID" : {
"hide_none" : 1
},
"IPRev" : {},
"Auth" : {},
"AlignedFrom" : {},
"LocalIP" : {},
"TrustedIP" : {
"trusted_ip_list" : []
},
"!AddID" : {},
"ReturnOK" : {}
}
}