Lemon Emails regular email containerized infrastructure that can be deployed on local machine used for testing and development.
In order to run everything we will need to install docker and docker-compose.
-
Install docker:
https://docs.docker.com/engine/installation/linux/ubuntu/#install-using-the-repository
-
Install docker-compose:
-
Clone repo
git clone [email protected]:DevanaLabs/lemon.email-infrastructure-dev.git
Run config.sh script and enter your domain name to be updated in dkim container
```
./config.sh
Enter your domain eg: example.com
example.com
```
Run docker-compose
```
cd lemon.email-infrastructure-dev
docker-compose up
```
SMTP: 172.19.25.3:25
IMAP: 172.19.25.4:143
ACCOUNT: [email protected]
PASSWORD: lemonuser
To use this you can connect from any email client, such as Thunderbird. Use the information provided from the "Configs" section.
Example:
Note: Emails sent to external emails will be marked as spam. You also cannot reply to those emails since they are sent from "localhost".