Compare commits
No commits in common. "d4a870234b4eee6b8ccc1846eedb11a35c95facc" and "d73502b0e2f2fb56916a059b797fa255aedc8420" have entirely different histories.
d4a870234b
...
d73502b0e2
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{
|
||||
Status: sdk.StatusInfo,
|
||||
Message: "No Microsoft Autodiscover endpoint found (not required for Thunderbird-style clients).",
|
||||
Status: sdk.StatusWarn,
|
||||
Message: "No Microsoft Autodiscover endpoint found; Outlook and other Autodiscover-based clients cannot bootstrap automatically.",
|
||||
Code: "autoconfig_autodiscover_missing",
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue