files modified
Este commit está contenido en:
@@ -47,7 +47,7 @@ services:
|
||||
ipv4_address: 172.200.0.102
|
||||
|
||||
mongo:
|
||||
image: mongo
|
||||
image: mongo:4.2
|
||||
hostname: mongo
|
||||
container_name: mongo
|
||||
restart: always
|
||||
|
||||
@@ -11,7 +11,22 @@
|
||||
"root@hatthieves.es": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
},
|
||||
"@social.hatthieves.es": {
|
||||
"@hatthieves.com": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
},
|
||||
"@hatthieves.co": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
},
|
||||
"@*.hatthieves.com": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
},
|
||||
"@*.hatthieves.co": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
},
|
||||
"@*.hatthieves.es": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
},
|
||||
"hola@hatthieves.es": {
|
||||
"action": "alias", "to": ["webmaster@hatthieves.es"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
;[main]
|
||||
host_list=hatthieves.es
|
||||
host_list=hatthieves.es,hatthieves.com,hatthieves.co
|
||||
host_list_regex=*.hatthieves.es,*.hatthieves.com,*.hatthieves.co
|
||||
|
||||
@@ -14,7 +14,7 @@ title="Wild Duck Mail - HatThieves.es"
|
||||
allowJoin=false
|
||||
enableSpecial=true # if true the allow creating addresses with special usernames
|
||||
# allowed domains for new addresses
|
||||
domains=["hatthieves.es"]
|
||||
domains=["hatthieves.es","hatthieves.com","hatthieves.co"]
|
||||
generalNotification=""
|
||||
|
||||
[api]
|
||||
|
||||
@@ -21,4 +21,4 @@ RUN npm i --production
|
||||
RUN npm i -S zonemta-wildduck zonemta-limiter
|
||||
WORKDIR /haraka
|
||||
RUN npm i
|
||||
RUN npm i -S haraka-plugin-wildduck haraka-plugin-rspamd haraka-plugin-limit haraka-plugin-karma haraka-plugin-redis haraka-plugin-mongodb
|
||||
RUN npm i -S haraka-plugin-wildduck@v1.28.1 haraka-plugin-rspamd haraka-plugin-limit haraka-plugin-karma haraka-plugin-redis haraka-plugin-mongodb
|
||||
|
||||
Referencia en una nueva incidencia
Block a user