From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Leon Baum Newsgroups: gmane.emacs.help Subject: SMTP with SOCKS proxy? Date: Tue, 29 Jul 2014 21:51:09 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1406685140 25525 80.91.229.3 (30 Jul 2014 01:52:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jul 2014 01:52:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 30 03:52:13 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XCJ3s-0006uS-I9 for geh-help-gnu-emacs@m.gmane.org; Wed, 30 Jul 2014 03:52:12 +0200 Original-Received: from localhost ([::1]:48628 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCJ3r-0003d2-TG for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jul 2014 21:52:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCJ2v-0003a2-Iq for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 21:51:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XCJ2s-0007o5-Er for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 21:51:13 -0400 Original-Received: from mail-vc0-x230.google.com ([2607:f8b0:400c:c03::230]:43299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XCJ2s-0007nu-9K for help-gnu-emacs@gnu.org; Tue, 29 Jul 2014 21:51:10 -0400 Original-Received: by mail-vc0-f176.google.com with SMTP id id10so817536vcb.21 for ; Tue, 29 Jul 2014 18:51:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=eXTeoiCB07WSSTsOPRzH3HsGA2kMA7hHMeShiS9d9bA=; b=Hl/Wc2UeKth5eQHZRQChAPi6jkbS56tRFYkrVjAWrNRSf476feVKZ8ynvQbqXCkGTB BZtJJb/GDHuBfC9ezysl+yLr2T2MMeKR/Yj3lQZgfbS/UFVHAeXJON5i1BwJivAoKGhk 3cEJXfC1MzQUXVJp7PYfg6lBSg4OFC4V/579Z/+VOrrWgEvP4aSAeLmTbSMQQD12C5nK b7reej5OyUzkzmnAXblx1vlX45NTHRaRqA4HshdrhtAV1WbYWH0jDcrjfK+RJ6X1PHPC 6YcYJt3sou5bo9lDlmqDpQFkE8YLJJIBnIaja2GYR9ncwTLQXv+I/TyF8X9N4mn7grhd gICQ== X-Received: by 10.220.200.71 with SMTP id ev7mr848025vcb.24.1406685069439; Tue, 29 Jul 2014 18:51:09 -0700 (PDT) Original-Received: by 10.58.159.180 with HTTP; Tue, 29 Jul 2014 18:51:09 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c03::230 X-Mailman-Approved-At: Tue, 29 Jul 2014 21:52:00 -0400 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98991 Archived-At: Hello, I use the mu4e mail reader with the native emacs SMTP library. I would like to configure SMTP to use a SOCKS proxy so that I can send my email with tor. I don't see any configuration options in the documentation. Is this not possible? Thanks, Leon