Displaying 20 results from an estimated 7000 matches similar to: "feature request: IMAP passdb prefetch"
2014 Feb 20
1
dovecot with maildir not using mtime on reindex
Hi.
It seems that dovecot is using the current time, not a maildir file's mtime for INTERNALDATE when a message is re-indexed:
$ cd Index
$ rm -rf .INBOX
$ cd ../Maildir/cur
$ stat *
File: `1392914632.P54451Q0M08633.smtpin01,S=2215,W=2249:2,'
Size: 960 Blocks: 8 IO Block: 1048576 regular file
Device: 36h/54d Inode: 11132959 Links: 1
Access: (0600/-rw-------)
2013 Nov 27
1
dovecot-antispam plugin problem with multiple messages
Hi
With dovecot 2.2.5, and dovecot-antispam built from a recent HEAD pull, when copying multiple messages to or from a Spam folder, the plugin sends multiple copies of the first message to the backend. I've tried this with the pipe and spool2dir backends.
For example with the spool2dir backend, via IMAP doing
A COPY 1:3 Spam
yields 3 copies of message id 1 in the dir:
dev:imap-8.1 rplatel
2013 Aug 02
1
Custom quota setup
(Dovecot 2.2-ee)
We have a weird quota requirement, we have file storage that we manage through our own APIs but want that usage to come out of the user's mail quota.
The usage is in a maildirsize like file uncreatively called filestoresize in the user's maildir.
In the past we've been doing this by modifying the quota plugin and re-compiling, but it seems like it should be
2013 Jan 21
1
Fixing bad maildir message sizes
Hello.
As stated in my previous message, we have some old compressed maildir messages with incorrect sizes in the filename. These messages cause dovecot 2.x problems.
I'm trying to write a script to crawl all our messages, check the actual message size and if necessary, fix the filename. However, when I do this, dovecot gives the message a new UID on next login. If I change the filename
2014 Apr 23
1
zlib maildir reindex broken
I posted to the list about this a while ago but never got a response, I have a bit more information now.
Dovecot 2.2.12 and other 2.2 versions are broken when using zlib and maildir. If messages are re-indexed, the INTERNALDATE of all messages is set to the time the re-index is done.
The problem seems to be in src/plugins/zlib/zlib-plugin.c in the function zlib_mail_cache_open.
During a
2014 Apr 24
1
maildir compressed message fix patch
When a compressed maildir message has a bad S= size in its filename it puts the user in an unrecoverable state, since maildir's do_fix_size function just does a stat() on the maildir file and saves the compressed size in the filename.
This (quick, rough, barely tested) patch addresses this issue, it's inefficient, but we're already in a hopefully rare emergency situation.
---
2013 Sep 19
1
Index error copying compressed message
Hi.
Dovecot 2.2, with the zlib plugin, I think we're getting bad index entries on IMAP COPY.
On copying a message to an empty folder, in the dovecot error log I see:
Sep 19 20:34:25 imap01 dovecot: imap(grain at rp-auth-test.com): Error: Cached message size smaller than expected (615 < 971)
Sep 19 20:34:25 imap01 dovecot: imap(grain at rp-auth-test.com): Error: Corrupted index cache file
2008 Apr 03
3
Patch for zlib and maildir for 1.0.13
When using the zlib plugin with maildir and copying with hardlinks,
if a compressed message is copied, the 'Z' suffix on the file isn't
copied, so the new message isn't uncompressed when it's fetched.
I wasn't smart enough to figure out a clean way to carry a file
suffix through a copy, so I changed how the zlib-plugin detects if a
message is compressed. This
2008 Oct 23
2
1.1.5 abort with mal-formed address in header
Hi
An email with a mal-formed address in a header like:
To:(receiver at domain.com
(Starting with a comment, with no closing ')' ) causes dovecot 1.1.5
to panic and abort.
This is similar to the problem fixed by: http://hg.dovecot.org/
dovecot-1.1/rev/04fdaa2f831e
This patch seems to resolve the problem:
--- dovecot-1.1.5/src/lib-mail/message-address.c.orig 2008-10-23
2013 Sep 27
1
fts-solr indexer-worker connects to wrong solr host dovecot-2.2.4
Hello.
We're setting up fts solr and want to have the solr server host be set per-user via UserDB.
It looks like if a user connects and fts indexes mail, and then another user connects and indexes mail, indexer-worker is connecting to the first user's fts host:
User1, hammer at rp-auth-test.com connects, does a SEARCH for the first time, indexer-worker gets UserDB settings and
2006 Mar 26
2
userdb prefetch not working for passdb sql
Hi all,
I'm using 1.0.beta3 and having problems using userdb prefetch in conjuction with passdb sql. Here are my mail logs when I log to virtual account "testuser at mydomain.com" by doing "telnet localhost 143":
Mar 26 15:15:47 imapserver dovecot: Dovecot v1.0.beta3 starting up
Mar 26 15:15:49 imapserver dovecot: auth-worker(default): mysql: Connected to (null) (mail)
2019 Aug 09
4
Auth driver
Greetings!
I'm planning to implement a new auth driver. It's going to be, in concept, similar to the Lua and CheckPassword drivers, in that it allows an user program to carry out the authentication and user enumeration steps.
The rationale is that such a solution would provide better decoupling between Dovecot and the user authentication and enumeration logic. Existing integrated logic
2016 Feb 17
2
dovecot Digest, Vol 154, Issue 14
Thanks, Hajo
This mostly works, but we can?t seem to send an arbitrary mailbox name with UserDB, we have to initialize it in the config:
"namespace/inbox/mailbox=Junk namespace/inbox/mailbox/Junk/name"="Spam"
seems to initialize the folder somehow so that the subsequent
"namespace/inbox/mailbox/Junk/auto"="subscribe"
and
2002 Jul 26
1
pwdMustChange weirdness
Did anybody get to work password change enforcement with Samba PDC
running LDAP ?
It looks like it is "semi-working". I was able to enforce password
change with USRMGR, but now it keeps asking me for the password change
every time. I checked the pwdMustChange attribute and it is still set to
0 for some reason (hence checkbox for the password change enforcement in
USRMGR is still checked
2002 Oct 01
1
file quotas
Hi all,
I've compiled samba --with-quotas, turned on user and group quotas on
ext3,
assigned quotas, BUT it does not seem to be working. Windows client
always shows all available space instead of showing the quota. Do I miss
something ?
P.S. I run Debian with 2.4.19 kernel patched for ext3 ACL support (from
acl.bestbits.at).
--
Yuri Pismerov, Sr. System Administrator,
TUCOWS.COM INC.
2002 Oct 08
5
Filesystem for Samba server
> Hi,
> Sorry if this is a stupid question (bit of a newbie). I'm building a Samba
> fileserver on a box with a hardware raid array of about 65GB which I'm
> hoping to share out to the local LAN . I was wondering if the filesystem
> used (ext2,ext3, reiserfs etc) on the partition where the Samba shares
> will reside makes much of a difference? I'd obviously like to
2002 Jun 27
2
printer permissions
A stupid question. With new printing system (spoolss) how people
restrict access to the printers ? It was clear with the old system when
each printer was in a separate share. I could assign a list of valid
users for each printer share.
TIA.
--
Yuri Pismerov, Sr. System Administrator,
TUCOWS.COM INC. (416) 535-0123 ext. 1352
2002 Oct 18
4
something wrong with the list (or its members)
I've noticed the list has pretty low answer:question ratio.
I tend to think that many replies go directly to people who post the
questions and those people never bother to share the answers with the
community. I don't think this is fair so we may want to do something in
this regard. We either need certain rules that will imply posting of
summaries (as {SUN,LINUX}managers lists do), or the
2008 Mar 04
2
v1.0.11 released
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz.sig
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
- mbox: Dropped some of the physical size
2008 Mar 04
2
v1.0.11 released
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz
http://dovecot.org/releases/1.0/dovecot-1.0.11.tar.gz.sig
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
- mbox: Dropped some of the physical size