Re: Message remains in spool after expunge

2017-08-22 Thread Arnaldo Viegas de Lima
it on Cyrus. With leftover (delayed) files, is there a way to list the messages on the mailbox in Cyrus and obtain the actual filename? Thanks again, Arnaldo. > On Aug 22, 2017, at 9:57 AM, Patrick Boutilier <bouti...@ednet.ns.ca> wrote: > > On 08/22/2017 09:48 AM, Arnaldo Viega

Re: Message remains in spool after expunge

2017-08-22 Thread Arnaldo Viegas de Lima
Answering my own question: UIDs match the filename, so pretty easy to fix the script. Nice! So far, 3.0.3 is working really nice. > On Aug 22, 2017, at 3:36 PM, Arnaldo Viegas de Lima > <arna...@viegasdelima.com> wrote: > > Thank you to all that quickly answered (Patric

Cyrus 3.0.3 XAPPEPUSH

2017-08-22 Thread Arnaldo Viegas de Lima
If anyone is interested (and have a proper push certificate) I have written a small external script to be called from notifyd to handle all aspects of Apple push notification, with device registration being handle by a MySQL database (with cleanup). I think I’ve covered most of the cenários:

Cyrus 3.0.3 XAPPLEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
Hi Sebastian, A few notes: - You need a valid push certificate. You can get one from macOS Server, but I do not know the limitations on the usage. My shop is really small, so I think it’s not a problem. - There is close to nothing documenting how this work, so much of it is based on looking

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
y use such a solution, but I'm definitely > curious about it! Please share the script :-) > > --On 22. August 2017 um 18:21:44 -0300 Arnaldo Viegas de Lima > <arna...@viegasdelima.com> wrote: > >> If anyone is interested (and have a proper push certificate) I have >

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
Forgot to remove the list from the email, so it was also sent to the list. My sincere apologies. > On Aug 23, 2017, at 8:28 AM, Arnaldo Viegas de Lima > <arna...@viegasdelima.com> wrote: > > I’ve sent Sebastian the script with some comments (I don’t think a list is > th

Re: Thunderbird and "Login to server failed".

2017-10-04 Thread Arnaldo Viegas de Lima
TCP wrapper? > On Oct 4, 2017, at 11:09 AM, Eugene M. Zheganin wrote: > > Hi, > > On 04.10.2017 18:26, Simon Matter wrote: >> Interesting, I've never seen this problem over the years. >> >> Are there firewall rules active on the cyrus-imapd host? Probably limiting >>

Re: Cyrus 3.0.3 XAPPEPUSH

2017-08-23 Thread Arnaldo Viegas de Lima
The easy part is a merit of the Cyrus architecture (mostly the notification support) and the way Apple Push was added (thanks to whoever did it - my guess the folks at FastMail). It’s really ingenious: just added the response to the XAPPLEPUSH extension command and pass all of it’s processing

Re: Cyrus 3.0.3 XAPPLEPUSH

2017-08-24 Thread Arnaldo Viegas de Lima
ificate > 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 Id" and the "APNS > Device Token" for the devices table, and what do I put in the mailboxes table? > > Thanks, > Sebast

Re: Cyrus 3.0.3 XAPPLEPUSH

2017-08-24 Thread Arnaldo Viegas de Lima
, and it worked > perfectly. > > What would it take to make this work on a larger scale? I haven't worked with > notifications at all until now, so I don't know how other mechanisms are > implemented. > > Thanks, Sebastian > > --On 24. August 2017 um 10:51:37 -03

Message remains in spool after expunge

2017-08-22 Thread Arnaldo Viegas de Lima
Hi, We have just migrated from 2.4.17 to 3.0.3 and we are having a problem with one of our scripts that perform actions on a SPAM folder for retraining purposes. All files placed by the user there are used for retaining. At the end Cyrus is called to remove the files: we mark all files for

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-25 Thread Arnaldo Viegas de Lima
This is 3.0.3 on Centos 7: * OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE XAPPLEPUSHSERVICE AUTH=DIGEST-MD5 AUTH=CRAM-MD5 AUTH=PLAIN AUTH=LOGIN SASL-IR] xx.xx.x Cyrus IMAP 3.0.3-Cyrus 3.0.3 server ready . login x x . OK [CAPABILITY IMAP4rev1 LITERAL+ ID ENABLE ACL

Re: 2.4.12 vs 3.0.2 different protocol behaviour

2017-08-25 Thread Arnaldo Viegas de Lima
I just upgraded from 2.4.17 to 3.0..3. My only troubles were with default options that changed, like the hierarchy separator, the namespace and delayed expunge. They all forced me to update scripts all around. And the namespace change had a nasty side effect: users must delete and add their

Re: update to 3.0.3 even more problematic than 3.0.2

2017-08-25 Thread Arnaldo Viegas de Lima
Have you tried 3.0.3 (or 3.0.2) on a clean system just to be sure that your compile/install is working? Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/ To Unsubscribe: https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: Backup methods

2018-05-10 Thread Arnaldo Viegas de Lima
One alternative, if you are running VMs (such as VMWare or Hyper-V) is resort to a VM backup program that will uses native change tracking (VMWare CBT and Hyper-V RCT). This allows for a consistent and incremental backup of the VM’s. It’s quite fast and saves lots of space. The backup is

Re: sa-learn using event notifications

2018-03-12 Thread Arnaldo Viegas de Lima
12/03/18 a les 18:43, Arnaldo Viegas de Lima ha escrit: > >> I see a 2 ways to handle it: >> - Enqueue for later processing >> - Make notifyd pass the job to another process (like a daemon) > Yes, I thought about those two options (well, only the first one actually, >

Re: sa-learn using event notifications

2018-03-12 Thread Arnaldo Viegas de Lima
the notification processing. Need to check. Arnaldo. > On Mar 12, 2018, at 2:20 PM, Luca Olivetti <l...@wetron.es> wrote: > > El 12/03/18 a les 18:07, Arnaldo Viegas de Lima ha escrit: >> I run a separate daemon that periodically checks the spam folder, perform >> the n

Re: sa-learn using event notifications

2018-03-12 Thread Arnaldo Viegas de Lima
I run a separate daemon that periodically checks the spam folder, perform the necessary “training” actions and then remove the message. > On Mar 12, 2018, at 1:44 PM, Luca Olivetti wrote: > > I wrote a simple program that manages the vnd.cmu.MessageMove event to run > sa-learn