Compare commits
No commits in common. "d73502b0e2f2fb56916a059b797fa255aedc8420" and "d4a870234b4eee6b8ccc1846eedb11a35c95facc" have entirely different histories.
d73502b0e2
...
d4a870234b
1 changed files with 2 additions and 2 deletions
|
|
@ -401,8 +401,8 @@ func (r *autodiscoverRule) Evaluate(ctx context.Context, obs sdk.ObservationGett
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
return single(sdk.CheckState{
|
return single(sdk.CheckState{
|
||||||
Status: sdk.StatusWarn,
|
Status: sdk.StatusInfo,
|
||||||
Message: "No Microsoft Autodiscover endpoint found; Outlook and other Autodiscover-based clients cannot bootstrap automatically.",
|
Message: "No Microsoft Autodiscover endpoint found (not required for Thunderbird-style clients).",
|
||||||
Code: "autoconfig_autodiscover_missing",
|
Code: "autoconfig_autodiscover_missing",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue