Skip to content

kevinvalk/ispconfig-discover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discover system for ISPConfig

This system supports autoconfig and autodiscover

Resources

TODO

  • SOAP api
  • Rewrite guide

Guide

Placeholders

  • my-service.com = The domain you run your "autodiscover" service on
  • my-mail.com = The domain you want to activate autodiscover and autoconfig for

ISPConfig Config (Apache HTTPD)

  • Add domain: discover.my-service.com

  • Add Sites > Website with the following settings:

  • Domain: discover.my-service.com

  • Auto-Subdomain NONE

  • Options > Apache Directives:

ServerAlias autoconfig.*
RewriteEngine On
RewriteCond %{HTTPS} !on [OR]
RewriteCond %{HTTP_HOST} !^discover\.my-service\.com$
RewriteRule ^(.*)$ https://discover.my-service.com$1 [R=301]

Optional:

  • Do what you do to make the website (discover.my-service.com) work with SSL

DNS Config

  • for my-mail.com set

  • SRV _autodiscover._tcp.my-mail.com -> 1 10 443 discover.my-service.com

  • [SRV-Format on Route53: [priority] [weight] [port] [server host name]]

  • CNAME autoconfig.my-mail.com -> discover.my-service.com

XML files

  • change autodiscover.php and config-v1.1.xml to meet your configuration

  • copy .htaccess to https://discover.my-service.com/autodiscover/.htaccess

  • copy autodiscover.php to https://discover.my-service.com/autodiscover/autodiscover.php

  • copy config-v1.1.xml to https://discover.my-service.com/mail/config-v1.1.xml

Credits

About

Autodiscover + Autoconfig website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published