Simple mail server for easiest mailing.
# mkdir -p /data/docker/mailer/application
# git clone git@github.com:Vasary/709b13.git /data/docker/mailer/application
Add necessary user data with regexp rules. Each set of parameters with the new line.
Notice: The whitespaces are delimiter for parameters.
Example: * notification 1234567890 /^(.+)@domain.com$/i*
Explanation: user password expression
# cp ./var/users.dist ./var/users
# vi ./var/users
Set your domain in environment file.
# cp ./env/.env.dist ./var/.env
# vi ./.env
# cd /data/docker/mailer/application
# sudo make build
# sudo make start
- 25
- 110
- 143
This project is licensed under the MIT License - see the LICENSE.md file for details