From 2ac3574928f3bf8b68e881f49f854b61aa023d63 Mon Sep 17 00:00:00 2001 From: byron jones Date: Wed, 28 Feb 2018 06:45:15 +0800 Subject: Bug 1438206 - Process SES email bounces properly --- template/en/default/setup/strings.txt.pl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'template/en/default/setup') diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 35a771ff3..ce4785b04 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -203,6 +203,12 @@ notation (for example: 127.0.0.1:11211). END localconfig_memcached_namespace => <<'END', Specify a string to prefix each key on Memcached. +END + localconfig_ses_username => <<'END', +Username for HTTP Basic Authentication in front of the SES bounce handler. +END + localconfig_ses_password => <<'END', +Password for HTTP Basic Authentication in front of the SES bounce handler. END localconfig_site_wide_secret => <<'END', This secret key is used by your installation for the creation and -- cgit v1.2.3-24-g4f1b