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:16] 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: |
| - | **2)** after apt-get finishes edit /etc/exim4/exim4.conf.template | + | * select "Maildir" |
| - | **3)**find the line "begin routers" and add directly below | + | * config for "local delivery only" |
| + | * select "on file configuration" (no split) | ||
| + | |||
| + | ***2)** after apt-get finishes edit /etc/exim4/exim4.conf.template | ||
| + | |||
| + | ***3)** find the line "begin routers" and add directly below | ||
| <file> | <file> | ||
| #WL2K router | #WL2K router | ||
| Line 12: | 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> | ||
| #WL2K transport | #WL2K transport | ||
| wl2k_trans: | wl2k_trans: | ||
| Line 20: | Line 25: | ||
| message_prefix = | message_prefix = | ||
| message_suffix = | message_suffix = | ||
| + | </file> | ||
| + | * **5)** Save config file and exit editor | ||
| - | 5) Save config file and exit editor | + | * **6)** As root run: |
| - | + | <code bash> | |
| - | 6) Run as root "update-exim4.conf" | + | 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. |