Bei einigen Domains, erscheint bei curl https://example.org/.well-known/autoconfig/mail/config-v1.1.xml?emailaddress=mail@example.org die clientConfig, bei anderen erscheint nur folgendes:
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>403 Forbidden</title>
</head><body>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>
</body></html>
Bei allen Domains ist der MX-Eintrag aktiviert.
Folgende Zeilen sind unterhalb von </VirtualHost> in der httpd.conf Datei:
Code
<Directory /opt/pdadmin/www/pop3>
AddHandler cgi-script .cgi
</Directory>
Alias /.well-known/autoconfig/mail/config-v1.1.xml /opt/pdadmin/www/pop3/autoconfigure.cgi
#Alias /autodiscover/autodiscover.xml /opt/pdadmin/www/pop3/autoconfigure.cgi
Ist das ein Konfigurationsfehler meinerseits, dass es bei manchen Domains funktioniert und bei anderen nicht?
Edit: Auf einem Server funktioniert es bei 2 von 10 Domains nicht, auf einem anderen funktionieren 5 von 35 nicht.