![]() |
[HowTo]: "Push" email with Z-push - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: [HowTo]: "Push" email with Z-push (/thread-15420.html) |
[HowTo]: "Push" email with Z-push - viop - 10-24-2011 07:53 PM Quote:"Push" e-mail Quote:Z-Push - open source push technology HOWTO: push email unsecurely* with ispCP 1.0.7 OMEGA on Debian Squeeze for use with iPhone 3GS *using regular HTTP, instead of HTTPS - because it's easier, and because if you have already enabled HTTPS, you know what to do!
That should be all that is necessary to make push email work on the server. On the iPhone 3GS Code: Tap: Settings, Now, go back in to: Code: Tap: Settings, Now it should work! Troubleshooting: To enable logging, in the z-push directory: Code: touch debug.txt Code: define('WBXML_DEBUG', true); Quote:Logging can produce a LOT of unregulated output, so remember to disable logging when you get things working (or remember to disable it when you are wondering why there is no disk space left on that mountpoint!)To disable logging, remove the permissions you just granted: Code: rm debug.txt #to get rid of that potentially HUGE file RE: HOWTO: "Push" email with Z-push - Knut - 10-26-2011 01:20 PM Nice Howto! Thx RE: HOWTO: "Push" email with Z-push - viop - 10-26-2011 02:32 PM Thanks Knut! Anyone, please give feedback if it works or needs correction! I will start --> +1 working Z-push installation on ispCP Omega 1.0.7 +1 working iPhone 3gs +1 working iPhone 4 +0 deviations from HOWTO instructions RE: [HowTo]: "Push" email with Z-push - spacecdr - 10-31-2011 11:08 PM Unfortunately, your setup does not permit to delete emails. I am able to read and be notified suddenly but when i delete a message, iphone reply it can't move message... Have you a solutions for this? RE: [HowTo]: "Push" email with Z-push - viop - 11-01-2011 12:42 AM (10-31-2011 11:08 PM)spacecdr Wrote: Unfortunately, your setup does not permit to delete emails. Hi spacecdr, I must say that my setup does permit one to delete messages. When I delete a message from the Inbox folder, it is moved to the trash folder. When I delete a message from the trash folder, it is permanently deleted (purged). I can also login to webmail (Squirrelmail) and follow along by refreshing the page. In webmail, I see the message move to the trash folder and then dissapear. I do not recall any special change that must be enabled to permit deleting email, but I will think about it. Could you please describe your setup? Which versions of ispCP and O/S and which phone and phone's O/S and which email app... RE: [HowTo]: "Push" email with Z-push - viop - 11-01-2011 07:51 AM spacecdr, I did some searching and I found a forum thread where some people using Z-Push have trouble deleting files from their iPhone (when the internet connection is weak): Iphone can't move (delete) emails. Look for a solution posted by mad. Let us know how that works for you. RE: [HowTo]: "Push" email with Z-push - AlonzoLester - 11-11-2011 06:50 PM (11-01-2011 07:51 AM)viop Wrote: spacecdr, When i was facing this problem i also tried the same solution posted by Mad by searching. So it works. RE: [HowTo]: "Push" email with Z-push - jma - 09-28-2012 09:33 AM hey guys, i could need some help ![]() i tried using your How-To for the new 2.0.3 z-push version, but the setup changed a little bit and i'm having trouble setting it up correctly. seems i have some problems with open_basedir. first with your .htaccess file i always got an "error 500". without the .htaccess file the z-push index.php loaded up but with an error. the config check routine was not able to write a the log file. /var/log/z-push is writable for the correct user, in my case vu2003, and chmod 775. if i try #php /var/.……./z-push/index.php directly in the terminal, there was no problem for z-push writing the logfile and access the /var/lib/z-push state folder… and i know it's not magic because i executed it as root ![]() well, so i just created a "log" folder inside /var/www/virtual/mydomain/htdocs/z-push/ and edited the config.php … now z-push can access the logs, of course, but gave me an error because it couldn't access /var/lib/z-push. also moved that into my install dir. so it loads up without complain and he asks for user and password, but that's not working. I guess because he needs access to files i overlooked outside of it's installation path?! to put it in a nut shell: i wasn't able to disable open_basedir in /etc/apache2/sites-available/ispcp.conf or /var/www/fcgi/mydomain/php5/php.ini and it would be awesome if someone could update the how to for the new z-push version to help some poor mediocre serveradmin like me ![]() thx in advance, i'ld appreciate your help. jma PS: and please excuse my sometimes maybe kinda' bad english ![]() |