mailrelay/mailrelay.json

10 lines
227 B
JSON
Raw Normal View History

2018-11-29 02:24:10 +01:00
{
"smtp_server": "smtp.fastmail.com",
"smtp_port": 465,
"smtp_username": "username@fastmail.com",
"smtp_password": "secret_app_password",
2019-10-10 08:30:51 +02:00
"local_listen_port": 2525,
2020-05-08 05:50:40 +02:00
"local_listen_ip": "0.0.0.0",
2020-04-09 15:18:50 +02:00
"allowed_hosts": ["*"]
2019-10-10 08:30:51 +02:00
}