table of contents
other versions
FP-REGISTRAR-EMAIL(1) | User Commands | FP-REGISTRAR-EMAIL(1) |
NAME¶
fp-registrar-email - Polls a mailbox for new registrations and forwards them using fp-reg-decrypt.
SYNOPSIS¶
fp-registrar-email --pass=PASSFILE
DESCRIPTION¶
Facilitator-side helper for the flashproxy-reg-email rendezvous. Polls an IMAP server for email messages with client registrations, deletes them, and forwards the registrations to the facilitator.
- -d, --debug
- don't daemonize, log to stdout.
- --disable-pin
- don't check server public key against a known pin.
- -h, --help
- show this help.
- --imaplib-debug
- show raw IMAP messages (will include email password).
- -l, --log FILENAME
- write log to FILENAME (default "fp-registrar-email.log").
- -p, --pass=PASSFILE
- use the email/password contained in PASSFILE. This file should contain "[<imap_host>] <email> <password>" on a single line, separated by whitespace. If <imap_host> is omitted, it defaults to imap.(<email> domain):993.
- --pidfile FILENAME
- write PID to FILENAME after daemonizing.
- --privdrop-user USER
- switch UID and GID to those of USER.
- --unsafe-logging
- don't scrub email password and IP addresses from logs.
REPORTING BUGS¶
Please report using https://trac.torproject.org/projects/tor.
SEE ALSO¶
http://crypto.stanford.edu/flashproxy/
https://www.torproject.org/docs/pluggable-transports.html.en
June 2015 | fp-registrar-email 1.7 |