Skip to content

abh/docker-qmail

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Introduction

Dockerfile to build a container image with qmail and ezmlm.

This container will run supervisord and start up

  • qmail-send and a qmail tcp server (for smtp)

This is only useful for running ezmlm based mailing lists. The original repository by Maescool has more features.

Version

Current versions:

Configuration

Data Store

if you don't want to lose your mail when the docker container is stopped/deleted. To avoid losing any data, you should mount a volume at,

  • /home (for mailing lists)
  • /var/qmail/control
  • /var/qmail/users

Maintenance

Shell Access

For debugging and maintenance purposes you may want access the containers shell.

docker exec -it qmail bash

References

About

Docker qmail + ezmlm

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 86.6%
  • Dockerfile 13.4%