summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-03-12 22:02:09 +0100
committerGitHub <noreply@github.com>2018-03-12 22:02:09 +0100
commit9a8e6dd21f64b0242939c2abf789e274995b4ded (patch)
tree63e6b0824077edcebdec24c8c54116667718935a /README.rst
parentb6ffa8dec3bd7b14f8096a60ad9740ccda92a044 (diff)
downloadbugzilla-9a8e6dd21f64b0242939c2abf789e274995b4ded.tar.gz
bugzilla-9a8e6dd21f64b0242939c2abf789e274995b4ded.tar.xz
Bug 1437238 - Create override parameters for mailer configuration
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a2b23d069..1576f07b7 100644
--- a/README.rst
+++ b/README.rst
@@ -297,6 +297,15 @@ BMO_apache_size_limit
This is the max amount of unshared memory (in kb) that the apache process is
allowed to use before Apache::SizeLimit kills it.
+BMO_mail_delivery_method
+ Usually configured on the MTA section of admin interface, but may be set here for testing purposes.
+ Valid values are None, Test, Sendmail, or SMTP.
+ If set to Test, email will be appended to the /app/data/mailer.test file.
+
+BMO_use_mailer_queue
+ Usually configured on the MTA section of the admin interface, you may change this here for testing purposes.
+ Should be 1 or 0. If 1, the job queue will be used. For testing, only set to 0 if the BMO_mail_delivery_method is None or Test.
+
HTTPD_StartServers
Sets the number of child server processes created on startup.
As the number of processes is dynamically controlled depending on the load,