Basing on postfix. Designed for an authentication step in front of a mail server with anonymous authentication.
- Go to the required directory on the server and run the command
https://github.com/svnikolaev/postfix_auth.git
- Go to the application directory
cd postfix_auth
- Copy
.env.example
to.env
with the commandcp .env.example .env
- Setup
main.cf
file - specifymyhostname
andrelayhost
- Setup
.env
file
Run the command docker compose build && docker compose up -d