Add IMAP and MX documentation to firehose

Change-Id: I8dd9d43a16a7a05946d971d720f55a11707dec85
This commit is contained in:
Elizabeth K. Joseph 2016-09-21 06:43:25 -07:00
parent 4d81ea751f
commit 8b3b5f1844

View File

@ -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.