diff --git a/pages/UbuntuExim.md b/pages/UbuntuExim.md new file mode 100644 index 0000000..66d0158 --- /dev/null +++ b/pages/UbuntuExim.md @@ -0,0 +1,13 @@ +# Install Exim4 + +``` +apt-get install exim4 +dpkg-reconfigure exim4-config +``` + +You probably also want to + +``` +apt-get install mailutils +``` +