$wgSMTP = [
"host" => "localhost",
- "localhost" => "<%= node[:fqdn] %>",
"socket_options" => [
"ssl" => [
"verify_peer_name" => false
## Set $wgCacheDirectory to a writable directory on the web server
## to make your wiki go slightly faster. The directory should not
## be publically accessible from the web.
-#$wgCacheDirectory = "$IP/cache";
+$wgCacheDirectory = "$IP/cache";
# Site language code, should be one of the list in ./languages/Names.php
$wgLanguageCode = "en";
# DNS Blacklists to use
$wgEnableDnsBlacklist = true;
$wgDnsBlacklistUrls = [
- 'proxies.dnsbl.sorbs.net.',
- 'opm.tornevall.org.',
+ 'http.dnsbl.sorbs.net.',
'xbl.spamhaus.org.',
- 'dnsbl-2.uceprotect.net.'
+ 'dnsbl-1.uceprotect.net.'
];
# Require validated email to edit
<% end -%>
<% if @name == "wiki.openstreetmap.org" -%>
-# Placeholder for the wiki.openstreetmap.org specific config
+# wiki.openstreetmap.org specific config loaded after extensions
+$wgRCWatchCategoryMembership = true;
<% end -%>
<% if not(@mediawiki[:private_accounts]) and not(@mediawiki[:private_site]) -%>