Initial Email-Forwarder scaffold

This commit is contained in:
DonVoo 2026-07-05 17:58:25 +02:00
commit 91e52aecd0
22 changed files with 1007 additions and 0 deletions

15
config.json.example Normal file
View file

@ -0,0 +1,15 @@
{
"bind": "127.0.0.1",
"port": "8087",
"admin_user": "vAdmin@golddata.eu",
"admin_pass": "CHANGE-ME-lokal",
"db_path": "emailforwarder.db",
"mbox_root": "./backup",
"forward_smtp": {
"host": "",
"port": 587,
"user": "",
"pass": "",
"from": ""
}
}