jenkins-bot has submitted this change and it was merged. Change subject: Add IPv6 addresses for exim ......................................................................
Add IPv6 addresses for exim Change-Id: If9303899a3963df69c552df819d9f199be7c23dd --- M puppet/modules/exim-conf/files/exim4.conf 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/puppet/modules/exim-conf/files/exim4.conf b/puppet/modules/exim-conf/files/exim4.conf index 830993a..fee8c92 100644 --- a/puppet/modules/exim-conf/files/exim4.conf +++ b/puppet/modules/exim-conf/files/exim4.conf @@ -1,11 +1,11 @@ # file managed by puppet dc_eximconfig_configtype='smarthost' dc_other_hostnames='translatewiki.net;lists.translatewiki.net' -dc_local_interfaces='5.45.101.155;127.0.0.1' +dc_local_interfaces='5.45.101.155;2a03:4000:6:55::2;127.0.0.1;::1' dc_readhost='translatewiki.net' dc_relay_domains='' dc_minimaldns='false' -dc_relay_nets='127.0.0.1;5.45.101.155' +dc_relay_nets='127.0.0.1;::1;5.45.101.155;2a03:4000:6:55::2' dc_smarthost='nospam.nichework.com' CFILEMODE='644' dc_use_split_config='true' -- To view, visit https://gerrit.wikimedia.org/r/92687 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: If9303899a3963df69c552df819d9f199be7c23dd Gerrit-PatchSet: 1 Gerrit-Project: translatewiki Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
