From owner-freebsd-questions@FreeBSD.ORG Sun Mar 28 06:49:00 2010 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 45ECF106566C for ; Sun, 28 Mar 2010 06:49:00 +0000 (UTC) (envelope-from perryh@pluto.rain.com) Received: from agora.rdrop.com (unknown [IPv6:2607:f678:1010::34]) by mx1.freebsd.org (Postfix) with ESMTP id 20BC58FC0C for ; Sun, 28 Mar 2010 06:49:00 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id o2S6mwZ9010588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 27 Mar 2010 23:48:59 -0700 (PDT) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.12.9/Submit) with UUCP id o2S6mwox010587; Sat, 27 Mar 2010 23:48:58 -0700 (PDT) Received: from fbsd61 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA24866; Sat, 27 Mar 10 22:36:33 PST Date: Sat, 27 Mar 2010 23:36:14 -0700 From: perryh@pluto.rain.com To: tajudd@gmail.com Message-Id: <4baef8de.00G1oLWhtZbJ8Rwl%perryh@pluto.rain.com> References: <4BAED536.2060205@rzweb.com> In-Reply-To: User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, rg.lists@rzweb.com Subject: Re: Freebsd, postfix and push email 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: Sun, 28 Mar 2010 06:49:00 -0000 Tim Judd wrote: > On 3/27/10, Ron (Lists) wrote: > > Is there a way to get my freebsd/postfix setup to send push > > notifications to an iPhone ... I know it can be done with > > Exchange and ActiveSync, but I don't want to run any kind of > > exchange server. > > Wouldn't push email be a function of your POP3 or IMAP server? > FreeBSD and Postfix are neither of those. Er, no. POP3 and IMAP are "pull" services, wherein the client polls the server periodically for any newly-arrived messages. A client-level "push" service would need to operate similarly to biff(1)/comsat(8).