commit c0e30f84c1252aaafe8bb54451a1e3636db3db3a Author: ilv ilv@users.noreply.github.com Date: Wed Oct 29 12:15:58 2014 -0300
Added basic instructions to get the SMTP component working --- INSTALL-SMTP | 16 ++++++++++++++++ UPLOAD-DROPBOX | 20 ++++++++++++++++++++ 2 files changed, 36 insertions(+)
diff --git a/INSTALL-SMTP b/INSTALL-SMTP new file mode 100644 index 0000000..ae7099f --- /dev/null +++ b/INSTALL-SMTP @@ -0,0 +1,16 @@ +1) Get the current repo: + +$ git clone https://github.com/ileiva/gettor.git + +2) Create the SQLite database: + +$ python scripts/create_db.py -c /path/to/db + +3) Modify the core.cfg, smtp.cfg, and blacklist.cfg accordingly. + +4) Check if supported locales ared in /etc/aliases. If not, add it. + +5) Add the following line to ~/.forward (in gettor home's directory) + +|"python2.7 /path/to/gettor/smtp_demo.py" + diff --git a/UPLOAD-DROPBOX b/UPLOAD-DROPBOX new file mode 100644 index 0000000..dc0728a --- /dev/null +++ b/UPLOAD-DROPBOX @@ -0,0 +1,20 @@ +1) Get the current repo: + +$ git clone https://github.com/ileiva/gettor.git + +2) Check if you have Dropbox and GnuPG Python modules. If not, install them: + +$ pip install dropbox gnupg + +4) Get the PGP key that signs the Tor Browser Bundles. + +3) Change general configuration and account info in dropbox.cfg. + +3) Run the script: + +$ python dropbox.py + +If everything works fine, you should see a dropbox.links file inside the +'providers' directory. The script will take the files on upload_dir +(dropbox.cfg) that end up on .xz and .xz.asc respectively. A script for +getting the latest bundles from dist.tp.o is pending. \ No newline at end of file