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:19] gunn |
plu:install_exim:sv1ljj [2016/04/14 08:49] (current) gunn |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Installation Instructions for Exim4 ====== | + | ====== Installation Instructions for Exim4-daemon-light by Apostolos SV1LJJ ====== |
| ***1)** Install exim4-daemon-light (we don't need -heavy) | ***1)** Install exim4-daemon-light (we don't need -heavy) | ||
| - | * During installation select "Maildir", also config for "local delivery only" and finally select "on file configuration" (no split) | + | * During installation do the following: |
| + | * select "Maildir" | ||
| + | * config for "local delivery only" | ||
| + | * select "on file configuration" (no split) | ||
| ***2)** after apt-get finishes edit /etc/exim4/exim4.conf.template | ***2)** after apt-get finishes edit /etc/exim4/exim4.conf.template | ||
| Line 14: | Line 17: | ||
| transport = wl2k_trans | transport = wl2k_trans | ||
| </file> | </file> | ||
| - | ***4)**find the line "begin transport" and add directly below | + | ***4)** find the line "begin transport" and add directly below |
| <file> | <file> | ||
| #WL2K transport | #WL2K transport | ||
| Line 25: | Line 28: | ||
| * **5)** Save config file and exit editor | * **5)** Save config file and exit editor | ||
| - | * **6)** Run as root "update-exim4.conf" | + | * **6)** As root run: |
| + | <code bash> | ||
| + | update-exim4.conf | ||
| + | </code> | ||
| - | * **7)** Restart exim4 "/etc/init.d/exim4 restart" | + | * **7)** As root restart exim4: |
| + | <code bash> | ||
| + | /etc/init.d/exim4 restart | ||
| + | </code> | ||
| - | * **8)** Install paclink-unix with --enable-postfix | + | * **8)** [[plu:install_plu#build_paclink-unix | Install paclink-unix]] with %%--enable-postfix%% |
| - | * **9)** Config you mail client. | + | * **9)** Config your mail client. |