Intiall Postfix setup :/

This commit is contained in:
2026-01-24 15:52:10 +01:00
parent 212739ae94
commit 8a39fb8afc
7 changed files with 107 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
config:
general:
ALLOWED_SENDER_DOMAINS: "oceanbox.io"
DKIM_SELECTOR: "mail"
RELAYHOST: "smtp.office365.com:587"
RELAYHOST_USERNAME: "noreply@oceanbox.io"
POSTFIX_smtp_tls_security_level: "encrypt"
POSTFIX_myhostname: "oceanbox.io"
POSTFIX_mynetworks: "127.0.0.0/8, 10.1.0.0/24, ::1"
XOAUTH2_CLIENT_ID: "00c73c4a-1ad5-477d-b773-d5d63986061e"
XOAUTH2_SECRET: "00c73c4a-1ad5-477d-b773-d5d63986061e"
ALLOW_EMPTY_SENDER_DOMAINS: "true"
XOAUTH2_INITIAL_ACCESS_TOKEN: "<put_your_acess_token>"
XOAUTH2_INITIAL_REFRESH_TOKEN: "<put_your_refresh_token>"