Displaying 20 results from an estimated 100000 matches similar to: "Dovecot Notification Plugin"
2011 Jul 20
1
Writing a Dovecot Plugin
Hi,
I'm going to write a plugin like mail_log.How can I write a plugin for
dovecot?Is there any tutorial or sample for it?
--
--
*Regards
Meisam Navaki Arefi,
*
2011 Jul 06
2
Logging a special message into Dovecot source code
Hi,
I wanna modify Dovecot source code.For that,I need to know how can we log a
special message into Dovecot source code?
I tried to write a function to write a message in a file and added it to
Dovecot source code,but it didn't work.
I'm wondering if we can use Dovecote logging functions,but I don't know what
are those functions and how can we use them.
Thanks in advance.
--
2011 Jun 29
1
Installing Dovecot v2.0.3 from binary files problem
Hi,
I've installed dovecot v2.0.13 from binary files.dovecote starts ok,but I
get some errors in /var/run/mail.log :
dovecot: anvil: Fatal: Error reading configuration:
read(/var/run/dovecot/config) failed: EOF
dovecot: master: Error: service(anvil): command startup failed, throttling
dovecot: master: Error: service(config): child 8606 killed with signal 11
(core dumps disabled)
dovecot:
2019 Apr 11
1
Lua Push Notification Plugin
Hi Admin,
I hope you consider reading and addressing my concern promptly.
For the past few days I've been setting up a VPS with cPanel and WHM
pre-installed on Bluehost. I want to enable push notification plugin in
Dovecot2.3.5. I tried OX and Lua plugins and got errors.
For using OX plugin:
push_notification_driver =
ox:url=http://staging.mydomain.com/mail-notify/v1 user_from_metadata
2010 Sep 06
1
notification plugin
Hi,
I'm pretty new to dovecot's codebase and trying to write a plugin
which performs certain plugins if new mail arrives in a user's mailbox.
I saw the mail-log plugin and was playing around with it but it seems
to not create events if new mails arrive but only if mail are copied
or saved from an IMAP connection.
Are there any hooks I can base my plugin on to get events in the
above
2019 Apr 11
3
Lua Push Notification Plugin
Thanks AKI! I'm a step closer to achieving my goals.
However, I'm getting a new error as indicated from below:
Apr 11 01:45:34 lmtp(user at mydomain.com)<20801><pVlIEJ7wrlxBUQAAUdwEFQ>:*Debug: push-notification-ox: Skipped because not active
(/private/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/http-notify
METADATA not set)*
Apr 11 01:45:34 lmtp(user at
2007 May 24
3
Exception Notification Plugin Question
Hi,
I have two questions re the Exception Notifier plugin (i.e. which you
install via "ruby script/plugin install exception_notification")
Q1 - In it''s current setup (where it uses /public/500.html) is it possible
to remove the "Status: 500 Internal Server Error Content-Type: text/html"
text which seems to mysteriously get place at the top of the page?
Q2 -
2009 Aug 10
2
testing exception notification plugin with rspec
Hi,
I''m trying to install exception notification plugin and test it with
rspec.
The problem that I have is that when running the server in production
mode : at the end of the log i get this when I have a critical error
rendering section "request"
rendering section "session"
rendering section "environment"
rendering section "backtrace"
Sent mail to
2016 Apr 23
2
push-notification plugin and imap-metadata permissions
On 2016-04-22 09:07 PM, Timo Sirainen wrote:
> On 22 Apr 2016, at 15:17, Giovanni S. Fois <giovanni at giovannisfois.net> wrote:
>> In order to tell if a mailbox is enabled to send out the notification, the plugin
>> looks out for the following mailbox metadata key:
>> /private/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/http-notify
>>
>> If the
2007 Nov 14
2
Exception Notification plugin options hash handling????? backwards merge?
Today I worked on adding email exception notification to some
ancillary background processes for a Rails app.
Since I was already using Jamis'' exception notification plugin to
notify me of errors in controllers for the web app, I figured that the
path of least resistance was to try to figure out how to hook it into
the daemon code.
At first it looked easy. I just needed to
2016 Apr 22
4
push-notification plugin and imap-metadata permissions
Ultra short version:
Why cant I set the following mailbox metadata key?
/private/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/http-notify
Let me explain the context:
I'm using the Dovecot version 2.23.1, but the same happens for the 2.2.22
The push-notification plugin is supposed to send out a notification whenever
a mailbox get a new email message.
In order to tell if a mailbox
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
2019 Apr 11
0
Lua Push Notification Plugin
Hi,
doveadm mailbox metadata get -u victim INBOX /private/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/http-notify
or doveadm mailbox metadata set
if you are not using appsuite as your mail frontend then you need to set the metadata manually or make sure that your mail frontend does set it.
Sami
> On 11 Apr 2019, at 11.50, Pabsky <j0hnw0rk3r at gmail.com> wrote:
>
>
2007 Aug 28
1
dovecot dspam plugin using libdspam
Hi,
I've found the dovecot dspam plugin and looked at the code. I forks and
calls the dspam binary for every mail. I didn't like this behavior, so
I've migrated it to use libdspam.
The plugin still needs more love:
* Use cmake instead of a Makefile
* Make the spam folder configurable in the dovecot.conf
* Code cleanup and more comments.
Please test. Comments and patches are welcome
2016 Nov 25
0
Patch for dovecot-antispam-plugin to support IMAP Flags indicating Junk status
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear list,
I made a patch which extends dovecot-antispam-plugin with support to take the
addition and removal of a specific set of flags as trigger for learning.
This allows for very tight integration with Thunderbird and KMail, which both
set flags for Junk messages (Thunderbird sets "Junk", KMail sets "JUNK"). With
this
2006 Jun 08
3
Rails Test Notifications w/ Growl Plugin
Hi all -
I''ve just posted a quick plugin that adds notification of test
failures via the Growl framework (http://growl.info) for OS X users.
Its a great way to keep up with your test suite, especially when
coupled with autotest. And if you''re anything like me, you probably
already have Growl rocking.
Anyway, see my blog for details on installing the plugin:
2011 Jun 28
1
Dovecot communication with sasl in dovecot source code
Hi all,
I'm reading dovecot source codes(2.0.13),and I need to know how dovecot
communicate with sasl?
I traced the source code from cmd_login function,and found out something
about sasl_callback.
but i never found where this function called and also I couldn't understand
how sasl inform the dovecot from authentication result.
I'll be thankful if someone could help me out.
2007 Mar 24
2
[PATCH] Notification on window restacking
Hi,
This patch adds notification on window restacking. Plugins may need to
do something when that happens. For example, it is used in the new
version of animation plugin to perform a fade effect when a window
moves above or below other windows (in the plugin's settings this
effect is selected as a focus effect, but it's actually a restack
effect).
Regards,
Erkin
-------------- next part
2015 Oct 23
1
Notify plugin doesn't send mailbox_create notifications
Hi there,
I'm running dovecot 2.2.13 on my debian jessie server.
When installing my own dovecot plugin, I noticed that there are no
notifications coming from the notify plugin.
I checked back with the mail_log plugin, but also this plugin doesn't
log any notifications when a new mailbox is created; the mail is saved
to the new inbox never the less.
I ran dovecot 2.2.9 before on my
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