Mail server application package for dcape.
- Fork this repo in your Git service
- Setup deploy hook
- Run "Test delivery" (config sample will be created in dcape)
- Edit and save config (enable deploy etc)
- Run "Test delivery" again (app will be installed and started on webhook host)
- Fork dopos/dcape-dns-config and cook your zones
See also: Deploy setup (in Russian)
sudo make user-add USER_EMAIL=user@domain USER_PASS=<password>
sudo make dkim-add
Add config/amavis.cf:
$final_spam_destiny=D_PASS;
$final_virus_destiny=D_PASS;
1;
See also: how to disable quarantine
Based on traefik v2
The MIT License (MIT), see LICENSE.
Copyright (c) 2017 Alexey Kovrizhkin lekovr+dopos@gmail.com