This commit is contained in:
2025-12-02 08:17:55 +01:00
parent a4cec02c17
commit ad2526467e
3 changed files with 15 additions and 1 deletions

View File

@@ -64,5 +64,11 @@ a2enmod remoteip
### SMTP
```shell
apt install --no-install-recommends msmtp-mta
systemctl enable msmtpd
systemctl enable --now msmtpd
```
```shell
apachectl configtest
```