Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2527872
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
993 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/docs/kolab-autodiscovery.conf b/docs/kolab-autodiscovery.conf
new file mode 100644
index 0000000..bfc986b
--- /dev/null
+++ b/docs/kolab-autodiscovery.conf
@@ -0,0 +1,19 @@
+# for https://domain.tld (and https://autodiscover.domain.tld)
+Alias /autodiscover/autodiscover.xml /usr/share/kolab-autodiscover/public_html
+Alias /Autodiscover/Autodiscover.xml /usr/share/kolab-autodiscover/public_html
+Alias /AutoDiscover/AutoDiscover.xml /usr/share/kolab-autodiscover/public_html
+# for http://autoconfig.domain.tld
+Alias /mail/config-v1.1.xml /usr/share/kolab-autodiscover/public_html
+# for http://domain.tld
+Alias /.well-known/autoconfig/mail/config-v1.1.xml /usr/share/kolab-autodiscover/public_html
+
+<Directory "/usr/share/kolab-autodiscover/public_html">
+ AllowOverride None
+ <ifModule mod_authz_core.c>
+ Require all granted
+ </ifModule>
+ <ifModule !mod_authz_core.c>
+ Order Allow,Deny
+ Allow from All
+ </ifModule>
+</Directory>
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jan 31, 4:45 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
426389
Default Alt Text
(993 B)
Attached To
Mode
R9 autoconf
Attached
Detach File
Event Timeline
Log In to Comment