ソースを参照

Minor improvements to configuring-playbook-email.md

pull/3639/head
Slavi Pantaleev 1年前
コミット
f91b716af3
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      docs/configuring-playbook-email.md

+ 3
- 1
docs/configuring-playbook-email.md ファイルの表示

@@ -7,7 +7,9 @@ This may or may not work, depending on your domain configuration (SPF settings,

By default, emails are sent from `matrix@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.
⚠ **Warning**: On some cloud providers (Google Cloud, etc.), [port 25 is always blocked](https://cloud.google.com/compute/docs/tutorials/sending-mail/), so sending email directly from your server is not possible. You will need to [relay email through another SMTP server](#relaying-email-through-another-smtp-server).

💡 To improve deliverability, we recommend [relaying email through another SMTP server](#relaying-email-through-another-smtp-server) anyway.


## Firewall settings


読み込み中…
キャンセル
保存