1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

fix(smtp-server): listen on all interfaces by default

This is the same behaviour as when using v1 configuration. Unlike the
web server which is proxied, most people are going to need this so having
the default remain seems like the easiest path for upgrades.

see #2852
هذا الالتزام موجود في:
Adam Cooke
2024-03-06 13:22:48 +00:00
الأصل 33513a77c0
التزام d1e5b68200

عرض الملف

@@ -233,7 +233,7 @@ module Postal
string :default_bind_address do
description "The default bind address the SMTP server should listen on unless overriden by the BIND_ADDRESS environment variable"
default "127.0.0.1"
default "::"
end
integer :default_health_server_port do