https://github.com/pumukydev/roundcube
Self-hosted Roundcube webmail client with Docker Compose.
https://github.com/pumukydev/roundcube
docker email imap rouncube self-hosted smtp webmail
Last synced: 5 months ago
JSON representation
Self-hosted Roundcube webmail client with Docker Compose.
- Host: GitHub
- URL: https://github.com/pumukydev/roundcube
- Owner: PumukyDev
- Created: 2025-02-17T09:41:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-14T09:17:58.000Z (12 months ago)
- Last Synced: 2025-08-05T00:00:12.574Z (11 months ago)
- Topics: docker, email, imap, rouncube, self-hosted, smtp, webmail
- Language: DIGITAL Command Language
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Roundcube
**Roundcube** is an open-source webmail client that allows users to manage emails directly from a web browser. It supports **IMAP** and **SMTP** protocols and offers a modern and user-friendly interface to send, receive, and organize email messages.
## Prerequisites
Make sure you have the following installed on your system:
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
## Installation
Clone the repository:
```bash
git clone https://github.com/PumukyDev/roundcube.git
```
Navigate to the Roundcube directory:
```bash
cd roundcube
```
Deploy the containers:
```bash
docker-compose up -d --build
```
Once the containers are up, open your browser and navigate to:
```
http://192.168.10.3/roundcubemail/
```
## Test Users
You can use the following virtual accounts to test email functionality:
| Username | Password |
|---------------------------|-----------|
| mengano@pumukydev.com | mengano12 |
| fulano@pumukydev.com | fulano12 |
## How to Use
### 1. Log in as Mengano

### 2. Click on "Compose"

### 3. Write and send a message to Fulano

### 4. Log out and log in as Fulano

### 5. Check the inbox

### 6. Open the message
