petk / docker-postfix

🐳 Docker Image with Postfix Mail Server

Home Page:https://hub.docker.com/r/petk/postfix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

🐳 Docker Image with Postfix Mail Server

https://hub.docker.com/r/petk/postfix/

License:MIT License


Languages

Language:Dockerfile 42.8%Language:Makefile 28.9%Language:Shell 28.2%