files modified

Este commit está contenido en:
Your Name
2020-08-23 12:06:04 +00:00
padre 6d21f3d243
commit bbc9877d45
Se han modificado 65 ficheros con 418 adiciones y 248 borrados

Ver fichero

@@ -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

Ver fichero

@@ -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"]
}
}

Ver fichero

@@ -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

Ver fichero

@@ -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]

Ver fichero

@@ -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