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.
Make sure you have the following installed on your system:
Clone the repository:
git clone https://github.com/PumukyDev/roundcube.gitNavigate to the Roundcube directory:
cd roundcubeDeploy the containers:
docker-compose up -d --buildOnce the containers are up, open your browser and navigate to:
http://192.168.10.3/roundcubemail/
You can use the following virtual accounts to test email functionality:
| Username | Password |
|---|---|
| mengano@pumukydev.com | mengano12 |
| fulano@pumukydev.com | fulano12 |






