مراية لـ
https://github.com/postalserver/postal.git
تم المزامنة 2026-03-03 14:24:06 +00:00
disable SMTP TLS by default and add custom paths for SMTP key/cert
TLS can be enabled by setting 'smtp_server.tls_enabled' to true.
هذا الالتزام موجود في:
@@ -108,11 +108,11 @@ module Postal
|
||||
end
|
||||
|
||||
def self.smtp_private_key_path
|
||||
config_root.join('smtp.key')
|
||||
config.smtp_server.tls_private_key_path || config_root.join('smtp.key')
|
||||
end
|
||||
|
||||
def self.smtp_certificate_path
|
||||
config_root.join('smtp.cert')
|
||||
config.smtp_server.tls_certificate_path || config_root.join('smtp.cert')
|
||||
end
|
||||
|
||||
def self.smtp_certificate_data
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم