All Projects → tozd → docker-postfix

tozd / docker-postfix

Licence: other
Postfix Docker image. Read-only mirror of https://gitlab.com/tozd/docker/postfix

Programming Languages

Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to docker-postfix

Mailcow Dockerized
mailcow: dockerized - 🐮 + 🐋 = 💕
Stars: ✭ 4,573 (+19782.61%)
Mutual labels:  postfix
Mailserver
⚠️ UNMAINTAINED - Simple and full-featured mail server using Docker
Stars: ✭ 1,267 (+5408.7%)
Mutual labels:  postfix
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+8586.96%)
Mutual labels:  postfix
Postfixadmin
PostfixAdmin - web based virtual user administration interface for Postfix mail servers
Stars: ✭ 509 (+2113.04%)
Mutual labels:  postfix
Vpstoolbox
一键安装Trojan-GFW代理,Hexo博客,Nextcloud等應用程式。
Stars: ✭ 1,080 (+4595.65%)
Mutual labels:  postfix
Zeyple
Postfix filter/hook to automatically encrypt outgoing emails with PGP/GPG
Stars: ✭ 122 (+430.43%)
Mutual labels:  postfix
Config
Armbian configuration utility
Stars: ✭ 317 (+1278.26%)
Mutual labels:  postfix
Docker Postfix
Simple SMTP relay docker image.
Stars: ✭ 162 (+604.35%)
Mutual labels:  postfix
Postfix Mta Sts Resolver
Daemon which provides TLS client policy for Postfix via socketmap, according to domain MTA-STS policy
Stars: ✭ 56 (+143.48%)
Mutual labels:  postfix
Onionmx
Onion delivery, so delicious
Stars: ✭ 138 (+500%)
Mutual labels:  postfix
Docker Mailserver
Production-ready fullstack but simple mail server (SMTP, IMAP, LDAP, Antispam, Antivirus, etc.) running inside a container.
Stars: ✭ 8,115 (+35182.61%)
Mutual labels:  postfix
Postfwd Anti Geoip Spam Plugin
Postfwd plugin for blocking international spam botnets based on geographical location of IP addresses used to login to postfix via sasl.
Stars: ✭ 40 (+73.91%)
Mutual labels:  postfix
Docker Mailman
Dockerfiles for the mailman suite.
Stars: ✭ 130 (+465.22%)
Mutual labels:  postfix
Vimbadmin
Virtual Mailbox Administration
Stars: ✭ 441 (+1817.39%)
Mutual labels:  postfix
Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+8700%)
Mutual labels:  postfix
Shell
Infrastructure Management Shell - Linux
Stars: ✭ 381 (+1556.52%)
Mutual labels:  postfix
Ansible Postfix
Ansible role to set up postfix in Debian-like systems
Stars: ✭ 102 (+343.48%)
Mutual labels:  postfix
Docker Postfix
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Stars: ✭ 163 (+608.7%)
Mutual labels:  postfix
Modoboa Installer
An installer for Modoboa
Stars: ✭ 161 (+600%)
Mutual labels:  postfix
Docker Mailserver
Docker Mailserver based on the famous ISPMail guide
Stars: ✭ 129 (+460.87%)
Mutual labels:  postfix

tozd/postfix

https://gitlab.com/tozd/docker/postfix

Available as:

Description

Docker image providing Postfix.

You should make sure you mount spool volume (/var/spool/postfix) so that you do not lose e-mail data when you are recreating a container. If a volume is empty, image will initialize it at the first startup.

By default it is configured for sending outbound e-mails. Otherwise, you can extend the image and configure it differently. See these examples:

  • cloyne/postfix, which extends it to integrate it with tozd/sympa mailing lists service
  • tozd/mail, which extends it to provide a full-fledged e-mail service with virtual users

Remember that for the best e-mail delivery external IP should match the hostname it resolves to. You might find tozd/external-ip Docker image useful for this.

If you are extending this image, you can add two scripts which will be run at a container startup:

  • /etc/service/postfix/run.config – to prepare any custom configuration, before anything else is run
  • /etc/service/postfix/run.initialization – will be run after the container is initialized, but before the Postfix daemon is run
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].