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
fce0bcef
Commit
fce0bcef
authored
1 year ago
by
kez
Browse files
Options
Downloads
Patches
Plain Diff
Update the RT queue creation procedure
parent
fa5cbc6a
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
howto/rt.md
+2
-19
2 additions, 19 deletions
howto/rt.md
with
2 additions
and
19 deletions
howto/rt.md
+
2
−
19
View file @
fce0bcef
...
...
@@ -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
...
...
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