Delivery-Date: Wed, 16 Jul 2014 09:42:05 -0400
Return-Path: <tor-talk-bounces@lists.torproject.org>
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on moria.seul.org
X-Spam-Level: 
X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,
	RCVD_IN_DNSWL_MED,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY
	autolearn=ham version=3.3.1
X-Original-To: archiver@seul.org
Delivered-To: archiver@seul.org
Received: from eugeni.torproject.org (eugeni.torproject.org [38.229.72.13])
	(using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by khazad-dum.seul.org (Postfix) with ESMTPS id 794751E0BA5
	for <archiver@seul.org>; Wed, 16 Jul 2014 09:42:03 -0400 (EDT)
Received: from eugeni.torproject.org (localhost [127.0.0.1])
	by eugeni.torproject.org (Postfix) with ESMTP id 65FEB2FD32;
	Wed, 16 Jul 2014 13:42:02 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
 by eugeni.torproject.org (Postfix) with ESMTP id 69AE92FC73
 for <tor-talk@lists.torproject.org>; Wed, 16 Jul 2014 13:31:45 +0000 (UTC)
X-Virus-Scanned: Debian amavisd-new at eugeni.torproject.org
Received: from eugeni.torproject.org ([127.0.0.1])
 by localhost (eugeni.torproject.org [127.0.0.1]) (amavisd-new, port 10024)
 with ESMTP id Ok0e4wI4ujkg for <tor-talk@lists.torproject.org>;
 Wed, 16 Jul 2014 13:31:45 +0000 (UTC)
Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified))
 by eugeni.torproject.org (Postfix) with ESMTPS id 3A19A2F890
 for <tor-talk@lists.torproject.org>; Wed, 16 Jul 2014 13:31:42 +0000 (UTC)
Received: from fulvetta.riseup.net (fulvetta-pn.riseup.net [10.0.1.75])
 (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
 (Client CN "*.riseup.net", Issuer "Gandi Standard SSL CA" (not verified))
 by mx1.riseup.net (Postfix) with ESMTPS id 829335476D
 for <tor-talk@lists.torproject.org>; Wed, 16 Jul 2014 06:31:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=riseup.net; s=squak;
 t=1405517499; bh=jFuahJaio2Sons5p2hB3J8vXyop0A8rBSJ7T6Ss84Ko=;
 h=Message-ID:In-Reply-To:References:Date:Subject:From:To:
 MIME-Version:Content-Type:Content-Transfer-Encoding;
 b=ChB8alSwLgtsMkW9bjU7opFWwVAiRbVOcKJ3PBCgUhfpC5bGYabdhRbcKfH2Kh6AD
 mv4zt2IkGA9xXgcZtQg2ZrUftbU0gMBpev87iW/UWaytIoX6jX/SzjXL5XzSKfE+nE
 7+4inWIl5IsUcpy09GFptBb9uLyYWipM4dFg2R6A=
Received: from [127.0.0.1] (localhost [127.0.0.1])
 (Authenticated sender: maxalt@riseup.net) with ESMTPSA id 1D44DCF
Received: from localhost (127.0.0.1)
 (SquirrelMail authenticated user maxalt@riseup.net)
 by fulvetta.riseup.net with HTTP; Wed, 16 Jul 2014 06:31:39 -0700
Message-ID: <5fb7123b145c934ed9b832af411cae81.squirrel@fulvetta.riseup.net>
In-Reply-To: <410b33eaee13d4efc1df90f36952864c@triangulum.uberspace.de>
References: <410b33eaee13d4efc1df90f36952864c@triangulum.uberspace.de>
Date: Wed, 16 Jul 2014 06:31:39 -0700
From: kargig@riseup.net
To: tor-talk@lists.torproject.org
User-Agent: SquirrelMail/1.4.21
MIME-Version: 1.0
X-Priority: 3 (Normal)
Importance: Normal
Subject: Re: [tor-talk] Outbound SMTP via TOR?
X-BeenThere: tor-talk@lists.torproject.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: tor-talk@lists.torproject.org
List-Id: "all discussion about theory, design,
 and development of Onion Routing" <tor-talk.lists.torproject.org>
List-Unsubscribe: <https://lists.torproject.org/cgi-bin/mailman/options/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=unsubscribe>
List-Archive: <http://lists.torproject.org/pipermail/tor-talk/>
List-Post: <mailto:tor-talk@lists.torproject.org>
List-Help: <mailto:tor-talk-request@lists.torproject.org?subject=help>
List-Subscribe: <https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk>, 
 <mailto:tor-talk-request@lists.torproject.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Errors-To: tor-talk-bounces@lists.torproject.org
Sender: "tor-talk" <tor-talk-bounces@lists.torproject.org>

> Hi,
>
> I'am working on a HowTo for an end-to-end-encrypted email service
> (https://trac.torproject.org/projects/tor/wiki/doc/TorCitadel). It will
> receive mails via SMTP as a TOR hidden service. Unfortunately
> SMTP-clients do not support SOCKS for outgoing connections. I'd be glad
> for any input from you how to route outgoing SMTP connections into the
> TOR network.
>
> --
> Best regards,
>
> Renne

Hello,

you can find a small howto for postfix here:
https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/

-- 
tor-talk mailing list - tor-talk@lists.torproject.org
To unsubscribe or change other settings go to
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

