Use exherbo as base image

This commit is contained in:
2016-10-15 13:45:24 +02:00
parent deab70fe64
commit ac397c4f85
39 changed files with 80 additions and 288 deletions

2
config/example/aliases Normal file
View File

@@ -0,0 +1,2 @@
admin@example.org admin@example.org
@example.org catch-all@example.org

1
config/example/domains Normal file
View File

@@ -0,0 +1 @@
example.org

View File

@@ -0,0 +1 @@
localhost

2
config/example/passwords Normal file
View File

@@ -0,0 +1,2 @@
catch-all@example.org:{PLAIN}password123
admin@example.org:{SHA256-CRYPT}$5$3qaCC/fV65Adtfoy$O20EXoSOcgWKf5NyAZnXAtGPQoSgeYRjLm56M25.H12

View File

@@ -0,0 +1 @@
127.0.0.0/8 [::1]/128

View File

@@ -0,0 +1,5 @@
require "fileinto";
if header :contains "X-Spam-Flag" "YES" {
fileinto "Spam";
}