Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 340 Bytes

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