Commit 5e1299fb authored by Evan Read's avatar Evan Read Committed by Marcin Sedlak-Jakubowski

Fix rendering of caution text

parent 8d52eecc
...@@ -44,6 +44,7 @@ exceptions: ...@@ -44,6 +44,7 @@ exceptions:
- IBM - IBM
- IDE - IDE
- IID - IID
- IMAP
- IRC - IRC
- ISO - ISO
- JSON - JSON
......
...@@ -82,12 +82,12 @@ instead of the regular password for the mailbox. ...@@ -82,12 +82,12 @@ instead of the regular password for the mailbox.
To set up a basic Postfix mail server with IMAP access on Ubuntu, follow the To set up a basic Postfix mail server with IMAP access on Ubuntu, follow the
[Postfix setup documentation](reply_by_email_postfix_setup.md). [Postfix setup documentation](reply_by_email_postfix_setup.md).
### Security Concerns ### Security concerns
WARNING: **WARNING:** CAUTION: **Caution:**
Be careful when choosing the domain used for receiving incoming email. Be careful when choosing the domain used for receiving incoming email.
For the sake of example, suppose your top-level company domain is `hooli.com`. For example, suppose your top-level company domain is `hooli.com`.
All employees in your company have an email address at that domain via Google All employees in your company have an email address at that domain via Google
Apps, and your company's private Slack instance requires a valid `@hooli.com` Apps, and your company's private Slack instance requires a valid `@hooli.com`
email address to sign up. email address to sign up.
...@@ -112,7 +112,7 @@ See GitLab issue [#30366](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/303 ...@@ -112,7 +112,7 @@ See GitLab issue [#30366](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/303
for a real-world example of this exploit. for a real-world example of this exploit.
CAUTION: **Caution:** CAUTION: **Caution:**
Be sure to use a mail server that has been configured to reduce Use a mail server that has been configured to reduce
spam. spam.
A Postfix mail server that is running on a default configuration, for example, A Postfix mail server that is running on a default configuration, for example,
can result in abuse. All messages received on the configured mailbox will be processed can result in abuse. All messages received on the configured mailbox will be processed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment