Skip to content

Designed for an authentication step in front of a mail server with anonymous authentication

License

Notifications You must be signed in to change notification settings

svnikolaev/postfix_auth

Repository files navigation

Mail Transfer Agent (MTA) with auth

Basing on postfix. Designed for an authentication step in front of a mail server with anonymous authentication.

Installation

  1. Go to the required directory on the server and run the command https://github.com/svnikolaev/postfix_auth.git
  2. Go to the application directory cd postfix_auth
  3. Copy .env.example to .env with the command cp .env.example .env

Setup

  1. Setup main.cf file - specify myhostname and relayhost
  2. Setup .env file

Launch

Run the command docker compose build && docker compose up -d

About

Designed for an authentication step in front of a mail server with anonymous authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published