Fixed default values.

see #160
This commit is contained in:
Antoine Nguyen
2017-10-10 09:40:30 +02:00
parent 11447d062a
commit c894013d67
3 changed files with 8 additions and 3 deletions

1
run.py
View File

@@ -53,6 +53,7 @@ def main(input_args):
if not config.has_section("general"):
config.add_section("general")
config.set("general", "domain", args.domain)
config.set("dovecot", "domain", args.domain)
config.set("modoboa", "version", args.version)
utils.printcolor(
"Your mail server will be installed with the following components:",