Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
221382ae
Commit
221382ae
authored
Sep 15, 2011
by
Tails developers
Browse files
Test suite: packet sniff for HELO/EHLO for Claws.
parent
b29714b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/release_process/test.mdwn
View file @
221382ae
...
...
@@ -93,6 +93,13 @@ Check the output for:
EHLO/HELO SMTP messages it sends). Send an email using Claws and a
non-anonymizing SMTP relay. Then check that email's headers once
received, especially the `Received:` and `Message-ID:` ones.
* Also check that the EHLO/HELO SMTP message is not leaking anything
with a packet sniffer: Disable SSL/TLS for SMTP in Claws (so take
recations for not leaking you password in plaintext by either
chaning it temporarily or using a disposable account). Then run
"sudo tcpdump -i lo -w dump" so we capture the packet before Tor
encrypts it, and check the dump for the HELO/EHLO message and
verify that it only contains "localhost".
# Whisperback
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment