Browse Source

Fix ignores

andryyy 8 years ago
parent
commit
72801a50bf
2 changed files with 6 additions and 8 deletions
  1. 1 1
      .gitignore
  2. 5 7
      README.md

+ 1 - 1
.gitignore

@@ -7,4 +7,4 @@ data/dkim/keys/*
 !data/dkim/keys/.dkim_priv_keys
 data/dkim/txt/*
 !data/dkim/txt/.dkim_pub_keys
-backup*sql
+backup*

+ 5 - 7
README.md

@@ -12,7 +12,7 @@ Exposed ports:
 | Postfix               | 25/tcp, 465/tcp, 587/tcp                     | 588/tcp                        |
 | Dovecot               | 110/tcp, 143/tcp, 993/tcp, 995/tcp, 4190/tcp | 24/tcp, 10001/tcp              |
 | Nginx                 | 443/tcp                                      | 80/tcp, 8081/tcp               |
-| PowerDNS Recursor     | 53/udp                                       |                                |
+| PowerDNS Recursor     | 53/udp                                       | -                              |
 | Rspamd                | -                                            | 11333/tcp, 11334/tcp           |
 | MariaDB               | -                                            | 3306/tcp                       |
 | Rmilter               | -                                            | 9000/tcp                       |
@@ -25,14 +25,12 @@ All containers share a network "mailcow-network" (name can be changed, but remov
 
 ## Installation
 
-You need Docker. Most systems can install Docker by running the following command:
-```
-wget -qO- https://get.docker.com/ | sh
-```
+1. You need Docker. Most systems can install Docker by running `wget -qO- https://get.docker.com/ | sh`
 
-1. Open mailcow.conf and change stuff, do not use special chars in passwords in this file (will be fixed soon).
+2. Clone this repository and configure `mailcow.conf`, do not use special chars in passwords in this file (will be fixed soon).
+It is almost always enough to just change the hostname.
 
-2. Run ./build-all.sh
+3. Run `./build-all.sh` - select `Y` when asked to reset the admin password.
 
 Done.