Skip to content

dopos/dcape-app-mailserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcape-app-mailserver

GitHub Release GitHub code size in bytes GitHub license

Mail server application package for dcape.

Docker image used

Requirements

Install

  • 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)

Usage

Add user

sudo make user-add USER_EMAIL=user@domain USER_PASS=<password>

Setup DKIM

sudo make dkim-add

Disable amavis quarantine

Add config/amavis.cf:

$final_spam_destiny=D_PASS;
$final_virus_destiny=D_PASS;

1;

See also: how to disable quarantine

Letsencrypt

Based on traefik v2

License

The MIT License (MIT), see LICENSE.

Copyright (c) 2017 Alexey Kovrizhkin lekovr+dopos@gmail.com