It points to https://cpanelemaildiscovery.cpanel.net/autodiscoer/autodiscover.xml
Why are my customers being redirected to a cpanel url?
This is an URGENT issue
I expect more people to see this thread shortly once their systems upgrade to 11.34.02 and DNS updates
All of our customers SRV records have been wiped and automatically changed to:
https://cpanelemaildiscovery.cpanel.net/autodiscover/autodiscover.xml
When starting Outlook popup:
Allow this website to configure [email protected] server settings?
https://cpanelemaildiscovery.cpanel.net/autodiscover/autodiscover.xml
Also SSL certificate mismatch warning for autodiscover.domain.com warning box.
cPanel - please advise on a speedy resolution to roll back our changed records
[email protected] [/usr/local/cpanel]# patch -p1 < ~/noreplace_preserve_custom_SRV_13.patch.txt
patching file Cpanel/DnsUtils.pm
patching file Cpanel/Proxy.pm
patching file Cpanel/TaskProcessors/ProxySubdomains.pm
patching file scripts/checkproxysubdomains
patching file scripts/proxydomains
# Preserve custom SRV records
if ( $type eq 'SRV' && $current_record->{'record'} ne $value ) {
push @domain_messages, "=$type\@$shortname (custom)";
next;
}
/scripts/proxydomains --subdomain=autodiscover,autoconfig remove
/scripts/proxydomains add
for DOMAIN in `cat /etc/remotedomains`
do
perl -I/usr/local/cpanel -MCpanel::DnsUtils -e "Cpanel::DnsUtils::install_srv_records( [{'domain' => '$DOMAIN','record' => '_autodiscover._tcp.$DOMAIN.', 'value'=> '0 0 443 yourrdomainhere.com.'}], ['$DOMAIN', join('.',(split(/\./, '$DOMAIN'))[-2,-1]) ] );"
done
/scripts/proxydomains --subdomain=autodiscover,autoconfig remove
Removing proxy subdomains for all users.
This may take several minutes if there are many accounts on the system.
Can't use an undefined value as an ARRAY reference at /usr/local/cpanel/Cpanel/Proxy.pm line 77.
Patch appears to no longer be valid after cPanel changes.
What do we do now? I haven't gotten all servers patched yet and have clients complaining.Code:/scripts/proxydomains --subdomain=autodiscover,autoconfig remove Removing proxy subdomains for all users. This may take several minutes if there are many accounts on the system. Can't use an undefined value as an ARRAY reference at /usr/local/cpanel/Cpanel/Proxy.pm line 77.
Hello,
I am getting this exact issue but my agency is to the best of my knowledge NOT using cpanel. I would know as I am the IT Support for the agency