bare-bones postfix install. ubuntu:trusty base.
docker pull paxmanchris/postfix
docker run -d -p 25:25 -p 587:587 --name postfix paxmanchris/postfix
postfix is started by supervisor. logs will be in /var/log/supervisor. configure postfix in /etc/postfix
docker exec -it postfix bash
Content type
Image
Digest
Size
116.8 MB
Last updated
over 10 years ago
docker pull paxmanchris/postfix