Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 15 of 27
  1. #1
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2005
    Location
    Houston, TX
    Posts
    24

    Default iOS Push IMAP [Case 56256]

    So I got the new iPhone, and many of our customers have asked if we can support Push-IMAP and I am wondering if this is something that can be enabled in the imapd configuration file or anything?
    //eleven2 - badass hosting

  2. #2
    Member
    Join Date
    Aug 2003
    Posts
    6

    Default

    What you want to use P-IMAP, which cPanel doesn't support. Here's some info on it from Webhostingtalk

  3. #3
    Member
    Join Date
    Jan 2007
    Posts
    170

    Default

    No, what he wants is IMAP IDLE, which cpanel does support, and is turned on by default in courier-imap

  4. #4
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jun 2005
    Location
    Houston, TX
    Posts
    24

    Default

    Quote Originally Posted by norelidd View Post
    No, what he wants is IMAP IDLE, which cpanel does support, and is turned on by default in courier-imap
    How is this on by default?

    I have a iPhone and use cpanel courier-imap, but it clearly does not do this?
    //eleven2 - badass hosting

  5. #5
    Member rpmws's Avatar
    Join Date
    Aug 2001
    Location
    back woods of NC, USA
    Posts
    1,858

    Default

    Quote Originally Posted by Rodney-E2 View Post
    How is this on by default?

    I have a iPhone and use cpanel courier-imap, but it clearly does not do this?
    any email client that supports imap-idle will work. cpanel's imap supports idle.

    I use a moto q with the FlexMail2007 mail client and i get mail almost instantly ..within a few seconds anyway.. seems to work great.
    Just keeping my "eye" on things....
    R. Paul Mathews
    RPMWS - diehard cPanel Nutcase

  6. #6
    Registered User
    Join Date
    Mar 2009
    Posts
    2

    Default

    Isent P-IMAP and Push-IMAP the same?

  7. #7
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Jul 2008
    Posts
    15

    Default

    Does this mean that new Dovecot courier does not work with any other IMAP IDLE or IMAP on other PDA phone, IPhone or Blackberry?
    Arren - InstantIT.Asia
    cPanel Hosting Provider with more than 2 years exp
    InstantCDN.Asia - Asia Content Delivery Network

  8. #8
    Member
    Join Date
    Sep 2004
    Posts
    26

    Default IMAP and iPhone sync problems

    I'm having a customer with an iPhone that won't delete messages. Other people in his company are having problems with getting emails to one device but not the other. Any clues on this?

  9. #9
    Registered User
    Join Date
    Aug 2005
    Posts
    1

    Default

    Any new information?

  10. #10
    big
    big is offline
    Member
    Join Date
    Aug 2001
    Location
    Earth
    Posts
    232

    Default

    push-imap / p-imap =! imap idle

    its two different things but p-imap requires imap idle

    read more about them @ wikipedia

  11. #11
    Member
    Join Date
    Apr 2005
    Posts
    154

    Default

    Quote Originally Posted by hermit View Post
    I'm having a customer with an iPhone that won't delete messages. Other people in his company are having problems with getting emails to one device but not the other. Any clues on this?
    Same problem. Came here in hopes of finding a solution.

  12. #12
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

    Default It's here, apparently.

    cPanel 11.25

    Installing it now to test it out...

  13. #13
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

    Default

    Well, apparently the iPhone still does not support IMAP Idle. Calling these things the "world's most advanced mobile platform" is false advertising.

  14. #14
    Member casey's Avatar
    Join Date
    Jan 2003
    Location
    If there is trouble, it will find me
    Posts
    2,336

    Default Z-push

    It can now be done by installing Z-push and setting up your e-mail account as a Microsoft Exchange account. Two things, though:

    In config.php change
    Code:
    $BACKEND_PROVIDER = “BackendICS”;
    to
    Code:
    $BACKEND_PROVIDER = “BackendIMAP”;
    If you are using suPHP, in index.php comment out
    Code:
    $requestheaders = apache_request_headers();
    and replace it with
    Code:
        function getHeaders()
        {
            $headers = array();
            foreach ($_SERVER as $k => $v)
            {
                if (substr($k, 0, 5) == "HTTP_")
                {
                    $k = str_replace('_', ' ', substr($k, 5));
                    $k = str_replace(' ', '-', ucwords(strtolower($k)));
                    $headers[$k] = $v;
                }
            }
            return $headers;
        }  
        $requestheaders = getHeaders();
    Get z-push at https://developer.berlios.de/project...?group_id=8963
    Install it in /usr/local/apache/htdocs, change ownership to nobody and then set up the Alias as instructed in the INSTALL file.

    You might also need this to get the delete function working.
    Last edited by casey; 01-30-2010 at 06:04 AM.

  15. #15
    Member
    Join Date
    May 2003
    Posts
    47
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Could be me, but I cannot get z-push to work. Seems to be a problem with newer versions of dovecot and PHP's open_imap() function.

    Debug.txt output:

    02/10/10 23:52:24 [24432] /usr/local/apache/htdocs/z-push/backend/imap.php:38 imap_open() [<a href='function.imap-open'>function.imap-open</a>]: Couldn't open stream {localhost:143/imap/notls/norsh} (2)
    02/10/10 23:52:24 [24432] IMAP can't connect: Can not authenticate to IMAP server: Authentication failed.
    02/10/10 23:52:24 [24432] Access denied: backend logon failed.
    02/10/10 23:52:24 [24432] end
    02/10/10 23:52:24 [24432] --------
    02/10/10 23:52:24 [24432] Unknown:0 Unknown: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN (errflg=1) (8)
    02/10/10 23:52:24 [24432] Unknown:0 Unknown: Retrying PLAIN authentication after Authentication failed. (errflg=1) (8)
    02/10/10 23:52:24 [24432] Unknown:0 Unknown: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN (errflg=1) (8)
    02/10/10 23:52:24 [24432] Unknown:0 Unknown: Retrying PLAIN authentication after Authentication failed. (errflg=1) (8)
    02/10/10 23:52:24 [24432] Unknown:0 Unknown: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN (errflg=1) (8)
    02/10/10 23:52:24 [24432] Unknown:0 Unknown: Can not authenticate to IMAP server: Authentication failed. (errflg=2) (8)

Similar Threads & Tags
Similar threads

  1. Filed with Developers Ability to use Zimbra - Custom IMAP, SMTP and POP Server [Case 59012]
    By wakester in forum Feature Requests for cPanel/WHM
    Replies: 29
    Last Post: 05-04-2012, 09:34 AM
  2. Can't delete email on ios device.
    By CRBatchelor in forum E-mail Discussions
    Replies: 0
    Last Post: 11-17-2011, 10:44 PM
  3. How to push emails?
    By Lindsayanng in forum E-mail Discussions
    Replies: 5
    Last Post: 01-30-2010, 02:31 AM
  4. Push mail
    By nexusnet in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 06-12-2008, 11:54 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube