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: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-24 Thread Gabriele Bulfon
:) 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 -

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-24 Thread Simon Matter
> 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

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: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-24 Thread Gabriele Bulfon
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

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