Add GoldPi Email-Forwarder test container deploy
This commit is contained in:
parent
91e52aecd0
commit
8a6160817b
8 changed files with 143 additions and 0 deletions
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"bind": "0.0.0.0",
|
||||
"port": "8087",
|
||||
"admin_user": "vAdmin@golddata.eu",
|
||||
"admin_pass": "CHANGE-ME-lokal",
|
||||
"db_path": "/app/data/emailforwarder.db",
|
||||
"mbox_root": "/app/backup",
|
||||
"forward_smtp": {
|
||||
"host": "",
|
||||
"port": 587,
|
||||
"user": "",
|
||||
"pass": "",
|
||||
"from": ""
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue