README, email secrets.env

This commit is contained in:
Adam Rabjerg
2021-03-22 21:01:44 +01:00
parent a51ac9be6f
commit 7ef513b21e

View File

@@ -72,8 +72,18 @@ Todo
### secrets.env ### secrets.env
Contains mailserver configuration in an oldschool INI file format.
```
[MAIL]
SERVER = mail.example.com
PORT = 587
USER = service_notify@example.com
PASS = aelaGhuye8Co9cah7aighoo3oongohS4
```
Just configure your servername, port, username and password.
This is setup for SMTP startls authentication.
If you use something else and get it working, let me know.
Todo
### etc/systemd/system/make-backup.service ### etc/systemd/system/make-backup.service
Systemd service to make backup. Systemd service to make backup.