Add basic mail library; Add docker compose

This commit is contained in:
Stefan-5422
2022-03-02 12:01:28 +01:00
parent c32fffd538
commit 7728776d35
5 changed files with 5413 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
version: "3.4"
services:
mail:
image: boky/postfix
restart: always
environment:
- ALLOWED_SENDER_DOMAINS=mail.${DOMAIN}
ports:
- "587:587"
container_name: "postfix"
volumes:
- ./host/keys/:/etc/opendkim/keys