From efec28ada7c798986b8b5e9fe4bf7f4327f5c77b Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 21 Mar 2008 16:17:37 +0000 Subject: * doc/guide.tex: Document s2s_default_policy and s2s_host (EJAB-575) * doc/guide.html: Likewise SVN Revision: 1246 --- doc/guide.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/guide.html') diff --git a/doc/guide.html b/doc/guide.html index 5acec86be..8a26e710d 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -709,6 +709,13 @@ use STARTTLS for s2s connections. file containing a SSL certificate.
{domain_certfile, Domain, Path}
Full path to the file containing the SSL certificate for a specific domain. +
{s2s_default_policy, allow|deny}
+The default policy for incoming and outgoing s2s connections to other Jabber servers. +The default value is allow. +
{{s2s_host, Host}, allow|deny}
+Defines if incoming and outgoing s2s connections with a specific remote host are allowed or denied. +This allows to restrict ejabberd to only stablish s2s connections +with a small list of trusted servers, or to block some specific servers.

For example, the following simple configuration defines: