From 9362f42eff2f52ccacb93b3be1dfeb4bdb07584b Mon Sep 17 00:00:00 2001 From: Gregivy Date: Tue, 4 Apr 2023 03:31:15 +0300 Subject: [PATCH] Update configuring-playbook-bot-postmoogle.md Add details about configuring custom domains for Postmoogle --- docs/configuring-playbook-bot-postmoogle.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/configuring-playbook-bot-postmoogle.md b/docs/configuring-playbook-bot-postmoogle.md index 0fa3669356e..0c310d01020 100644 --- a/docs/configuring-playbook-bot-postmoogle.md +++ b/docs/configuring-playbook-bot-postmoogle.md @@ -21,6 +21,16 @@ matrix_bot_postmoogle_enabled: true # Generate a strong password here. Consider generating it with `pwgen -s 64 1` matrix_bot_postmoogle_password: PASSWORD_FOR_THE_BOT + +# Custom domains configuration for Postmoogle (optional) +matrix_bot_postmoogle_domains: + - "other.domain" + - "{{ matrix_server_fqn_matrix }}" + +# SSL certificates configuration for custom domains +# Optional configuration, required if custom domains for postmoogle are used +matrix_ssl_additional_domains_to_obtain_certificates_for: + - "other.domain" ``` You will also need to add several DNS records so that postmoogle can send emails.