Autodiscover case-sensitive

William Edwards wedwards at cyberfusion.nl
Mon Mar 23 10:50:41 CET 2020


I found that as well, but the challenge seems to be that Outlook does not always follow redirects (RewriteMap puts a redirect in place, a 301 I think).

So I would need to instead pass a lowercase URL to automx2, instead of to the client. mod_speling is supposed to be able to do this, but seems to be broken in recent versions. That's why I think this should perhaps be 'fixed' in automx2.


Met vriendelijke groeten,

William Edwards
T. 040 - 711 44 96
E. wedwards at cyberfusion.nl




 
----- Original Message -----
From: Ralph Seichter (automx2 at seichter.de)
Date: 03/22/20 22:52
To: automx-users at sys4.de
Subject: Re: Re[2]: Autodiscover case-sensitive

* William Edwards:

> I'm not sure about docs, but it's what the Microsoft Remote
> Connectivity Analyzer looks for.

I just realised that I forgot to answer. I don't currently have an
Apache server available for testing, but the following should work:

 # Redirect a URI to an all-lowercase version of itself
 RewriteMap lc int:tolower
 RewriteRule "(.*)" "${lc:$1}" [R]

Source: https://httpd.apache.org/docs/2.4/rewrite/rewritemap.html

-Ralph




More information about the automx-users mailing list