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_plu [2021/09/28 23:37] gunn [On Raspian Jessie or Stretch] |
plu:install_plu [2021/10/01 12:06] (current) gunn [On Debian bullseye] |
||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * postfix will prompt for the type of installation you want but for this case the config files are manually edited so your choice is not critical. | * postfix will prompt for the type of installation you want but for this case the config files are manually edited so your choice is not critical. | ||
| - | ==== On debian (6.x) Squeeze ==== | + | ==== On Debian (6.x) Squeeze ==== |
| * Required packages for Debian Squeeze | * Required packages for Debian Squeeze | ||
| Line 27: | Line 27: | ||
| </code> | </code> | ||
| - | ==== On debian (7.x) Wheezy ==== | + | ==== On Debian (7.x) Wheezy ==== |
| * Required packages for Debian Squeeze | * Required packages for Debian Squeeze | ||
| Line 48: | Line 48: | ||
| ===== On Debian bullseye ==== | ===== On Debian bullseye ==== | ||
| + | * Even though libgmime 3.0 is available, use the older libgmime 2.6 until port to 3.0 is complete. | ||
| <code bash> | <code bash> | ||
| - | sudo apt-get install postfix libdb-dev libglib2.0-0 zlib1g-dev libncurses5-dev libdb5.3-dev libgmime-3.0-dev | + | sudo apt-get install postfix libdb-dev libglib2.0-0 zlib1g-dev libncurses5-dev libdb5.3-dev libgmime-2.6-dev |
| </code> | </code> | ||
| ===== Build paclink-unix ===== | ===== Build paclink-unix ===== | ||