from wiki

This commit is contained in:
Randy Bush 2020-07-04 14:25:00 -07:00
parent a664868256
commit 0536acbe16

13
pages/UbuntuExim.md Normal file
View file

@ -0,0 +1,13 @@
# Install Exim4
```
apt-get install exim4
dpkg-reconfigure exim4-config
```
You probably also want to
```
apt-get install mailutils
```