Added automx support.

see #98
This commit is contained in:
Antoine Nguyen
2017-02-09 14:40:39 +01:00
parent 48227fcf5f
commit 5f36d6231f
14 changed files with 273 additions and 54 deletions

View File

@@ -25,7 +25,7 @@ Usage::
$ git clone https://github.com/modoboa/modoboa-installer
$ cd modoboa-installer
$ sudo ./run.py <mail server hostname>
$ sudo ./run.py <your domain>
To customize the installation, look at the ``installer.cfg`` file.
@@ -35,7 +35,7 @@ By default, the following components are installed:
* Nginx and uWSGI
* Postfix
* Dovecot
* Amavis (with SpamAssassin and ClamAV)
* Amavis (with SpamAssassin and ClamAV)
If you want more information about the installation process, add the
``--debug`` option to your command line.