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
5572940d
Verified
Commit
5572940d
authored
4 weeks ago
by
anarcat
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'wiki/master'
parents
a861b918
195de0d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#251278
failed
4 weeks ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
howto/rt.md
+2
-5
2 additions, 5 deletions
howto/rt.md
service/email.md
+11
-0
11 additions, 0 deletions
service/email.md
with
13 additions
and
5 deletions
howto/rt.md
+
2
−
5
View file @
5572940d
...
...
@@ -294,11 +294,8 @@ Or like this:
In this case, it means a RT admin disabled the user in the web
interface, presumably to block off a repeated spammer. The bounce is
harmless, but noise can be reduced by adding it to the server-level
block list, in the
`senderaccess`
map in
`profile::rt`
. Beware that
the map only checks the "envelope from" (the email provided in the
`MAIL FROM`
line during the SMTP session, visible as the
`Return-Path`
header, typically), not the
`From`
.
harmless, but noise can be reduced by adding the sender to the denylist
in the
`profile::rspamd::denylist`
array in
`data/common/mail.yaml`
.
See Also
[
issue 33314
](
https://gitlab.torproject.org/tpo/tpa/team/-/issues/33314
)
for more information.
...
...
This diff is collapsed.
Click to expand it.
service/email.md
+
11
−
0
View file @
5572940d
...
...
@@ -503,6 +503,17 @@ run the timer by hand:
Note that the normal value is
`1`
, not
`0`
, as the script counts
`/var/mail`
itself as a file.
## Deal with blocklists
Sometimes we end up on blocklists. That always sucks. What to do depends on
who's blocking. Sometimes there'll be a contact address in the bounce message.
Let's try to collect our experiences per provider here:
### Microsoft
You can request delisting here: https://olcsupport.office.com/ , you need a microsoft account to do so.
They should get back to you soon to resolve the situation, if needed you can contact them on outlooksupport@microsoftsupport.com
## Disaster recovery
N/A. The server should be rebuildable from scratch using the Puppet
...
...
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