KellerFuchs / docker-postfix

#! Postfix server for all incoming mail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Postfix

  1. Put SSL certificate files in /home/$USER/slapd/ssl/

    Named as follows: 'cacert.pem' 'server.crt' 'server.key'

  2. Edit systemd service and load/start on target server

    vim docker-postfix.conf
    sudo systemctl enable $PWD/docker-postfix.conf
    sudo systemctl start docker-postfix.service

About

#! Postfix server for all incoming mail

License:MIT License


Languages

Language:Shell 100.0%