8000 GitHub - grengojbo/docker-postfix: run postfix with smtp authentication (sasldb) in a docker container
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

grengojbo/docker-postfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Postfix

Installation

Use build automated by docker registry :

make run

Use build manually :

make build
make run

Manage

make start
make stop
make restart

Options

Add your domain key .private with :

-v /path/to/domainkeys:/etc/opendkim/domainkeys

Add your ssl certificates .key and .crt with :

-v /path/to/certs:/etc/postfix/certs

Help

make help

What make ?

Introduce to makefile

http://gl.developpez.com/tutoriel/outil/makefile/

Installation

Debian, Ubuntu :

sudo apt-get install build-essential

CentOS, Red Hat, Fedora :

yum install gcc gcc-c++ autoconf automake

Once installed check

make -v

What docker ?

Introduce to docker

https://docs.docker.com/

Installation

https://docs.docker.com/installation/

About

run postfix with smtp authentication (sasldb) in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 75.9%
  • Makefile 24.1%
0