Sign inSign up

grmvoid/postfix

By grmvoid

•Updated over 1 year ago

Postfix is a mail transfer agent (MTA) that routes and delivers electronic mail.

Image
Integration & delivery
0

586

grmvoid/postfix repository overview

⁠Quick reference

⁠How to usage this image

⁠start a postfix instance
docker run --name some-postfix -d grmvoid/postfix:3.9.1
⁠... via 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"

⁠LICENSE

View license⁠ information for the software contained in this image.

Tag summary

Content type

Image

Digest

sha256:8f30b2c6b…

Size

18.5 MB

Last updated

over 1 year ago

docker pull grmvoid/postfix:3.9