Giter Club home page Giter Club logo

autodiscover.xml's Introduction

autodiscover-email-settings

Docker Pulls

This service is created to autodiscover your provider email settings.

It provides IMAP/SMTP Autodiscover capabilities on Microsoft Outlook/Apple Mail, Autoconfig capabilities for Thunderbird, and Configuration Profiles for iOS/Apple Mail.

This is a clone of weboaks/autodiscover-email-settings and has had extra variables added to allow for STARTTLS and different Password Types

DNS settings

autoconfig              IN      A      {{$AUTODISCOVER_IP}}
autodiscover            IN      A      {{$AUTODISCOVER_IP}}
imap                    IN      CNAME  {{$MX_DOMAIN}}.
smtp                    IN      CNAME  {{$MX_DOMAIN}}.
@                       IN      MX 10  {{$MX_DOMAIN}}.
@                       IN      TXT     "mailconf=https://autoconfig.{{$DOMAIN}}/mail/config-v1.1.xml"
_imaps._tcp             IN      SRV    0 0 993 {{MX_DOMAIN}}.
_submission._tcp        IN      SRV    0 0 587 {{MX_DOMAIN}}.
_autodiscover._tcp      IN      SRV    0 0 443 autodiscover.{{$DOMAIN}}.

Replace above variables with data according to this table

Variable Description
MX_DOMAIN The hostname name of your MX server
DOMAIN Your apex/bare/naked Domain
AUTODISCOVER_IP IP of the Autoconfig HTTP

Usage

Put it behind a reverse proxy of your choice

docker

version: '2'

services:
  autodiscover-domain-com:
    image: barfittc/autodiscover:latest
    environment:
      NAME_URL: "https://api.domain.com/namelookup?email={{email}}&apiKey=12ab34cd"
      NAME_PROPERTY: Display_name
      SYNC_URL: "https://sync.domain.com/Microsoft-Server-ActiveSync"
      ENROLL_URL: "https://cert.domain.com/CertEnroll"
      CULTURE: "en:us"
      SYNC_URL: "https://sync.domain.com/Microsoft-Server-ActiveSync"
      IMAP_HOST: imap.domain.com
      IMAP_PORT: "993"
      IMAP_PROTOCOL: STARTTLS
      IMAP_AUTHTYPE: password-cleartext
      SMTP_HOST: smtp.domain.com
      SMTP_PORT: "587"
      SMTP_PROTOCOL: STARTTLS
      SMTP_AUTHTYPE: password-cleartext

docker swarm

version: '3'

services:
  autodiscover-domain-com:
    image: barfittc/autodiscover:latest
    environment:
      NAME_URL: "https://api.domain.com/namelookup?email={{email}}&apiKey=12ab34cd"
      NAME_PROPERTY: Display_name
      SYNC_URL: "https://sync.domain.com/Microsoft-Server-ActiveSync"
      ENROLL_URL: "https://cert.domain.com/CertEnroll"
      CULTURE: "en:us"
      IMAP_HOST: imap.domain.com
      IMAP_PORT: "993"
      IMAP_PROTOCOL: STARTTLS
      IMAP_AUTHTYPE: password-cleartext
      SMTP_HOST: smtp.domain.com
      SMTP_PORT: "587"
      SMTP_PROTOCOL: STARTTLS
      SMTP_AUTHTYPE: password-cleartext

Notes

SYNC_URL: is optional, point it to your ActiveSync path

The above autoconfiguration methods assume the following:

  • Username: {{email}} (Entire email address)

License

This project is distributed under the MIT License

Credits

Forked from https://github.com/harrydeluxe/autodiscover.xml to allow extra Environment Variable for Active Sync, and fixed xml up a bit Forked from https://github.com/sylvaindumont/autodiscover.xml to allow extra Environment Variables for STARTTLS and Clear/Encrypted Passwords Inspired from https://github.com/johansmitsnl/docker-email-autodiscover, but with https://github.com/Tiliq/autodiscover.xml instead of https://github.com/gronke/email-autodiscover to allow a much lighter () image based of node on alpine instead of apache on debian ()

autodiscover.xml's People

Contributors

barfittc avatar sylvaindumont avatar wobblybobz avatar harrydeluxe avatar kevinmartin avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.