OpenDKIM setup. (#196)

* OpenDKIM setup.

see #173

* Fixed unit tests.

* Fixed mysql syntax.
This commit is contained in:
Antoine Nguyen
2018-04-02 16:25:58 +02:00
committed by GitHub
parent 704d73cb4d
commit 8a650e6998
14 changed files with 259 additions and 12 deletions

1
run.py
View File

@@ -96,6 +96,7 @@ def main(input_args):
scripts.install("radicale", config)
scripts.install("uwsgi", config)
scripts.install("nginx", config)
scripts.install("opendkim", config)
scripts.install("postfix", config)
scripts.install("dovecot", config)
utils.printcolor(