mailrelay/mailrelay.json
2020-05-08 21:29:59 -04:00

11 lines
252 B
JSON

{
"smtp_server": "smtp.fastmail.com",
"smtp_port": 465,
"smtp_starttls": false,
"smtp_username": "username@fastmail.com",
"smtp_password": "secret_app_password",
"local_listen_port": 2525,
"local_listen_ip": "0.0.0.0",
"allowed_hosts": ["*"]
}