Hey guys,
i created a small script for fast editing/substituting config files within docker projects (same logic has been implemented within this project for the ldap parts; see start-mailserver.sh).
My motivation behind this step is as happened here, that we have all kind of substitution stuff using sed, spread all over the place, but no common foundation of alterating config values (besides postconf especially for postfix).
It also happened within this project, that my own sed parts for the ldap feature was lacking the support for some specially characters (e.g. like & or had problems with query strings for the ldap searches).
I integrated travis within the project, with tests for substitution cases.
Maybe that could be also helpful for this project, to remove several lines from the start-mailserver.sh script.
Project Home: https://github.com/alinmear/docker-configomat.git
Hey guys,
i created a small script for fast editing/substituting config files within docker projects (same logic has been implemented within this project for the ldap parts; see
start-mailserver.sh).My motivation behind this step is as happened here, that we have all kind of substitution stuff using
sed, spread all over the place, but no common foundation of alterating config values (besidespostconfespecially for postfix).It also happened within this project, that my own
sedparts for the ldap feature was lacking the support for some specially characters (e.g. like&or had problems with query strings for the ldap searches).I integrated travis within the project, with tests for substitution cases.
Maybe that could be also helpful for this project, to remove several lines from the
start-mailserver.shscript.Project Home: https://github.com/alinmear/docker-configomat.git