mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-07 05:23:16 +00:00
6a5e0f7dac
https://meta.discourse.org/t/3-3-0-major-release/316353 https://meta.discourse.org/t/3-3-1-bug-fix-release/322330 https://meta.discourse.org/t/3-3-2-security-and-maintenance-release/329341
13 lines
597 B
Diff
13 lines
597 B
Diff
diff --git a/app/models/global_setting.rb b/app/models/global_setting.rb
|
|
index 6e06e18039..b2bef31fe2 100644
|
|
--- a/app/models/global_setting.rb
|
|
+++ b/app/models/global_setting.rb
|
|
@@ -255,6 +255,7 @@ class GlobalSetting
|
|
domain: GlobalSetting.smtp_domain,
|
|
user_name: GlobalSetting.smtp_user_name,
|
|
password: GlobalSetting.smtp_password,
|
|
+ ca_file: "/etc/ssl/certs/ca-certificates.crt",
|
|
enable_starttls_auto: GlobalSetting.smtp_enable_start_tls,
|
|
open_timeout: GlobalSetting.smtp_open_timeout,
|
|
read_timeout: GlobalSetting.smtp_read_timeout,
|