Skip to content

Commit

Permalink
add Graylog + components
Browse files Browse the repository at this point in the history
  • Loading branch information
cupracer committed Jul 13, 2018
1 parent f1e13ab commit 8fe53be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ This is a dockerized full-stack e-mail server. It is primarily based on openSUSE
* Let's Encrypt
* HAProxy
- SSL termination
* Graylog
- MongoDB
- Elasticsearch

## Why?

Expand Down Expand Up @@ -88,6 +91,7 @@ docker-compose up -d
```
docker-compose exec letsencrypt bash -c 'certbot certonly --standalone -d $MYHOSTNAME --deploy-hook /usr/local/sbin/restart-containers.py'
```

Please continue only if this was successful!

* Setup PostfixAdmin
Expand All @@ -107,19 +111,22 @@ is Backup MX: no
active: yes
add default aliases: yes
```

- Create additional domains as desired
- Add a first mailbox for the admin user:
```
User: USERNAME
Domain: MYHOSTNAME
...
```

- Add an alias for the default domain (FQDN of your mail server):
```
Alias: admin
Domain: MYHOSTNAME
To: name of the first mailbox
```

- Change aliases of default domain:
```
abuse, hostmaster, postmaster, webmaster --> admin@MYHOSTNAME
Expand Down

0 comments on commit 8fe53be

Please # to comment.