Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HaiSoft (public)
Plesk - Mail Autoconfig
Commits
4e69f785
Unverified
Commit
4e69f785
authored
May 29, 2018
by
MegaS0ra
Committed by
GitHub
May 29, 2018
Browse files
Added info about certificate possibly not valid for Outlook test
parent
712d7569
Changes
1
Show whitespace changes
Inline
Side-by-side
plesk_mail_autoconfig.sh
View file @
4e69f785
...
...
@@ -261,7 +261,7 @@ sleep 0.5
if
[
-n
"
$(
curl
"
${
autodiscoverurl
}
"
|
grep
"<DisplayName>
${
companyname
}
</DisplayName>"
)
"
]
;
then
fn_logecho
"[ OK ] Outlook
${
autodiscoverurl
}
is accessible"
else
fn_logecho
"[ Warning ] Outlook
${
autodiscoverurl
}
does not seem to be accessible"
fn_logecho
"[ Warning ] Outlook
${
autodiscoverurl
}
does not seem to be accessible
(or certificate is not valid)
"
fi
echo
""
sleep
0.5
...
...
@@ -269,7 +269,7 @@ sleep 0.5
if
[
-n
"
$(
curl
"
${
autodiscoverurlalt
}
"
|
grep
"<DisplayName>
${
companyname
}
</DisplayName>"
)
"
]
;
then
fn_logecho
"[ OK ] Outlook
${
autodiscoverurlalt
}
is accessible"
else
fn_logecho
"[ Warning ] Outlook
${
autodiscoverurlalt
}
does not seem to be accessible"
fn_logecho
"[ Warning ] Outlook
${
autodiscoverurlalt
}
does not seem to be accessible
(or certificate is not valid)
"
fi
echo
""
sleep
0.5
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment