Sign inSign up

knaou/postfix

By knaou

Updated over 5 years ago

Postfix with simple configulation for small service.

Image
0

3.3K

knaou/postfix repository overview

knaou/Postfix

Postfix with simple configulation for small service.

version: "3"
services:
  smtp:
    image: knaou/postfix
    ports:
      - 127.0.0.1:1025:25
    volumes:
      - ./log:/var/log
      - ./data:/var/postfix
    environment:
      MYHOSTNAME: mail.example.com
      MYDOMAIN: example.com
      # RELAY_TO: "mailserver:465"
      # RELAY_USERNAME: "username" 
      # RELAY_PASSWORD: "password" 

Tag summary

Content type

Image

Digest

Size

20.9 MB

Last updated

over 5 years ago

docker pull knaou/postfix