#4871 starttls support via SMTP_STARTTLS: provide additional documentation.
Merged 3 years ago by pingou. Opened 3 years ago by midipix.
midipix/pagure master  into  master

file modified
+9
@@ -938,6 +938,8 @@ 

  

  Defaults to: ``localhost``.

  

+ See also the SMTP_STARTTLS section.

+ 

  

  SMTP_PORT

  ^^^^^^^^^
@@ -967,6 +969,13 @@ 

  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``

  

  

starttls support via SMTP_STARTTLS: provide additional documentation.

Pull-Request has been merged by pingou

3 years ago