grmvoid/postfix
Postfix is a mail transfer agent (MTA) that routes and delivers electronic mail.
22
Image based on:
alpine
Supported architectures:linux/amd64
, linux/arm64
Maintained by:
grmvoid
Where to file issues:
https://github.com/grmvoid/docker-php/issues
Dockerfile
linksdocker run --name some-postfix -d grmvoid/postfix:3.9.1
docker-compose
Example docker-compose.yml
for postfix
:
version: '3.1'
services:
postfix:
image: grmvoid/postfix:3.9.1
restart: always
ports:
- "25:25/tcp"
- "587:587/tcp"
View license information for the software contained in this image.
docker pull grmvoid/postfix