search for: muser

Displaying 20 results from an estimated 23 matches for "muser".

Did you mean: user
2017 Nov 02
2
corrupted db after upgrading to 4.7
...ip, the replication, everything works. Here's a part of the errors, all of them are "missing backlink" or "orphaned backlink". [root at dc1 ~]# samba-tool dbcheck Checking 1233 objects ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in CN=cpas_ila,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com Not removing orphaned backlink memberOf ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in CN=cpas_insertion,OU=CPAS,OU=MGROUPS,D...
2017 Nov 02
0
corrupted db after upgrading to 4.7
...not sure if I was stumbling on some rotten entries in my ldb database, or if it was a more widespread bug :-) Cheers, Denis > > [root at dc1 ~]# samba-tool dbcheck > Checking 1233 objects > ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard > Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in > CN=cpas_ila,OU=CPAS,OU=MGROUPS,DC=contoso,DC=com > Not removing orphaned backlink memberOf > ERROR: orphaned backlink attribute 'memberOf' in CN=Gérard > Dellaval,OU=CPAS,OU=MUSERS,DC=contoso,DC=com for link member in > CN=cpas_insertio...
2006 Sep 29
3
Converting UW MBX mail folder
We converted from uw-imapd to dovecot but are still having problems with MBX mail folders. The user can't access this "MBX mail folder": [root at volt Resume's]# file "Sys Admin" Sys Admin: MBX mail folder [root at volt Resume's]# mailutil copy ./"Sys Admin" '#driver.unix/new' Can't open mailbox ./Sys Admin: no such mailbox [root at volt
2015 May 04
1
backup mails from alternate storage
Hi there! It seems that # doveadm backup -v backup -fu $MUSER mdbox:"$BKPDIR/$MUSER/mdbox" doesn't backup all messages stored in alternate storage. mail_location = mdbox:~/mdbox:ALT=/srv/mail/slow/vmail/%n/mdbox I don't know how to debug this. The sizes of the mailboxes in the filesystems of user C are strange: ~/mdbox: # du -sm 2169 ALT...
2008 Jan 19
1
mixing templates and other methods for a file''s content
...hosts /etc/sudoers file: init.pp: class sudo { case $operatingsystem { Debian: { package { "sudo": } } } file { "/etc/sudoers": mode => 440, content => template("sudo/sudoers.erb"), tag => sudo, } } and sudoers.erb: <% musers = "" susers = "" IO.foreach("/etc/puppet/bootstrap/hosts.dat") do |l| a = l.split if a[1] == hostname musers = a[5] if a.length >= 8 susers = a[7] end break end end %> Cmnd_Alias INST = /usr/sbin/synaptic...
2016 Apr 27
3
Crash: setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL)
Hi, Using 2.2.9 (ubuntu 14.04 LTS) and sending the following command, the server crashes when I try to delete an annotation: ? login ? C: 2 setannotation Trash "/vendor/cmu/cyrus-imapd/expire" ("value.shared" NIL) Apr 27 09:29:16 backend1 dovecot: imap-login: Login: user=<heiko>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=6651, secured Apr 27 09:29:16 backend1
2012 Aug 08
5
Deleting metadata smashes file dovecot.dict
Hi, I am using dovecot (see dovecot -n output below) with metadata plugin in my own plugin. I want to insert and delete some large metadata (>4KiB). It seems, that the delete in a second call of my plugin smashes the file dovecot.dict in users dir: 1st call: *dovecot.dict is empty -delete metadata 1 -delete metadata 2 -insert metadata 1 ~8KiB -insert metadata 2 <1KiB *dovecot.dict
2018 Mar 05
3
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...eminar | Von Kennzahlencockpits und Lean Hospital Strategien" from_envelope = 0x0 from = <optimized out> #8 0x00007fea1a3cfabf in mail_deliver_save_finish (ctx=0x56239be14ca0) at mail-deliver.c:533 box = <optimized out> mbox = 0x56239be0efc0 muser = 0x56239bdcb7c0 dt = 0x56239bddf1c0 #9 0x00007fea1a0c758c in mailbox_save_finish (_ctx=_ctx at entry=0x7fff78dbb948) at mail-storage.c:2461 _data_stack_cur_id = 4 ctx = 0x56239be14ca0 t = 0x56239be10ce0 keywords = 0x0 pvt_flags = 0 copying_v...
2014 Aug 05
1
[Patch] mail_log plugin supports remote, local ip addresses
..._DEFAULT_FIELDS \ (MAIL_LOG_FIELD_UID | MAIL_LOG_FIELD_BOX | \ @@ -58,6 +62,8 @@ "flags", "from", "subject", + "rip", + "lip", NULL }; @@ -265,6 +271,14 @@ mail_get_keywords(mail)); str_append(text, "), "); } + if ((muser->fields & MAIL_LOG_FIELD_REMOTE_IP) != 0) { + str_printfa(text, "rip=%s", net_ip2addr(mail->box->storage->user->remote_ip)); + str_append(text, ", "); + } + if ((muser->fields & MAIL_LOG_FIELD_LOCAL_IP) != 0) { + str_printfa(text, "lip=%s",...
2018 Mar 06
0
Coredump: Panic: file smtp-address.c: line 530 (smtp_address_write): assertion failed: (smtp_char_is_qpair(*p))
...s und Lean Hospital Strategien" > from_envelope = 0x0 > from = <optimized out> > #8 0x00007fea1a3cfabf in mail_deliver_save_finish (ctx=0x56239be14ca0) at mail-deliver.c:533 > box = <optimized out> > mbox = 0x56239be0efc0 > muser = 0x56239bdcb7c0 > dt = 0x56239bddf1c0 > #9 0x00007fea1a0c758c in mailbox_save_finish (_ctx=_ctx at entry=0x7fff78dbb948) at mail-storage.c:2461 > _data_stack_cur_id = 4 > ctx = 0x56239be14ca0 > t = 0x56239be10ce0 > keywords = 0x0 >...
2013 Sep 21
1
Passing info from mail process to mail_filter plugin script?
Hi, all, The mail_filter plugin allows you to pass messages through an external script/command on the way into and out of the Maildir/mbox/etc mail store. With the recent/new version of the plugin, this seems to work correctly. However, my mail-filter script (for filtering messages on the way from the mail store through the IMAP process to a remote client) needs some extra info from the IMAP
2014 Mar 11
2
Panic: file mail-index-map.c: line 547 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
...= <optimized out> flags = MAIL_ANSWERED pvt_flags_mask = <optimized out> #11 0x00007f32d18371a4 in mail_log_append_mail_message_real (desc=0x7f32d1837504 "save", event=MAIL_LOG_EVENT_SAVE, mail=0x18a78a0, ctx=0x18c62f0) at mail-log-plugin.c:297 muser = <optimized out> msg = 0x18c6308 text = 0x186d310 size = 224891 #12 mail_log_append_mail_message (desc=0x7f32d1837504 "save", event=MAIL_LOG_EVENT_SAVE, mail=0x18a78a0, ctx=0x18c62f0) at mail-log-plugin.c:335 _data_stack_cur_id = 3 #13 mail_...
2020 Mar 31
1
mail_crypt crashing randomly during LMTP
...d3b..a37fb4a35 100644 --- a/src/plugins/mail-crypt/mail-crypt-plugin.c +++ b/src/plugins/mail-crypt/mail-crypt-plugin.c @@ -345,7 +345,7 @@ static void mail_crypt_mailbox_close(struct mailbox *box) { struct mail_crypt_mailbox *mbox = MAIL_CRYPT_CONTEXT(box); struct mail_crypt_user *muser = - MAIL_CRYPT_USER_CONTEXT_REQUIRE(box->storage->user); + MAIL_CRYPT_USER_CONTEXT(box->storage->user); if (mbox->pub_key != NULL) dcrypt_key_unref_public(&mbox->pub_key);
2014 Jun 02
0
Dovecot 2.1.13: some questions about the mail-filter plugin
Looking at mail_filter_mailbox_allocated() of src/plugins/mail-filter/mail-filter-plugin.c: if ((class_flags & MAIL_STORAGE_CLASS_FLAG_OPEN_STREAMS) == 0 && (class_flags & MAIL_STORAGE_CLASS_FLAG_BINARY_DATA) != 0 && muser->out_socket_path != NULL) v->save_begin = mail_filter_mail_save_begin; it seems that a backend with MAIL_STORAGE_CLASS_FLAG_OPEN_STREAMS unset and MAIL_STORAGE_CLASS_FLAG_BINARY_DATA set is expected by the plugin. Technically, this would thus exclude the mbox backend, since its flag conf...
2019 Oct 07
3
Sieve redirect is broken in 2.3.7.2 - signal 11
...m /usr/lib/dovecot/libdovecot-sieve.so.0 No symbol table info available. #12 0x00007ffff687f7cb in ?? () from /usr/lib/dovecot/lib90_sieve_plugin.so No symbol table info available. #13 0x00007ffff7b69960 in mail_deliver (ctx=0x7fffffffe9e0, storage_r=0x7fffffffe9a8) at mail-deliver.c:498 ??????? muser = 0x555555777ef8 ??????? ret = <optimized out> ??????? __func__ = "mail_deliver" #14 0x0000555555556fd2 in lda_deliver (stderr_rejection=false, rcpt_to_source=<optimized out>, rcpt_to=<optimized out>, path=<optimized out>, user=<optimized out>, ??? servi...
2013 Mar 06
3
failing ssl authentication
...e_dir = ~/sieve } postmaster_address = postmaster protocols = " imap sieve pop3" service auth-worker { client_limit = 0 } service auth { unix_listener /var/spool/postfix/private/dovecot-auth { group = postfix mode = 0660 user = postfix } unix_listener auth-master { group = musers mode = 0660 user = root } user = root } service imap { process_limit = 1024 } service pop3 { process_limit = 1024 } ssl = required ssl_cert = </etc/ssl/private/server.crt ssl_key = </etc/ssl/private/server.key userdb { driver = passwd } valid_chroot_dirs = /var/mail:/home protocol...
2020 Mar 29
3
mail_crypt crashing randomly during LMTP
Hello everybody, hope you?re all well! We have a really strange bug with our dovecot setup. After weeks and month of debugging we?re finally reached the point when we ask you for help. Our basic setup is quite simple: a single dovecot 2.3.10 (0da0eff44) install on Debian 10 with LDAP as user/passdb and sieve, imap_sieve and mail_crypt as mail_plugins. For the mail_crypt we have a special rule
2019 Oct 07
1
Sieve redirect is broken in 2.3.7.2 - signal 11
...ble info available. >> #12 0x00007ffff687f7cb in ?? () from >> /usr/lib/dovecot/lib90_sieve_plugin.so >> No symbol table info available. >> #13 0x00007ffff7b69960 in mail_deliver (ctx=0x7fffffffe9e0, >> storage_r=0x7fffffffe9a8) at mail-deliver.c:498 >> ??????? muser = 0x555555777ef8 >> ??????? ret = <optimized out> >> ??????? __func__ = "mail_deliver" >> #14 0x0000555555556fd2 in lda_deliver (stderr_rejection=false, >> rcpt_to_source=<optimized out>, rcpt_to=<optimized out>, >> path=<optimized out&...
2013 Jul 13
0
Dovecot 2.2.4 metadata-plugin crached
...f0a7102686f in ?? () from /lib/x86_64-linux-gnu/libc.so.6 (gdb) bt full #0 0x00007f0a7102686f in ?? () from /lib/x86_64-linux-gnu/libc.so.6 No symbol table info available. #1 0x00007f0a700ccad9 in metadata_set_entry (entry=0x1705880, user=<optimized out>) at metadata-backend.c:133 muser = 0x16f6550 key = <optimized out> dt = <optimized out> #2 0x00007f0a6fcc4c91 in setmetadata_helper (box=0x1700080, args=<optimized out>, cmd=0x16fb440) at imap-metadata-plugin.c:673 name = 0x16fffd8 "/private/vendor/kolab/folder-type"...
2019 Oct 07
0
Sieve redirect is broken in 2.3.7.2 - signal 11
...e.so.0 > No symbol table info available. > #12 0x00007ffff687f7cb in ?? () from > /usr/lib/dovecot/lib90_sieve_plugin.so > No symbol table info available. > #13 0x00007ffff7b69960 in mail_deliver (ctx=0x7fffffffe9e0, > storage_r=0x7fffffffe9a8) at mail-deliver.c:498 > ??????? muser = 0x555555777ef8 > ??????? ret = <optimized out> > ??????? __func__ = "mail_deliver" > #14 0x0000555555556fd2 in lda_deliver (stderr_rejection=false, > rcpt_to_source=<optimized out>, rcpt_to=<optimized out>, > path=<optimized out>, user=<optimi...