-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Tripp Donnelly
committed
Apr 27, 2017
1 parent
3119341
commit a92bf14
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# postfix | ||
|
||
I was looking for a way to run postfix in a container. Unfortunately it has a master process that then forks specialized processes when nessary. It requires syslog. | ||
|
||
This container spins up postfix via chaperone. Chaperone starts/monitors the master pid. It handles signals correctly. It sends all the syslog to stdout. It also regenerates the transport db file at start, in case you need that (I do) | ||
|
||
I haven't found anyone doing this a better way, so I thought I would share. | ||
|
||
You'll want to mount a volume for the spool in /var/log/spool/postfix and mount in your config files into /etc/postfix. Configuration is up to you. | ||
|