This guide uses Docker Compose to run Horde Webmail (IMP).
For Docker installation, see Docker.
mkdir -p /opt/horde-webmail
cd /opt/horde-webmail
Create a docker-compose.yml file:
services:
app:
image: dorgello/imp-horde:latest
restart: unless-stopped
ports:
- "8080:80"
environment:
- IMAP_HOST=mail.example.com
- IMAP_PORT=993
- SMTP_HOST=mail.example.com
- SMTP_PORT=587
docker compose up -d
dorgello/imp-horde)Any questions?
Feel free to contact us. Find all contact information on our contact page.