mirror of
https://github.com/wiggin77/mailrelay.git
synced 2024-11-21 23:03:07 +01:00
fixed ip and port in config
This commit is contained in:
parent
c0ad87daf1
commit
912b97f769
@ -3,6 +3,6 @@
|
||||
"smtp_port": 465,
|
||||
"smtp_username": "username@fastmail.com",
|
||||
"smtp_password": "secret_app_password",
|
||||
"local_listen_port": "0.0.0.0",
|
||||
"local_listen_ip": 2525
|
||||
}
|
||||
"local_listen_port": 2525,
|
||||
"local_listen_ip": "0.0.0.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user