Date: Sun, 8 Aug 2004 10:31:31 -0400 From: Jim Durham <durham@jcdurham.com> To: freebsd-questions@freebsd.org Subject: Re: Blackberry & Sendmail Message-ID: <200408081031.31566.durham@jcdurham.com> In-Reply-To: <410FDE90.20101@csl.sri.com> References: <410FDE90.20101@csl.sri.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408081031.31566.durham>
