8
0
Fork
You've already forked docker-postfix
0
#! Postfix server for all incoming mail
  • Shell 59.9%
  • Dockerfile 40.1%
Find a file
2019年12月17日 01:33:47 -05:00
docker-postfix.service Reorganise the volumes 2017年03月11日 14:34:17 -05:00
Dockerfile install postfix-pgsql and upgrade to buster 2019年12月17日 00:22:00 -05:00
LICENSE.md Added LICENSE file. 2015年09月27日 12:43:02 +05:45
README.md initial commit 2015年02月21日 01:41:27 -08:00
run.sh set permissions for hold/trace dirs 2016年10月05日 00:14:21 -07:00

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