From e42e8aaf83ae7beccc0824b4112bdde3fb2d2fd4 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 18 Oct 2024 03:08:19 +0900 Subject: [PATCH] Replace with example.com Signed-off-by: Suguru Hirahara --- docs/configuring-playbook-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-email.md b/docs/configuring-playbook-email.md index ab850e933..3e8caa991 100644 --- a/docs/configuring-playbook-email.md +++ b/docs/configuring-playbook-email.md @@ -5,7 +5,7 @@ By default, this playbook sets up an [Exim](https://www.exim.org/) email server The email server would attempt to deliver emails directly to their final destination. This may or may not work, depending on your domain configuration (SPF settings, etc.) -By default, emails are sent from `matrix@` (as specified by the `exim_relay_sender_address` playbook variable). +By default, emails are sent from `matrix@example.com` (as specified by the `exim_relay_sender_address` playbook variable). **Note**: If you are using a Google Cloud instance, [port 25 is always blocked](https://cloud.google.com/compute/docs/tutorials/sending-mail/), so you need to relay email through another SMTP server as described below.