Merge pull request #1633 from Knight1/patch-1
kitterman.com redirects to TLS by default
This commit is contained in:
commit
e021f4c365
@ -74,7 +74,7 @@ if (!isset($autodiscover_config['sieve'])) {
|
||||
|
||||
// Init records array
|
||||
$spf_link = '<a href="http://www.openspf.org/SPF_Record_Syntax" target="_blank">SPF Record Syntax</a><br />';
|
||||
$dmarc_link = '<a href="http://www.kitterman.com/dmarc/assistant.html" target="_blank">DMARC Assistant</a>';
|
||||
$dmarc_link = '<a href="https://www.kitterman.com/dmarc/assistant.html" target="_blank">DMARC Assistant</a>';
|
||||
|
||||
$records = array();
|
||||
if ($_SESSION['mailcow_cc_role'] == "admin") {
|
||||
|
Loading…
Reference in New Issue
Block a user