Displaying 20 results from an estimated 2000 matches similar to: "Announce: Plugin for iOS Push Email support"
2020 Jan 08
2
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
https://github.com/st3fan/dovecot-xaps-daemon
Works PERFECTLY. I use it on CentOS 6 and 7.
Thanks,
Steffan Cline
steffan at hldns.com
602-793-0014
> On Jan 8, 2020, at 2:39 PM, infoomatic <infoomatic at gmx.at> wrote:
>
> ?I have no idea about that Mac proprietary stuff ... however,
> https://doc.dovecot.org/configuration_manual/push_notification/ might be
> a
2015 Oct 08
1
Dovecot plugin and Push Mail
I?m posting this here and will in a couple other places to see if anyone has any experience with this and knows what I can do.
My setup is CentOS 6 with postfix, procmail and dovecot administered via Virtualmin.
Postfix of course receives the email. Procmail uses it?s hooks to run the email through spam assassin and clamd. After than procmail hands it off to dovecot/deliver to drop it in the
2020 Jan 23
1
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
Another concern is that Apple is planning to discontinue the binary
notification-submission endpoint late this year --- it's been replaced
by a (significantly nicer, IMHO) http2-based endpoint, but a quick look
at the xaps daemon looks like it's using the old protocol.
2017 Sep 08
5
EOF from net_disconnect(fd)
I?m working on an OS project from github. There are two parts:
Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin
Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon
# dovecot --version
2.2.10
Both parts worked fine on CentOS 6 but I recently rebuilt them both for CentOS 7 and have run into some errors.
The plugin sends a notification over a socket to
2017 Sep 08
1
EOF from net_disconnect(fd)
I'm not the originator. I'm just trying to do some maintenance on the code to make it work for CentOS 7.
I'll check out those two.
Any ideas on how to check exactly what's sent via the socket? If the EOF is sent, I know to dig further into the daemon code.
Thanks,
Steffan Cline
steffan at hldns.com
602-793-0014
> On Sep 7, 2017, at 11:43 PM, Aki Tuomi <aki.tuomi at
2020 Jan 09
0
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
This requires the ongoing use of macOS Server (as does the patch that is part of the MacPorts port of dovecot2). The issue then is: how do you keep getting certificates for push mail if mail services have been removed from macOS Server? I can configure this today but on Oct 20, my apns certificate expires. Then what?
Gerben Wierda
Chess and the Art of Enterprise Architecture
Mastering ArchiMate
2020 Jan 08
2
Is it possible to enable push notifications for iOS/macOS mail clients on a stock dovecot?
Now that Apple has abandoned mail server capabilities in macOS Server.app we have to move to an open source solution. I have done this using Macports and it works well (no thanks to Apple as it never published the in 2018 promised migration info for mail services).
The MacPorts Apple Push Notification variant based on a patch written a few years ago for dovecot supports APNS but it requires you
2014 Aug 30
1
Need help to compile and install a minimal dovecot imap plugin
I am trying to create a plugin that adds a new IMAP capability. So far I have this:
const char *foo_plugin_version = DOVECOT_ABI_VERSION;
static struct module *foo_module;
static imap_client_created_func_t *next_hook_client_created;
static void foo_client_created(struct client **client)
{
str_append((*client)->capability_string, " XFOO");
if (next_hook_client_created !=
2019 Jan 13
2
[FTS Xapian] Beta release
Ok for having a link on the FTS page.
PLease clarify what files are necessary to package it as a separate
package
On 2019-01-13 19:03, Aki Tuomi wrote:
> Yes, from compiling point of view it is done.
>
> Unfortunately what is not done is all the other work involved, such as fixing all the inevitable bugs it has and maintaining it. We do not want, at this moment, take up maintaining
2019 Jan 13
2
[FTS Xapian] Beta release
THis is already what I send earlier (see : dovecot-xapian-1.0b2.tar.gz
[1] )
What I would need is the files so one can download (git) it, and type
some command (make ?) to compile it and place it in the right forlder
(/usr/lib/dovecot/ or whatever is configured in the installed dovecot,
which may differ from distribution to distribution)
On 2019-01-13 19:47, Aki Tuomi wrote:
> You need
2017 Mar 29
0
Email Push to Iphone
there is this plugin to use APNS to notify phones, its a faf though as you need a legal OSX Server to generate the
signing keys, I never ended up implementing it.
https://github.com/st3fan/dovecot-xaps-daemon
Aki Tuomi wrote on 29/03/2017 07:29:
>
> On 29.03.2017 07:24, mca at caloro.ch wrote:
>> Hello
>>
>>
>>
>> Please exist in Dovecot 2.2.13 the
2017 Sep 08
0
EOF from net_disconnect(fd)
On 09/08/2017 02:29 AM, Steffan Cline wrote:
> I???m working on an OS project from github. There are two parts:
>
> Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin
>
> Daemon written in Go - https://github.com/st3fan/dovecot-xaps-daemon
>
what does this have to do with dovecot?
>
--
So many immigrant groups have swept through our town
that Brooklyn, like
2017 Sep 08
0
EOF from net_disconnect(fd)
Hi!
Nice to hear you are developing this, I'll add it to our wiki if it's
not there.
Please don't use net_transmit, it's going away. You should use ostream
and istream instead.
Aki
On 08.09.2017 09:29, Steffan Cline wrote:
> I?m working on an OS project from github. There are two parts:
>
> Dovecot plugin - https://github.com/st3fan/dovecot-xaps-plugin
>
>
2019 May 09
2
Push Notification clarification (MessageNew w/o LMTP or LDA)
Hello,
Both the examples on the Push Notification wiki page and the XAPS plugin
docs seem to suggest or state that LMTP/LDA is required.
However IMAP IDLE notifications work without either of these (please no
religious discussion of why Dovecot LMTP is the best thing since sliced
bread and that everybody should use it).
The LUA part of the push notification docs however states that events other
2019 Jan 13
1
[FTS Xapian] Beta release
Please kindly check https://github.com/grosjo/fts-xapian
On 2019-01-13 20:11, Aki Tuomi wrote:
> If you had looked at what I sent, you'd seen it's quite different from what you sent.
>
> Anyways, put the contents of skeleton.tar.gz and
>
> ./src/plugins/fts-xapian/fts-xapian-plugin.h
> ./src/plugins/fts-xapian/fts-backend-xapian.cpp
>
2019 Jan 13
3
[FTS Xapian] Beta release
You copied your Makefile.am?there. Stephan made you a working version, can you try that?
(sorry for dup)
Aki
-------- Original message --------From: Joan Moreau <jom at grosjo.net> Date: 13/01/2019 21:39 (GMT+02:00) To: Stephan Bosch <stephan at rename-it.nl> Cc: Aki Tuomi <aki.tuomi at open-xchange.com> Subject: Re: [FTS Xapian] Beta release
I used the skeleton from Aki :
2019 May 09
1
Push Notification clarification (MessageNew w/o LMTP or LDA)
Hello,
On Thu, 9 May 2019 09:14:13 +0300 Aki Tuomi via dovecot wrote:
> On 9.5.2019 9.01, Christian Balzer via dovecot wrote:
> > Hello,
> >
> > Both the examples on the Push Notification wiki page and the XAPS plugin
> > docs seem to suggest or state that LMTP/LDA is required.
>
> It is required.
>
Thanks for the quick, but unwelcome reply.
There's a
2019 Jan 13
2
[FTS Xapian] Beta release
The only point here of this fts-xapian is to get rid of solr (because it
is just a nightmare to setup) and squat (because it is considere
obsolete).
I already sent the changed in configure.ac, makefile.am, etc.. in order
to include it in the dovecot, and it compiles properly
The only remaining point is to push it in hte git (yes, everything is
already done)
On 2019-01-13 18:45, Aki Tuomi
2019 Jan 13
3
[FTS Xapian] Beta release
Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot:
>
> I tried to combined it, the "autoreconf" errors are solved
>
> Now, when I type "make install", the lib is not pushed into dovecot
> folder, but somewhere in /usr/local/...
>
> How to adjust this to have it arriving in the proper folder ?
>
Depends on your system. It mostly a matter of setting
2019 Jan 14
2
[FTS Xapian] Beta release
In your README.md, perhaps "This project intends to provide a
straightforward and simple *procedure *to configure FTS plugin for Dovecot,
leveraging the efforts by the Xapian.org team." is better??
Also in the part after cloning from git:
./configure --prefix=/usr --with-dovecot=/path/to/dovecot [ This
/path/to/dovecot is not obvious. Is it the dovecot binary or what??]
On Mon, 14 Jan