Use exherbo as base image
This commit is contained in:
2
config/example/aliases
Normal file
2
config/example/aliases
Normal file
@@ -0,0 +1,2 @@
|
||||
admin@example.org admin@example.org
|
||||
@example.org catch-all@example.org
|
||||
1
config/example/domains
Normal file
1
config/example/domains
Normal file
@@ -0,0 +1 @@
|
||||
example.org
|
||||
1
config/example/myhostname
Normal file
1
config/example/myhostname
Normal file
@@ -0,0 +1 @@
|
||||
localhost
|
||||
2
config/example/passwords
Normal file
2
config/example/passwords
Normal file
@@ -0,0 +1,2 @@
|
||||
catch-all@example.org:{PLAIN}password123
|
||||
admin@example.org:{SHA256-CRYPT}$5$3qaCC/fV65Adtfoy$O20EXoSOcgWKf5NyAZnXAtGPQoSgeYRjLm56M25.H12
|
||||
1
config/example/postfix-networks
Normal file
1
config/example/postfix-networks
Normal file
@@ -0,0 +1 @@
|
||||
127.0.0.0/8 [::1]/128
|
||||
5
config/example/spam-global.sieve
Normal file
5
config/example/spam-global.sieve
Normal file
@@ -0,0 +1,5 @@
|
||||
require "fileinto";
|
||||
|
||||
if header :contains "X-Spam-Flag" "YES" {
|
||||
fileinto "Spam";
|
||||
}
|
||||
Reference in New Issue
Block a user