13 lines
140 B
Markdown
13 lines
140 B
Markdown
# Install Exim4
|
|
|
|
```
|
|
apt-get install exim4
|
|
dpkg-reconfigure exim4-config
|
|
```
|
|
|
|
You probably also want to
|
|
|
|
```
|
|
apt-get install mailutils
|
|
```
|
|
|