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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Cecylia Bocovich
Wiki Replica
Commits
65e2c3ad
Verified
Commit
65e2c3ad
authored
3 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
mention TLS security and why we talk about starttls
parent
150e59c2
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/submission.md
+23
-0
23 additions, 0 deletions
howto/submission.md
with
23 additions
and
0 deletions
howto/submission.md
+
23
−
0
View file @
65e2c3ad
...
...
@@ -9,6 +9,19 @@ authenticated SMTP for LDAP users of the `torproject.org` domain.
# Tutorial
In general, you can configure your email client with the following
SMTP settings:
*
Server name:
`submission.torproject.org`
*
Port:
`587`
*
Connection security:
`STARTTLS`
*
Authentication method:
`Normal password`
*
User Name: your LDAP username
**without**
the
`@torproject.org`
part, e.g. in my case it is
`anarcat`
*
Password: LDAP email password set on the
[
LDAP dashboard
](
https://db.torproject.org/update.cgi
)
`TLS`
connection security, on port
`465`
is supported and encouraged.
## Setting an email password
To use the email submission service, you first need to set a "mail
...
...
@@ -41,6 +54,8 @@ with:
*
User Name: (your LDAP username, e.g. in my case it is
`anarcat`
,
**without**
the
`@torproject.org`
part)
`TLS`
connection security, on port
`465`
is supported and encouraged.
Then you can set that account as the default by hitting the "Set
default" button, if only your
`torproject.org`
identity is configured
on the server.
...
...
@@ -72,6 +87,8 @@ password. You should *NOT* get a certificate warning, a real cert
*
Now, enter your correct user name and your correct password.
*
Select
`OK`
.
`TLS`
connection security, on port
`465`
is supported and encouraged.
## Other clients
TODO: we should include easy configuration instructions for major
...
...
@@ -282,6 +299,12 @@ the web interface is used to modify those passwords. Passwords are
problems between the Perl/ud-ldap implementation and Dovecot which
haven't been resolved yet.
The "submission" port (587) is used in the documentation by default
because it is typically
*less*
blocked by ISP firewalls than the
"smtps" port (465), but both are supported. The TLS server is
authenticated using the regular Let's Encrypt CA (see
[
TLS
documentation
](
howto/tls
)
).
## Issues
There is no issue tracker specifically for this project,
[
File
][]
or
...
...
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