+ Patch: 0002-starttls-support-via-SMTP_STARTTLS-provide-additiona.patch + Patch: 0001-Do-not-assume-there-is-a-SMTP_STARTTLS-configuration.patch - Backport fix for docs repo access grant + Patch: 0001-Fix-repotype-spelling.patch - Backport fix for visual bug on API docs formatting + Patch: 0001-api-fix-apidoc-format-on-api_view_issues_history_det.patch - Backport fix to changing pull mirror settings + Patch: 0001-Allow-editing-the-URL-a-project-is-mirrored-from.patch - Backport fix to add descriptions to API scopes + Patch: 0001-Show-the-ACL-name-in-addition-to-the-description-whe.patch - Backport fix to make heatmap UI functional again + Patch: 0001-Bring-back-JS-library-used-for-the-heatmap.patch - Backport fix for handling headers + Patch: 0001-Ensure-the-title-name-of-the-headers-are-strings.patch - Backport fix for burndown graph title + Patch: 0001-Fix-the-title-of-the-graph-showing-the-evolution-of-.patch - Backport fix for permissions on authorized_keys file + Patch: 0001-Make-sure-authorized_keys-file-has-mode-600.patch - Add patch to use whitenoise for rendering static assets + Patch: 0101-Use-WhiteNoise-to-serve-static-assets-for-the-Pagure.patch - Refresh default configuration patch + Patch: pagure-5.0-default-example-cfg.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/pagure?expand=0&rev=39
41 lines
1.2 KiB
Diff
41 lines
1.2 KiB
Diff
From 27ab4efb3bfad27e036602e88c7d5de666c3d80b Mon Sep 17 00:00:00 2001
|
|
From: midipix <writeonce@midipix.org>
|
|
Date: Thu, 21 May 2020 15:09:30 +0000
|
|
Subject: [PATCH 2/2] starttls support via SMTP_STARTTLS: provide additional
|
|
documentation.
|
|
|
|
---
|
|
doc/configuration.rst | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/doc/configuration.rst b/doc/configuration.rst
|
|
index 25dee387..942aeb83 100644
|
|
--- a/doc/configuration.rst
|
|
+++ b/doc/configuration.rst
|
|
@@ -938,6 +938,8 @@ sending emails.
|
|
|
|
Defaults to: ``localhost``.
|
|
|
|
+See also the SMTP_STARTTLS section.
|
|
+
|
|
|
|
SMTP_PORT
|
|
^^^^^^^^^
|
|
@@ -967,6 +969,13 @@ SMTP_STARTTLS
|
|
This configuration key specifies instructs pagure to starts connecting to
|
|
the SMTP server via a `starttls` command.
|
|
|
|
+When enabling STARTTLS in conjunction with a local smtp server, you should
|
|
+replace ``localhost`` with a host name that is included in the server's
|
|
+certificate. If the server only relays messages originating from ``localhost``,
|
|
+then you should also ensure that the above host name resolves to the same
|
|
+tcp address as ``localhost``, for instance by adding an appropriate record
|
|
+to */etc/hosts*.
|
|
+
|
|
Defaults to: ``False``
|
|
|
|
|
|
--
|
|
2.26.1
|
|
|