Displaying 20 results from an estimated 7000 matches similar to: "INDEX variable and mbox_snarf plugin"
2010 Feb 02
2
Question about mbox_snarf and dovecot2.0
Hello,
I'm running revision 10622:de9d6dae7fe5 on AIX 5.3 with some local mods for our inbox hash function. I'm having a problem doing a "select inbox" when I use the mbox_snarf plugin. When I run truss on the process I see the following stat calls:
614528: kread(9, " 1 s e l e c t i n b".., 4096) = 15
614528: statx("/gpfs/inbox/14/tstem38",
2009 Feb 12
2
mbox snarf plugin + idle
I'm having a problem with mbox snarf not looking at /var/spool/mail/
when in idle mode thus never giving me a RECENT line even though there
are new messages in /var/spool/mail/ . Here are the imap commands to
reproduce the problem:
1 login userid password
2 select inbox
3 idle
When I run "select inbox" it does see my messages in /var/spool/mail/
and moves them over fine.
2008 Jul 11
1
1.1.1, mbox_snarf and duplicate messages
Hello,
I recently switched to dovecot 1.1.1 with mbox_snarf from uw-imap with
mbox driver enabled.
The mail is delivered by procmail in /var/spool/mail/user
Most of my users have a file INBOX located in $HOME/mail
The mail is transfered from /var/spool/mail/user to $HOME/mail/INBOX
every time an imap connection is done.
Things are OK with clients like thunderbird or evolution, but with imp
2010 Feb 11
1
1.2 , mail_location & mbox_snarf
Hello,
I'm currently running 1.1.20 and I'm planning to upgrade to 1.2.10
I've read carefully the wiki page "Upgrading Dovecot v1.1 to v1.2" and a
few messages concerning mail_location parameter but I still don't know
what to change in my configuration in order to keep it working after the
upgrade.
I'm using mbox format and mbox_snarf plugin.
dovecot -n :
2008 Nov 25
2
Pre-populate index files for mbox
Is there a program written that can be used to build the index files for
a given mbox file without using IMAP/POP? If not I'll be happy to donate
it when I'm done. The args would be the userid , the full path to the
mbox and where to put the index files.
-Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type:
2009 Aug 03
4
BUG: mbox_snarf causes message duplication when two IMAP connections are open
Hello,
I have used dovecot to replace an ageing wu-imap installation using
the mbox_snarf plugin however I have noticed that when we have more
than one client checking the INBOX we then have messages being
duplicated in the INBOX.
Below is the configuration used as requested in the bug report page.
I have confirmed that the duplicates are being caused by dovecot by
doing an strace of both
2009 Aug 19
1
dovecot-1.2.4, sendmail,deliver,sieve
I'm trying to setup deliver as an LDA for system users. I've read http://wiki.dovecot.org/LDA/Sendmail
which handles virtual users. I don't see a README for what I need. I
want sendmail to accept the mail and then hand off to deliver with
sieve plugin. Deliver should look in the users home directory which is
found in /etc/passwd for the sieve-script to see what to do with it.
2007 May 17
4
UW-IMAP style mbox snarfing from /var/mail/ to ~/mbox
http://dovecot.org/patches/mbox-snarf-plugin.c
Also committed to CVS HEAD.
Usage:
mail_location = mbox:~/mail:INBOX=/var/mail/%u
protocol imap {
mail_plugins = mbox_snarf
}
protocol pop3 {
mail_plugins = mbox_snarf
}
plugin {
mbox_snarf = ~/mbox
}
If ~/mbox doesn't exist, nothing special is done.
If ~/mbox exists, it's treated as INBOX and mails are moved
from /var/mail/%u
2010 Mar 25
2
1.2.11 nfs_flush_file_handle_cache_dir problems
Hi chaps
We're using the mbox_snarf plugin to snarf mail from /var/mail/%U to
~%U/Mail/inbox and using dotlocking on all accesses. This is on Solaris
with NFS mounted home directories.
We're getting a few (very few) of these for just a couple of users:
Error: nfs_flush_file_handle_cache_dir: rmdir(/var/mail) failed: Device busy
Which, having searched, I see some discussion of in the
2007 Aug 07
4
Dovecot 1.0.3: mbox problems for newly created users
Hi,
I am having problems with Dovecot 1.0.3 and Thunderbird 2.0.0.6 when
using a new user account without any mbox files present.
Directory /home/$user/.imap_mail/ does not exist when Thunderbird first
tries to login using IMAP to the account. On login this directory is
created with a zero byte Trash file and .subscriptions containing string
"Trash", so far, so good.
Now I create a
2013 Nov 18
2
Question about dovecot 2.2 and LIST command
I am running dovecot 2.2 changeset 16983:d925674c4329 on AIX. We use mbox
files with the "/" delimter. I have an imap protocol question. When I do:
1 list directory1/ *
1 OK List completed.
Is that the correct answer?
If I do
1 list "" *
it shows
* LIST (\Noselect \HasChildren) "/" "directory1"
I forget why I think that even with the delimiter, I
2008 Dec 02
1
Imap logging and inetd
When I ran /usr/local/sbin/dovecot, the variable
login_log_format_elements from dovecot.conf was honored. Now when I run
/usr/local/libexec/dovecot/imap-login from /etc/inetd.conf, it isn't.
How do I get imap-login to write log lines that use
login_log_format_elements for the format?
This is dovecot-1.2.alpha3 soon to be alpha4.
Thanks,
Jonathan
-------------- next part --------------
A
2007 Sep 28
4
Dovecot raw backtrace when copying to folder
Seeing a problem with a certain user causing dovecot to crash when copying
mail to a folder. This looks similar to a bug someone on the mailing list
posted recently.
Since the backtrace mentions the index, I tried deleting all of the index
files for the user (including subfolders) but it had no effect. Seems that
the bug still happens when creating the index for the first time.
2009 Jun 02
2
record points outside file error with dovecot revision 9116:9ae55b68cf61
I use mbox with mbox-snarf plugin.
I get errors like:
dovecot: IMAP(testuser): Corrupted index cache file /full/path/
dovecot.index.cache: record points outside file
The errors can be in either folders or INBOX.
I put some syslog statements in src/lib-index/mail-cache-lookup.c to
help understand this.
if (offset + sizeof(*rec) > cache->mmap_length) {
2007 Nov 21
2
File locking problems and duplicate emails with the snarf plugin
Two weeks ago we switched all our IMAP users (around 25,000) from the
Washington IMAP server to Dovecot, and since then there have been
several occasions when reading new email just hangs, and duplicate
emails appear. We are using the 'snarf' plugin to copy new email to the
inbox, and it looks as though the problems are caused by file locking.
We have been using the Washington IMAP server
2009 May 01
2
mbox-snarf plugin and istream-mail-stats.c revision 9000:b02c642b4e51
I'm getting this error:
May 1 09:09:30 tr27n12.aset.psu.edu syslog: PSU mbox-snarf name is
INBOX
May 1 09:09:30 tr27n12.aset.psu.edu dovecot: Panic: IMAP(tstem38):
file istream-mail-stats.c: line 75: assertion failed: (ret != -1 ||
stream->istream.eof || stream->istream.stream_errno != 0)
Will this error go away before the general 1.2 release?
Thanks,
Jonathan
2009 Jun 02
2
Running imaptest revision 209:939fa886391a built against dovecot revision 9116:9ae55b68cf61 on AIX 5.3 core dumps
# ./imaptest host=127.0.0.1 port=143 user=tstem38 pass=pass4you mbox=/
gpfs/users/t/s/tstem38/IMAP/foo4
Panic: file client.c: line 620: assertion failed: (idx >=
array_count(&clients) == NULL)
IOT/Abort trap(coredump)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2541 bytes
Desc: not available
2009 Jun 02
2
Panic with signal 6 core dump with revision 9116:9ae55b68cf61
Jun 2 10:05:14 hostname dovecot: IMAP(testuser): Panic: file istream-
raw-mbox.c: line 380: assertion failed: (new_pos > 0)
Jun 2 10:05:14 hostname dovecot: dovecot: child 544822 (imap) killed
with signal 6
(dbx) where
raise(??) at 0x90000000005a68c
abort() at 0x900000000085c2c
default_fatal_finish(type = LOG_TYPE_PANIC, status = 0), line 160 in
"failures.c"
2007 Dec 08
2
Stale NFS file handle and duplicated messages
We recently moved all our users from the Washington IMAP server to
Dovecot. There has been a substantial improvement in performance, but
some users are reporting duplicate messages, and we see 'Stale NFS file
handle' errors in the syslog. Does anyone know what would cause this ?
The errors relate to the index file, eg.
Nov 29 00:49:47 imap-e.ucl.ac.uk dovecot: [ID 107833 mail.error]
2010 Dec 03
2
question about snarf plugin in dovecot 2
I'm trying to get the snarf plugin working with dovecot 2.0.7.
Specifically, I want to use the UW-IMAP style optional snarfing.
I'm looking at the wiki2 documentation. The first question is whether
the UW-IMAP optional snarfing will require any changes to the
mail_location. The first section suggests (but doesn't specifically
state, which I'd propose be clarified) that