README, email secrets.env
This commit is contained in:
12
README.MD
12
README.MD
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user