This commit is contained in:
MadLittleMods 2024-12-18 00:07:18 +00:00
parent d2a4d4d7b1
commit 7585258527
4 changed files with 12 additions and 4 deletions

View file

@ -4433,10 +4433,13 @@ Synapse will refuse to connect unless the server supports STARTTLS.</p>
</li>
<li>
<p><code>enable_tls</code>: By default, if the server supports TLS, it will be used, and the server
must present a certificate that is valid for 'smtp_host'. If this option
must present a certificate that is valid for <code>tlsname</code>. If this option
is set to false, TLS will not be used.</p>
</li>
<li>
<p><code>tlsname</code>: The domain name the SMTP server's TLS certificate must be valid for, defaulting to <code>smtp_host</code>.</p>
</li>
<li>
<p><code>notif_from</code>: defines the &quot;From&quot; address to use when sending emails.
It must be set if email sending is enabled. The placeholder '%(app)s' will be replaced by the application name,
which is normally set in <code>app_name</code>, but may be overridden by the
@ -4518,6 +4521,7 @@ ownership. Defaults to &quot;[%(server_name)s] Validate your email&quot;</li>
force_tls: true
require_transport_security: true
enable_tls: false
tlsname: mail.server.example.com
notif_from: &quot;Your Friendly %(app)s homeserver &lt;noreply@example.com&gt;&quot;
app_name: my_branded_matrix_server
enable_notifs: true

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -743,10 +743,13 @@ Synapse will refuse to connect unless the server supports STARTTLS.</p>
</li>
<li>
<p><code>enable_tls</code>: By default, if the server supports TLS, it will be used, and the server
must present a certificate that is valid for 'smtp_host'. If this option
must present a certificate that is valid for <code>tlsname</code>. If this option
is set to false, TLS will not be used.</p>
</li>
<li>
<p><code>tlsname</code>: The domain name the SMTP server's TLS certificate must be valid for, defaulting to <code>smtp_host</code>.</p>
</li>
<li>
<p><code>notif_from</code>: defines the &quot;From&quot; address to use when sending emails.
It must be set if email sending is enabled. The placeholder '%(app)s' will be replaced by the application name,
which is normally set in <code>app_name</code>, but may be overridden by the
@ -828,6 +831,7 @@ ownership. Defaults to &quot;[%(server_name)s] Validate your email&quot;</li>
force_tls: true
require_transport_security: true
enable_tls: false
tlsname: mail.server.example.com
notif_from: &quot;Your Friendly %(app)s homeserver &lt;noreply@example.com&gt;&quot;
app_name: my_branded_matrix_server
enable_notifs: true