Re: Cyrus 3.0.3 XAPPLEPUSH

2017-08-24 Thread Arnaldo Viegas de Lima
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

Re: Cyrus 3.0.3 XAPPLEPUSH

2017-08-24 Thread Sebastian Hagedorn
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

Re: Cyrus 3.0.3 XAPPLEPUSH

2017-08-24 Thread Arnaldo Viegas de Lima
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

Re: Cyrus 3.0.3 XAPPLEPUSH

2017-08-24 Thread Sebastian Hagedorn
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