Skip to content

Instantly share code, notes, and snippets.

@aont
Last active May 1, 2025 12:34
Show Gist options
  • Save aont/912fd93141e49ef42bcc9a359883e113 to your computer and use it in GitHub Desktop.
Save aont/912fd93141e49ef42bcc9a359883e113 to your computer and use it in GitHub Desktop.

nice web mail server

Roundcube - Free and Open Source Webmail Software

  • Web UI. mobile browser ready.
  • easy to setup with docker
  • exploits IMAP search for FTS search
docker run -e ROUNDCUBEMAIL_DEFAULT_HOST=hostname -e ROUNDCUBEMAIL_SMTP_SERVER=hostname -p 8000:80 -d --name roundcubemail --rm roundcube/roundcubemail
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment