diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-07 18:30:48 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-07 18:30:48 +0100 |
commit | 9d02a4277cca1e896f5a2c6e79bf645f0f8d5bf3 (patch) | |
tree | 42df2502a3c0a834e587d2901fd0ca6725e56969 | |
parent | 3d8d1c2796ec2e0704fb0bebe1ba24bae261c480 (diff) |
Add instructions for installing postfix.
-rw-r--r-- | docs/installing/email.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/installing/email.md b/docs/installing/email.md index 98dff0087..a7e1693de 100644 --- a/docs/installing/email.md +++ b/docs/installing/email.md @@ -24,10 +24,11 @@ This section shows an example of how to set up your MTA if you're using ### Instructions -For example, with: +Install postfix. - ALAVETELI_HOME=/path/to/alaveteli/software - ALAVETELI_USER=www-data + sudo apt-get install postfix + +In the install options, select the default configuration `Internet Site` and set the hostname to your sitename. In `/etc/postfix/master.cf`: |