There is not much that can be done for the error handling, as it’s a script
called from a daemon. Stdout and stderr are not captured, so you need to resort
to sending things to syslog.
I really haven’t worked with any other notification service, so I can’t comment
on that note.
As for getting
:) I noticed I pasted them by mistake, it's a test user on a test server, but I
changed its password anyway, already ;)
Thanks!
Sonicle S.r.l.
:
http://www.sonicle.com
Music:
http://www.gabrielebulfon.com
Quantum Mechanics :
http://www.cdbaby.com/cd/gabrielebulfon
-
> I looked deeper into the problem.
> Looks like the command:
> . LIST "" "Other Users"
> responds abnormally, until I run :
> . LIST "" "Other Users/%"
> that actually list the shared folders.
> Here's a trace of the imap protocol:
> * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=PLAI
Hi Arnaldo,
OK, got it! I noticed that the error handling isn't really fleshed out ;-)
I could see that the script got the registration message, but the tables
were stil empty. Turns out I had to install php-mysql ... :-) Seems obvious
in hindsight, but there was no error message. I don't usua
You don’t need to do anything with the tables. The script will populate the
tables during the device registration event.
Here is my understanding on how it works, as it’s not documented:
Part 1: Registration
a. If Cyrus is properly configured, it will advertise the XAPPLEPUSH extension
b. The i
I looked deeper into the problem.
Looks like the command:
. LIST "" "Other Users"
responds abnormally, until I run :
. LIST "" "Other Users/%"
that actually list the shared folders.
Here's a trace of the imap protocol:
* OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE STARTTLS AUTH=PLAIN SASL-IR] www
Hi Arnaldo,
thank you very much! This has been very enlightening. I think I understand
most of it and have already set up a testing environment with a certificate
from our OS X Server. What I have not yet understood completely is how you
populate the database. Where do I find the "APNS Account