From 8b3b5f1844ab45ac91245422b4b4a0dfce3974a7 Mon Sep 17 00:00:00 2001 From: "Elizabeth K. Joseph" Date: Wed, 21 Sep 2016 06:43:25 -0700 Subject: [PATCH] Add IMAP and MX documentation to firehose Change-Id: I8dd9d43a16a7a05946d971d720f55a11707dec85 --- doc/source/firehose.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/source/firehose.rst b/doc/source/firehose.rst index 1ed45ba608..f42ce37b78 100644 --- a/doc/source/firehose.rst +++ b/doc/source/firehose.rst @@ -145,3 +145,18 @@ on the firehose and print it to STDOUT client.connect('firehose.openstack.org', port=80) # Listen forever client.loop_forever() + +IMAP and MX +----------- + +We're using Cyrus as an IMAP server in order to consume launchpad bug +events via email. The configuration of the admin password account and +creation of the lpmqtt user for Cyrus were completed using the +following:: + + $ sudo saslpasswd2 cyrus + $ cyradm --user=cyrus --server=localhost + Password: + localhost> create user.lpmqtt + +An MX record has also been set up to point to the firehose server.