From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 22:30:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ED88B16A4CE for ; Fri, 4 Feb 2005 22:30:05 +0000 (GMT) Received: from casa.michosa.com (cip-68-37.bbs.surfcity.net [66.116.68.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 34EB543D2F for ; Fri, 4 Feb 2005 22:30:05 +0000 (GMT) (envelope-from federico@michosa.com) Received: from lico (lico [192.168.0.2]) by casa.michosa.com (8.13.1/8.13.1) with ESMTP id j14MU4rl019184 for ; Fri, 4 Feb 2005 14:30:04 -0800 (PST) (envelope-from federico@michosa.com) Message-Id: <200502042230.j14MU4rl019184@casa.michosa.com> From: "federico" To: Date: Fri, 4 Feb 2005 14:30:05 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.224 Thread-Index: AcULCRMVcN/svFSPS/arPgHxq8lKTA== Subject: Sendmail relay through ssh tunnel? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: federico@michosa.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 22:30:06 -0000 Hello, Is it possible to setup sendmail to relay all smtp mail through an ssh tunnel? I am in a network that restricts all outgoing mail traffic to single exchange server host, so everyone has to use the exchange server to send emails. On a windows computer I can setup the ssh tunnel and then point my email client to localhost, but, if at all possible, I would like to setup freebsd box as an smpt server that other hosts can use. Any pointers will be greatly appreciated. federico