Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
626b9016
Verified
Commit
626b9016
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
minimal RT docs
parent
4b5d55a3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/rt.mdwn
+42
-0
42 additions, 0 deletions
tsa/howto/rt.mdwn
with
42 additions
and
0 deletions
tsa/howto/rt.mdwn
0 → 100644
+
42
−
0
View file @
626b9016
How-to
======
Creating a queue
----------------
On the RT web interface:
1. authenticate to <https://rt.torproject.org/>
2. head to the [Queue creation form](https://rt.torproject.org/Admin/Queues/Modify.html?Create=1) (Admin -> Queues -> Create)
3. pick a Queue Name, set the `Reply Address` to
`QUEUENAME@rt.torproject.org` and leave the `Comment Address`
blank
4. hit the `Create` button
5. grant a group access to the queue, in the `Group rights` tab
([create a group](https://rt.torproject.org/Admin/Groups/Modify.html?Create=1) if necessary)
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
In Puppet:
1. 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
TODO: the above should be automated. Ideally,
`QUEUENAME@rt.torproject.org` should be an alias that automatically
sends the message to the relevant `QUEUENAME`. That way, RT admins can
create Queues without requiring the intervention of a sysadmin.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment