This service automatically syncs users and aliases from Authentik to Mailcow.
- Auto-create mailboxes
- Sync aliases
- Remove stale aliases
- Idempotent (safe to run repeatedly)
- Supports multiple domains
- Docker-ready
Authentik → Sync Service → Mailcow API
git clone https://github.com/ZEROX7/mailcow-sync.git
cd mailcow-synccp .env.example .env
nano .envdocker compose up -d --build