Browse Source

Update configuring-playbook-bot-postmoogle.md

Add details about configuring custom domains for Postmoogle
pull/2623/head
Gregivy 3 years ago
committed by GitHub
parent
commit
9362f42eff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions
  1. +10
    -0
      docs/configuring-playbook-bot-postmoogle.md

+ 10
- 0
docs/configuring-playbook-bot-postmoogle.md View File

@@ -21,6 +21,16 @@ matrix_bot_postmoogle_enabled: true


# Generate a strong password here. Consider generating it with `pwgen -s 64 1` # Generate a strong password here. Consider generating it with `pwgen -s 64 1`
matrix_bot_postmoogle_password: PASSWORD_FOR_THE_BOT 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. You will also need to add several DNS records so that postmoogle can send emails.


Loading…
Cancel
Save