Install paclink-unix
- Configure a single MTA
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
plu:install_exim:sv1ljj [2016/04/14 08:47] gunn |
plu:install_exim:sv1ljj [2016/04/14 08:49] (current) gunn |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ***1)** Install exim4-daemon-light (we don't need -heavy) | ***1)** Install exim4-daemon-light (we don't need -heavy) | ||
| * During installation do the following: | * During installation do the following: | ||
| - | * select "Maildir", | + | * select "Maildir" |
| * config for "local delivery only" | * config for "local delivery only" | ||
| * select "on file configuration" (no split) | * select "on file configuration" (no split) | ||
| Line 28: | Line 28: | ||
| * **5)** Save config file and exit editor | * **5)** Save config file and exit editor | ||
| - | * **6)** Run as root | + | * **6)** As root run: |
| <code bash> | <code bash> | ||
| update-exim4.conf | update-exim4.conf | ||
| </code> | </code> | ||
| - | * **7)** Restart exim4 | + | * **7)** As root restart exim4: |
| <code bash> | <code bash> | ||
| /etc/init.d/exim4 restart | /etc/init.d/exim4 restart | ||