similar to: Hooks API

Displaying 20 results from an estimated 30000 matches similar to: "Hooks API"

2006 Jun 22
2
trying to build dovecot-sieve
Hi, I'm trying to compile dovecot with dovecot-sieve, both from CVS. There is file dovecot-config.in.in in current dovecot module, which produce dovecot-config.in after ./configure'ing. But dovecot-sieve requires file dovecot-config to be in dovecot's directory. I think it is just typo, because after renaming dovecot-config.in to dovecot-config the building succeeded. -- Sergey
2006 Sep 07
2
Plugins for Dovecot at FreeBSD 6.0
Hi I met problem developing plug-in under FreeBSD 6.1. First I tried to use internal plugins like quota and acl but I got: IMAP(xxx): module /usr/local/lib/dovecot/imap/lib01_acl_plugin.so: dlsym(acl_plugin_init) failed: Shared object "nss_dns.so.1" not found, required by "imap" This library doesn't exist on FreeBSD 6.1 Same story when u mention any plugin in
2007 May 10
2
Changes in authentication's???
HI I use dovecot-1.0.r17 on FreeBSD scat.setcom 6.2-RELEASE. Recently authentification stop working. May 10 02:56:02 scat dovecot: auth(default): passwd(test,127.0.0.1): unknown user May 10 02:56:02 scat dovecot: auth(default): client out: OK 1 user=test User= &:/home/test:/tmp/email/bin/nonexistance= May 10 02:56:02 scat dovecot: auth(default): master in: REQUEST 23 43856 1
2010 Sep 19
4
Upgrade Xen up to 4.0.1 on openSUSE 11.3 and broken VFB
After upgrade via http://download.opensuse.org/repositories/Virtualization:/openSUSE11.3/openSUSE_11.3/src/xen-4.0.1_21326_01-1.1.src.rpm with any "kotd" or 2.6.34.4-2.2-xen VFB gets broken . It worked with original  Xen 4.0, no matter of  some additional patching to support ZFS 24 has been done and 4.0 src.rpm has been rebuilt to reinstall 4.0   In particular,  virt-install fails to
2010 Jun 22
5
XFS on CentOS
Hi all, Does anybody know why unlike so many Linux distros (Fedora, Ubuntu, OpenSUSE) CentOS does not come with XFS support by default but rather requires custom modifications after the install in order for you to be able to support XFS on your CentOS machine? Just seems a little odd given how much CentOS is oriented to be used as a server OS. Thanks. Boris.
2006 Aug 17
4
Help, the dovecot ldap is down !
Hi ! my dovecot server is down, the users don't can make login. In a sometimes the dovecot log show the message bellow Aug 17 08:35:46 xxxxx dovecot-auth: nss_ldap: reconnected to LDAP server ldap://127.0.0.1 after 1 attempt In other times show Aug 17 09:40:46 xxxxx dovecot-auth: nss_ldap: reconnected to LDAP server ldap://127.0.0.1 after 5 attempts In another times too Aug 17 10:12:02
2010 Dec 09
4
sieve plugin does not autocreate folder
Sieve plugin does not autocreate folder, defined in sieve filter /etc/dovecot/sieve/default.sieve require ["fileinto"]; # rule:[off] if anyof (header :contains "To" "off@***.com", header :contains "Cc" "off@****.com") { fileinto "INBOX.off"; stop; } >sievec /etc/dovecot/sieve/default.sieve sievec(root): Debug: Loading modules
2016 Nov 27
7
JMAP support in Dovecot
Hi! We are working on including JMAP support to Dovecot. At this moment I cannot give any promise for exact version, but hopefully it will be part of v2.3 Aki Tuomi Dovecot Oy > On November 26, 2016 at 11:17 PM Andrew Jones <andrew at mykolab.com> wrote: > > > Hi Marcus > > Thanks for your helpful reply. > > Do you know what is going on with JMAP development
2016 Nov 26
2
JMAP support in Dovecot
On 2016-11-26 11:07:00 -0800, WJCarpenter wrote: > I don't know the answer to that question, but I am curious about something. > What client are you thinking about using with JMAP? I haven't found much. > (And much of the demo stuff at jmap.io seems to be busted in various ways.) roundcube-next builds on top of it. darix -- openSUSE - SUSE Linux is my linux
2010 Aug 16
5
pigeonhole
Hi, I'm trying to compile the last mercurial release of dovecot-pigeonhole 2.0 and get this error: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -Wstrict-aliasing=2 -I/usr/kerberos/include -o .libs/sievec sievec.o -Wl,--export-dynamic ../../src/lib-sieve/.libs/libdovecot-sieve.so
2018 Oct 25
2
Read the quota_exceeded_message from a file
On Thu, 25 Oct 2018 07:25:33 +0200 Alexander Dalloz <ad+lists at uni-x.org> wrote: > That's not surprising as for systemd controlled services the tmp is > not /tmp but a private tmp inside /var/tmp/systemd-private* This is not generally true but depends on the service file and the options used there. -- openSUSE - SUSE Linux is my linux openSUSE is good
2006 Sep 30
2
SuSE rpms for xapian
hi, since quite some time already we provide rpms for xapian-core and xapian-omega at http://software.opensuse.org/download/server:/search/ The user documentation is at http://en.opensuse.org/Build_Service/User General informations about the build service can be found here: http://en.opensuse.org/Build_Service thanks for the great software. darix -- openSUSE - SUSE Linux is
2015 May 16
4
How do I fix this: master: Warning: fd limit (ulimit -n) is lower than required
I get this when I reload dovecot after any changes. How can I fix it? I can?t find any reference to it anywhere. master: Warning: fd limit (ulimit -n) is lower than required under max. load (256 < 1000), because of default_client_limit thanks Robert
2015 Aug 13
4
need help debugging deleted mails
> Date: Thu, 13 Aug 2015 13:38:58 > From: Marcus R?ckert <darix at opensu.se> > To: dovecot at dovecot.org > Subject: Re: need help debugging deleted mails > > mail_log plugin might help > > darix I've seen this plugin, but I fear that it will be enabled for all users. I don't have seen an way to enable it only for 1 user like rawlog permits. Maybe,
2006 Aug 09
10
Dovecot as LDA with Postfix
I have been attempting to replace Procmail with Dovecot as the LDA for my Postfix mail server, but without success. Below is a truncated output from the /var/log/maillog. Aug 9 11:56:20 scorpio postfix/local[4338]: 88C3FC3D1: to=<gerard at localhost.seibercom.net>, orig_to=<gerard at localhost>, relay=local, delay=1119, delays=1118/0.71/0/0.11, dsn=4.3.0, status=deferred (temporary
2015 May 17
3
fts_lucene error
Hi, after upgrading to 2.2.18 I get the following error: lmtp(root at bruecko.de): Error: Couldn't load required plugin /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: dlopen() failed: /usr/lib64/dovecot/modules/lib21_fts_lucene_plugin.so: undefined symbol: _ZN6lucene8analysis8snowball16SnowballAnalyzerC1EPFiPKvmP6bufferEPKc Running Opensuse 13.2 I'm using the RPMs from the
2017 Aug 23
2
Dovecot - Postfix Calender Synchronisation
Lookup radicale. -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org
2006 Jul 03
3
Charset issue
I was playing a bit with Mongrel to test it out before using it in production, but I have an issue with Latin accented letters being all messed up. I''ve included the right content-type in the HTML and both Lighty +Fastcgi and Webrick have no problem with them. Any tips? Thanks, - michele
2018 Oct 21
4
AW: AW: Calendar function ?
I need the possibilities to Sync the calender with diffrent Clients like Outlook, LotusNotes, Android, and Iphone Devices. -----Urspr?ngliche Nachricht----- Von: dovecot <dovecot-bounces at dovecot.org> Im Auftrag von Marcus Rueckert Gesendet: Sonntag, 21. Oktober 2018 15:28 An: dovecot at dovecot.org Betreff: Re: AW: Calendar function ? If you just need syncing without a fancy webclient:
2010 Oct 18
6
Re: [Fedora-xen] another xen build and pvops kernel
Just wondering why kernel-2.6.32.23-170.xendom0.fc12.src.rpm cannot make itself into F14. It seems pretty stable. Why it cannot be just a package available via "yum install" . Anyway Fedora''s Libvirt has the best compatibility with Xen 4.0.1. It''s not too late switch back to Xen with PVOPS kernel. XenLinux 2.6.34.7 aka Suse is really dangerous . It outperforms pvops