autodiscover problem

Helga Mayer helga.mayer at uni-hohenheim.de
Thu May 10 16:18:11 CEST 2012


Hi Christian,

On 05/09/2012 07:11 PM, Christian Rößner wrote:
> Hi,
>
>> Testing Autoconfig ...
>> Connecting to http://autoconfig.uni-hohenheim.de/mail/config-v1.1.xml?emailaddress=testaccount@uni-hohenheim.de ...
>>
>>   HTTP/1.1 200 OK
>>   Date: Wed, 09 May 2012 13:21:00 GMT
>>   Server: Apache/2.2.15 (Scientific Linux)
>>   Content-Length: 887
>>   Connection: close
>>   Content-Type: text/xml
>> <?xml version='1.0' encoding='utf-8'?>
>> <clientConfig version="1.1">
>> <emailProvider id="uni-hohenheim.de">
>> ....(cut off)
>> <username>%EMAILLOCALPART%</username>
> (this attribute should be fixed in automx.conf as well. See *_auth_identity in the man page for examples; Maybe you will like smtp_auth_identity = %s and same for imap_ and pop_)
>
>> </incomingServer>
>> </emailProvider>
>> </clientConfig>
>>
>> Testing Autodiscover (Microsoft Outlook(tm)) ...
>> Connecting to https://autodiscover.uni-hohenheim.de/autodiscover/autodiscover.xml ...
>>
>>   HTTP/1.1 404 Not Found
> It looks like Apache is not configured correctly for 443. It returns 404 not found.
I doubt if Apache is the problem. If I create a directory

autodiscover under the document root and copy an xml file to that location it
is found. So I'm assuming the wsgi script is not executed. I don't think the
script cannot be found. The path for autodiscover is the same as for autoconfig.
autodiscover.uni-hohenheim.de is the only 443 host on the machine.

Helga Mayer

>
>




More information about the automx-users mailing list