All checks were successful
Build and publish / build-and-push-arch (push) Successful in 2m5s
1.1 KiB
1.1 KiB
ProtonMail IMAP/SMTP Bridge Docker Container
This container is part of our Link helpdesk stack. You may use it independently of that stack, but we probably won't support you doing that.
Initial Setup
-
Launch the interactive shell:
# Make sure the systemd service is not running systemctl --user stop protonmail-bridge # Start the container manually with the init command podman run -it --name protonmail-bridge --replace --volume ~/protonmail-data:/data:rw,Z --network zammad guardianproject.dev/sr2/protonmail-bridge-docker:latest init -
Login with the
logincommand. -
Find the generated IMAP/SMTP password with the
infocommand. -
Exit the shell with the
exitcommand and restart the systemd service:systemctl --user restart protonmail-bridge
systemd service
That systemd service is part of our infrastructure as code for the Link helpdesk if you're curious.