Snappymail is a lightweight, modern webmail client with a clean interface, PGP/GPG support, and fast IMAP performance. This package installs Snappymail as a system package with proper file layout for Debian/Ubuntu servers.
Debian and Ubuntu do not ship Snappymail in their repositories. This package provides:
/usr/share/snappymail with data at /var/lib/snappymail, managed by apt like any other system package/etc/nginx/snippets/snappymail.conf for quick deployment behind a reverse proxy| Feature | Roundcube (distro) | Snappymail (NetLinux) |
| Memory usage | ~80 MB | ~30 MB |
| PGP/GPG support | Plugin | Built-in |
| Modern UI | No (legacy) | Yes (responsive SPA) |
| IMAP IDLE support | No | Yes |
| Multi-account | Plugin | Built-in |
| Two-factor auth | No | TOTP built-in |
| Version | 2.38.2-4netlinux1-1 |
|---|---|
| Architecture | amd64 |
| Component | main |
| Download | snappymail_2.38.2-4netlinux1-1_amd64.deb |
| Upstream | github.com/the-djmaze/snappymail |
| Source | github.com/netlinux-ai/snappymail |
sudo apt install snappymail
After installing, configure your web server to serve /usr/share/snappymail and set ownership:
sudo chown -R www-data:www-data /var/lib/snappymail
See the main page for repository setup instructions.