similar to: Acl sql dict error, dict crashes

Displaying 20 results from an estimated 800 matches similar to: "Acl sql dict error, dict crashes"

2015 Oct 20
2
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Hello everyone, For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic: Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN, rip=10.112.99.52, lip=10.113.63.50, mpid=7538, session=<NKsDsnIiU7YKcGM0> Oct 19 12:34:51 server
2015 Oct 29
0
Acl sql dict error, dict crashes
On 29 Oct 2015, at 12:15, Christian Kivalo <ml+dovecot at valo.at> wrote: > > Hi, > > I configured shared mailboxes and get an error when i use SQL as the acl_shared_dict. It works when i use a file instead. With SQL as the shared_dict, dict crashes. > > Oct 29 10:12:13 uschi dovecot: dict(27421): Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed:
2013 Jan 24
0
Again ACL Postgres dict trouble, no update and raw backtrace
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have ACL-dict-postgres trouble again. Eventually a session does not update the ACL dictionary no longer. I execute (for testing) this script: for a in $(seq 1 ${1-4}); do echo 3-$a deleteAcl Junk dvtest1 sleep 30 echo 3-$a SetAcl Junk dvtest1 kxilrsc sleep 30
2009 Apr 07
2
Is there any more detailed docs about dict configuration
Hi, I am looking for some help on dict configration. I'm trying to config shared and public mailbox, and use sql as acl backend. Here is my config: table: CREATE TABLE `shared_dict` ( `id` int(10) NOT NULL AUTO_INCREMENT, `from_user` char(50) NOT NULL, `to_user` char(50) NOT NULL, `status` int(10) NOT NULL DEFAULT '1', PRIMARY KEY (`id`), KEY `from_user` (`from_user`),
2015 Oct 20
0
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
On 20 Oct 2015, at 12:26, mailing lists <listas.correo at yahoo.es> wrote: > > Hello everyone, > For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic: > Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN,
2015 Oct 19
0
Dovecot 2.2.19 - Panic: file dict-sql.c: line 670 (sql_dict_iterate): assertion failed: ((ctx->flags & DICT_ITERATE_FLAG_ASYNC) != 0)
Hello everyone, For this installation I am using passdb against AD, userdb with MySQL and nfs storage but using simultaneously the vfile acl backend and the shared mailbox dictionary I get the following panic: Oct 19 12:34:51 server dovecot: imap-login: Login: user=<user04>, method=PLAIN, rip=10.112.99.52, lip=10.113.63.50, mpid=7538, session=<NKsDsnIiU7YKcGM0> Oct 19 12:34:51 server
2013 Feb 20
1
Connection leak in sqlpool for ACL Dict Postgres in v2.1.15 (14907:b96df105ec55) and v2.2.beta1 (15857:07dfd4391d22)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm using a postgres dict for ACL, when when use deleteacl or setacl I get a "not connected" error and (v2.2) Panic: file driver-pgsql.c: line 84 (driver_pgsql_set_state): assertion failed: (state == SQL_DB_STATE_BUSY || db->cur_result == NULL) and a rawdump eventually. You can trigger the error with the "dict"
2017 Nov 15
0
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Probably better to get the full protocol debug log from the Horde/IMP side. Instructions on how to enable that can be found in imp/config/backends.php. See: https://github.com/horde/imp/blob/master/config/backends.php#L288 rawlog output below only shows what Dovecot is returning - would be more useful to see the entire client round-trip transactions however. > On November 14, 2017 at 4:15
2019 Feb 01
2
Crash when using dict quotas with sqlite database
Hello, After I configured a SQLite backed dict quota backend, the dict process crashes every time a quota operation is happening. SQLite: 3.26.0 Dovecot: 2.3.4 (0ecbaf23d) Linux: 4.20.4.a-1-hardened #1 SMP PREEMPT Fri Jan 25 01:24:51 CET 2019 x86_64 GNU/Linux (Arch Linux) Filesystem: BTRFS I can't get any debug output from Dovecot, even after setting log_debug = cat:* event:* source:*
2017 Jan 29
0
Crash in 2.2.27 while moving a mail
Hi, I just noticed a crash in Dovecot (2.2.27) on Debian with the Debian version 1:2.2.27-2~bpo8+1: Jan 28 07:50:42 srv1 dovecot: imap(yyy at xxx.de): Panic: file mail-storage.c: line 2170 (mailbox_save_context_reset): assertion failed: (ctx->copying_via_save) Jan 28 07:50:42 srv1 dovecot: imap(yyy at xxx.de): Error: Raw backtrace: /usr/lib/dovecot/libdovecot.so.0(+0x97d8e) [0x7f3e7fab8d8e]
2017 Nov 15
0
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
It seems that horde forgots to re-enable QRESYNC after connection timeout. Regarding the connection timeout, do you see anything in dovecot logs? Aki On 15.11.2017 12:51, Jakob Sch?rz wrote: > Hi there! > > This is the horde-imap. Hope this helps more to find out, what's the > problem with QRESYNC and dovecots virtual-plugin > > ------------------------------ > >>
2017 Dec 12
0
TLS Error and not working lmtp
On 12.12.2017 02:59, Jakob Sch?rz wrote: > Hi! > > I have some troubles with the virtual plugin. I run a self-compiled > dovecot 2.2.33.2 from debian testing. I patched this version with the > QRESYNC-Patch from a few weeks ago. > But i always get an errormessage, when i try to open an email from a > virtual mailbox. > > So i cloned the actual git-Repo and compiled
2010 Aug 09
2
create Sub-Subfolders
Hi all, this is my first post to this list, and hope someone can help me ;-) I'm running dovecot.x86_64 1.0.7-7.el5 on a CentOS release 5.5 (Final) box. when a user tries to create a sub-subfolder in Archiv, he gets the message: "Mailbox doesn't allow inferior mailboxes" Mailclient is MS Outlook 2003 SP3 is there a spezial configuration in /etc/dovecot.conf needed?
2019 Mar 24
0
Cannot get sieve script replication to work
Hello, I've set up dsync replication on 2 nodes and mail replication is working flawlessly, however it seems that replicating the sieve scripts won't work. Managesieve and sieve filter in gerneral seems to work on both nodes, however in order to have a synchronized state, I have to log onto both nodes with managesieve and save & activate the script. What's funny about this is
2019 Nov 07
0
dovecot ignores users sieve-script
Op 7-11-2019 om 13:30 schreef Jakobus Sch?rz via dovecot: > Hi there! > > I recognized that dovecot ignores users sieve-script. The global and the > post-sieve-scripts are working, but users sievescript is ignored. > > You can see the sieve trace-files last lines > > ? 65:?? finishing match with result: not matched > ? 65: jump if result is true > ? 65:?? not
2017 Nov 14
4
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Hi there! I'm new on this list, so hello to all! First i want say, that dovecot is a really great mailserver. I use it since many years for my private usecase. I'm planning to setup a new Mailserver, so i'm fiddeling around to understand dovecot better and get a "perfect" Mailserver. (Linux and Win10) Outlook, k9mail and the gmail-app on android. I want to leave google
2014 Mar 13
0
quota using wrong limits in user shared mailboxes
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I have setup a shared namespace to expose user's mailboxes to other users. That works well. Via ACLs users can access other users mailboxes. I have setup a quota for each user, that works well, too. The quota is tracked and new messages are denied, if the quota is exceeded. I do not find hints, if you need to setup something special for
2017 Dec 12
2
TLS Error and not working lmtp
Hi! I have some troubles with the virtual plugin. I run a self-compiled dovecot 2.2.33.2 from debian testing. I patched this version with the QRESYNC-Patch from a few weeks ago. But i always get an errormessage, when i try to open an email from a virtual mailbox. So i cloned the actual git-Repo and compiled dovecot and pigonehole-sieve. The problem with the virtual plugin seems gone away. But
2017 Nov 15
2
Plugin virtual, Horde BAD IMAP QRESYNC not enabled
Hi there! This is the horde-imap. Hope this helps more to find out, what's the problem with QRESYNC and dovecots virtual-plugin ------------------------------ >> Wed, 15 Nov 2017 08:45:21 +0000 >> Connection to: imap://aldebaran.local/ Server connection took 0,0031 >> seconds. S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE XDOVECOT
2020 Apr 06
0
replication and spam removal ("doveadm expunge")
Hi Aki, On 4/4/20 8:12 PM, Aki Tuomi wrote: > Can you provide doveconf -n and try turning on mail_debug=yes on both ends and try doveadm -Dv expunge .... mail_debug=yes is on on both ends and dovecot was restarted but anyway nothing is logged when I issue "doveadm -Dv expunge " In the shell where I issue the "expunge" I see the following: # /usr/bin/doveadm -Dv expunge