diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-11 16:29:49 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-08-11 16:29:49 +0100 |
commit | 1a076552cfbf0aff636c1b8ec100ae189b17006f (patch) | |
tree | f14cd51de161f1a87b2d3ba2421c50e53395fca6 /docs | |
parent | 0b69c30d1415649c08208f01c8ed53e07855370e (diff) |
Add not on privileges and ssh/terminal access.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing/email.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index a5afddd53..300c20036 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -11,6 +11,14 @@ title: Installing MTA here for both postfix and exim4, two of the most popular MTAs. </p> +<div class="attention-box"> + <ul> + <li>Commands in this guide will require root privileges</li> + <li>Commands are intended to be run via the terminal or over ssh</li> + </ul> +</div> + + Make sure you follow the correct instructions for the specific MTA you're using: * [postfix](#example-setup-on-postfix) |