From owner-freebsd-questions@FreeBSD.ORG Sun Mar 28 05:12:35 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 7D61E106566B for ; Sun, 28 Mar 2010 05:12:35 +0000 (UTC) (envelope-from tajudd@gmail.com) Received: from mail-iw0-f183.google.com (mail-iw0-f183.google.com [209.85.223.183]) by mx1.freebsd.org (Postfix) with ESMTP id 461898FC08 for ; Sun, 28 Mar 2010 05:12:35 +0000 (UTC) Received: by iwn13 with SMTP id 13so7767731iwn.14 for ; Sat, 27 Mar 2010 22:12:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type; bh=9XtahTTgGT4pt73Y5CRiOrwdfqWHMXY57vICQ8TpfCs=; b=fVXBRJYkuOLrSW5lMtPMG1f4gBcF4YWdjKsPVNTH2pAn6DCzqEoCYioH2pIgfnWfUK CI1Z21FcDq0rAwVSi9TqnaFuIE81fTbrnxe7l/Z+scIlhD3B2Z4jeU+ed0cWuK3x27C/ J/voiefFJnT8YgPWWb4vJi9a58p5zzosSVF8w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Ln2ci6zqWUdJydLgdaT3s0WEOBOCpFJ99ckU31EBC1RoSkfOZqsbMuEBoSIo0WkVJh +dxx38DXqRsdw3vQl9K79oOhkPKFMRhW5K9SF95NnJKHnf6lwG5B2A36O8W/Sa/RXoI7 9cy+pBoiFfbwDS6RovRr66DkeJqglhBIlx6M0= MIME-Version: 1.0 Received: by 10.231.146.147 with HTTP; Sat, 27 Mar 2010 22:12:34 -0700 (PDT) In-Reply-To: <4BAED536.2060205@rzweb.com> References: <4BAED536.2060205@rzweb.com> Date: Sat, 27 Mar 2010 23:12:34 -0600 Received: by 10.231.147.18 with SMTP id j18mr315877ibv.82.1269753154475; Sat, 27 Mar 2010 22:12:34 -0700 (PDT) Message-ID: From: Tim Judd To: "Ron (Lists)" Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org 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 05:12:35 -0000 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 assume other smart phones work the same way). I've searched > the web and I can't find any information about how to make this work. I > know it can be done with Exchange and ActiveSync, but I don't want to run > any kind of exchange server. > > Thanks for any help, or even a point in the right direction. > > Ron Wouldn't push email be a function of your POP3 or IMAP server? FreeBSD and Postfix are neither of those. Check your incoming mail services, such as what serves your POP3 or IMAP. Good luck.