Video coming soon…
⚠️ Always review any script before running it on your server. Test in a staging environment first.
📦 Resources & Setup Scripts
Before starting, please make sure to grab the required scripts from our GitHub repository to follow along with the video easily.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/email/stalwart/stalwart-ubuntu.sh
chmod +x stalwart-ubuntu.sh
sudo bash stalwart-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/refs/heads/main/email/stalwart/stalwart-ubuntu.sh
2 Make it Executable
chmod +x stalwart-ubuntu.sh
3 Run the Installer
sudo bash stalwart-ubuntu.sh
4 Access the Web UI
http://:8080
# Get the generated password: docker logs stalwart 2>&1 | grep -i password
Ports Used
| Port | Purpose |
|---|---|
| 25 | SMTP (server-to-server) |
| 587 / 465 | Submission (clients) |
| 993 | IMAPS (mail clients) |
| 4190 | ManageSieve (filters) |
| 8080 / 443 | Web admin console + JMAP |
