Merge pull request #118 from andryyy/dev

Dev merge
master
André Peters 2017-03-13 08:03:53 +01:00 committed by GitHub
commit 99f631c729
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,7 @@ rspamd_config:register_post_filter(function(task)
local rcpt = user .. '@' .. domain
local authdomain = auth_domain_map:get_key(domain)
if tagged_rcpt[1].options[1] then
if tagged_rcpt then
local tag = tagged_rcpt[1].options[1]
rspamd_logger.infox("found tag: %s", tag)
local action = task:get_metric_action('default')

View File

@ -35,8 +35,9 @@ nano mailcow.conf
```
If you plan to use a reverse proxy, you can, for example, bind HTTPS to 127.0.0.1 on port 8443 and HTTP to 127.0.0.1 on port 8080.
5\. Run the composer file. It will pull images and build containers.
5\. Pull the images and run the composer file. The paramter `-d` will start mailcow: dockerized detached:
```
docker-compose pull
docker-compose up -d
```