SMTP/POP3 (STARTTLS, SSL/TLS, PLAIN) proxy for use with Microsoft 365 (via HTTPS)
1.5K
Transparent SMTP/POP3 proxy for Microsoft 365 using Microsoft Graph API. Supports STARTTLS, SMTPS, POP3S and shared mailboxes.
Use the provided install script to configure and launch:
curl -O https://raw.githubusercontent.com/sh0rch/m365proxy/main/install.sh
chmod +x install.sh
./install.sh
This script will:
configure and logindocker run --rm -it -v $(pwd)/config:/config sh0rch/m365proxy configure
docker run --rm -it -v $(pwd)/config:/config sh0rch/m365proxy login
docker run -d \
--name m365proxy \
-v $(pwd)/config:/config \
-v $(pwd)/queue:/app/queue \
-p 1025:1025 -p 110:110 -p 465:465 -p 995:995 \
sh0rch/m365proxy:latest
/config → Contains config.json, tokens.enc/app/queue → Stores queued mail dataContent type
Image
Digest
sha256:17fd43c0e…
Size
231.8 MB
Last updated
over 1 year ago
docker pull sh0rch/m365proxy