Postfix is a mail transfer agent (MTA) that routes and delivers electronic mail.
458
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-composeExample 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.
Content type
Image
Digest
sha256:8f30b2c6b…
Size
18.5 MB
Last updated
over 1 year ago
docker pull grmvoid/postfix:3.9