Skip to content

petk/docker-postfix

Repository files navigation

Docker Postfix

Test workflow Docker Automated build MIT License

Docker Image with Postfix Mail Server

Features

  • Alpine base image for small Docker image size
  • Postfix mail server

Tags

Quick Usage

Create a docker-compose.yml for your setup:

version: '3.2'

services:
  postfix:
    image: petk/postfix
    container_name: postfix
    restart: always
    ports:
      - 25:25
    networks:
      - your-network
    environment:
      - MYHOSTNAME=my.hostname.tld
      - MYDOMAIN=mydomain.tld

License and Contributing

Contributions are most welcome. This repository is released under the MIT license.