Skip to content
Snippets Groups Projects
Commit fce0bcef authored by kez's avatar kez
Browse files

Update the RT queue creation procedure

parent fa5cbc6a
No related branches found
No related tags found
No related merge requests found
......@@ -44,27 +44,10 @@ On the RT web interface:
* Create tickets (`CreateTicket`)
* Reply to tickets (`ReplyToTicket`)
On the RT server (currently `rude`):
1. edit the `/etc/aliases` file to add a line like:
rt-QUEUENAME: rtmailarchive+QUEUENAME, "|/usr/bin/rt-mailgate --queue QUEUENAME --action correspond --url https://rt.torproject.org/"
2. regenerate the alias database:
newaliases
3. add an entry in the virtual table (`/etc/postfix/virtual`):
QUEUENAME@rt.torproject.org rt-QUEUENAME
4. regenerate the virtual database:
postmap /etc/postfix/virtual
In Puppet:
1. add an entry in the main mail server virtual file (currently
1. add the queue to the `profile::rt::queues` list in the `hiera/roles/rt.yaml` file
2. add an entry in the main mail server virtual file (currently
`tor-puppet/modules/postfix/files/virtual`) like:
QUEUENAME@torproject.org QUEUENAME@rt.torproject.org
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment