Skip to content

jontrossbach/postfix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postfix/AAAREADME

This is a for of Postfix MTA which aims to run without root prveledges inside a container enviroment. The Docker image provided was tested in OpenShift using the new-app command as follows:

$ oc new-app https://github.com/jontrossbach/postfix.git

Along with this guide for setting up postfix as an smtp relay.

Some users may find it more managable to test their postfix changes in the vagrant vm before testing on OpenShift so to run an instance of unpriveledged Postfix you should set the -DUSE_UNPRIV compiler directive here in the Vagantfile. To get the Vagrant machine running from the repository root directiory run:

$ vagrant up

About

Postfix MTA by Wietse Venema

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 51.0%
  • HTML 30.6%
  • Roff 10.7%
  • Makefile 4.5%
  • Shell 2.1%
  • Perl 1.1%