From owner-freebsd-questions@FreeBSD.ORG Wed Apr 20 16:46:14 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAE1D106566C for ; Wed, 20 Apr 2011 16:46:14 +0000 (UTC) (envelope-from martin@dc.cis.okstate.edu) Received: from x.it.okstate.edu (x.it.okstate.edu [139.78.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id 7998D8FC16 for ; Wed, 20 Apr 2011 16:46:14 +0000 (UTC) Received: from dc.cis.okstate.edu (localhost.cis.okstate.edu [127.0.0.1]) by x.it.okstate.edu (8.14.4/8.14.3) with ESMTP id p3KGkCBO072874 for ; Wed, 20 Apr 2011 11:46:12 -0500 (CDT) (envelope-from martin@dc.cis.okstate.edu) Message-Id: <201104201646.p3KGkCBO072874@x.it.okstate.edu> cc: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <72872.1303317972.1@dc.cis.okstate.edu> Date: Wed, 20 Apr 2011 11:46:12 -0500 From: Martin McCormick Subject: Re: How to be an imap Client? Solved, somewhat X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2011 16:46:14 -0000 Ruben de Groot writes: > There is the Mail::IMAPClient perl module (or Net::IMAP::Simple, > perl's about choice ;-) ) Many thanks as this may come up again. In actuality, I was able to end up using simple SMPT mail to use our Exchange gateway. I just set that gateway as a smarthost which I thought I was already doing. I then made nmh generate the from line that we need for such messages and it now is going through the gateway as a smart host. Again thanks.