From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 14:31:38 2004 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 0E5F216A4CE for ; Sun, 8 Aug 2004 14:31:38 +0000 (GMT) Received: from w2xo.jcdurham.com (18.gibs5.xdsl.nauticom.net [209.195.184.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91C9C43D1D for ; Sun, 8 Aug 2004 14:31:37 +0000 (GMT) (envelope-from durham@jcdurham.com) Received: from dhcp13.home.jcdurham.com (dhcp13.home.jcdurham.com [192.168.5.13]) by w2xo.jcdurham.com (8.12.11/8.11.6) with ESMTP id i78EVabo068627 for ; Sun, 8 Aug 2004 10:31:36 -0400 (EDT) (envelope-from durham@jcdurham.com) From: Jim Durham To: freebsd-questions@freebsd.org Date: Sun, 8 Aug 2004 10:31:31 -0400 User-Agent: KMail/1.6.2 References: <410FDE90.20101@csl.sri.com> In-Reply-To: <410FDE90.20101@csl.sri.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408081031.31566.durham@jcdurham.com> Subject: Re: Blackberry & Sendmail X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2004 14:31:38 -0000 On Tuesday 03 August 2004 02:50 pm, Mike Hogsett wrote: > This is not entirely on-topic for the FreeBSD list (except my > mail server is FreeBSD). > > Does anyone know of a solution to allow secure mail forwarding to a > blackberry similar to the enterprise solutions for MS exchange, > and Lotus Notes? Sorry I'm late in replying, but I don't read this list much any more due to time constraints...8-) . I guess I don't quite understand the question, not having any experience with either system's "secure" mail forwarding. We have several executives with Blackberrys and no complaints. What I do is use procmail and put in a rule that delivers to the person's blackberry address and then continues to deliver to the default mailbox in /var/mail. In ~/.procmailrc.... :0 c ! user@attwireless.blackberry.net :0 ${default} To do this, you set up procmail from ports and then rewrite the sendmail.mc file to use procmail as the local deliver agent. Since the mail is plain text anyway, I don't understand the 'secure' question.. Hope this helps.. -JIm