view mod_s2s_never_encrypt_blacklist.wiki @ 207:d716766d946a

Add page about the Dovecot auth module
author Kim Alvefur <zash@zash.se>
date Sat, 03 Sep 2011 01:17:16 +0200
parents 007a1fe5d2d1
children ef34b35b8a73
line wrap: on
line source

#labels Stage-Beta
= Details =

Let's you stop Prosody from sending <starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'> feature to choppy/buggy servers which therefore would fail to re-negotiate and use a secure stream. (e.g. OpenFire)

= Usage =

Copy the plugin into your prosody's modules directory.

And add it between your enabled modules into the global section (modules_enabled).

Then list each host as follow:
{{{
tls_s2s_blacklist = { "host1.tld", "host2.tld", "host3.tld" }
}}}

= Compatibility =

It's supposed to work with 0.7-0.8.x