Metadata-Version: 2.4
Name: python3-cyberfusion-self-discover
Version: 1.0.5
Summary: self-discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.
Author-email: Cyberfusion <support@cyberfusion.io>
Project-URL: Source, https://github.com/CyberfusionIO/python3-cyberfusion-self-discover
Description-Content-Type: text/markdown
Requires-Dist: fastapi==0.92.0
Requires-Dist: uvicorn==0.17.6
Requires-Dist: defusedxml==0.7.1
Requires-Dist: pydantic==1.10.4

# python3-cyberfusion-self-discover

self-discover serves autodiscover (Outlook) and autoconfig (Thunderbird) XML files for mail auto-configuration.

# Install

## PyPI

Run the following command to install the package from PyPI:

    pip3 install python3-cyberfusion-self-discover

## Debian

Run the following commands to build a Debian package:

    mk-build-deps -i -t 'apt -o Debug::pkgProblemResolver=yes --no-install-recommends -y'
    dpkg-buildpackage -us -uc

# Configure

Pass the following environment variables:

* `IMAP_SERVER_HOSTNAME`
* `POP3_SERVER_HOSTNAME`
* `SMTP_SERVER_HOSTNAME`

# Usage

## Manually

Run the app using an ASGI server such as Uvicorn.

### systemd

    systemctl start self-discover.service
