Displaying 20 results from an estimated 800 matches similar to: "Snarf plugin"
2012 Oct 21
1
Configuring Dovecot & Snarf plugin for the first time
I've been using uw-imap for some time on my linux system and have been
running into issues with it so I've decided to move to Dovecote, so far
it seems to have solved the issues I've been having however I need/want
to move the incoming emails out of /var/spool/mail/{user} in the same
(or similar fashion) that uw-imap did, and I found the snarf plugin.
However whenever I enable the
2017 Aug 15
1
namespace configuration error
I've got a few errors I'm trying to track down, probably all related...
Aug 15 14:03:14 xyzzy dovecot: imap-login: Login: user=<jeff>,
method=PLAIN, rip=100.8.22.62, lip=132.238.254.34, mpid=4803, TLS,
session=<fLvfl85WntFkCBY+>
Aug 15 14:03:14 xyzzy dovecot: imap(jeff): Error: namespace configuration
error: Duplicate namespace prefix: ""
Aug 15 14:03:14 xyzzy
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
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.
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
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
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
2010 Dec 10
2
dovecot 2.0 revision 12532:e030df616faf: problem with Snarf plugin
this command fails when the snarf plugin is enabled.
5 status inbox (UIDNEXT MESSAGES)
with the error:
Dec 10 13:57:57 tr27n12.aset.psu.edu dovecot: imap(tstem38): Panic: file index-transaction.c: line 71: assertion failed: (box->opened)
If it isn't easy to reproduce, I'll spit out the config.
thanks,
Jonathan
-------------- next part --------------
A non-text attachment was
2006 Feb 08
2
Simulating UW Snarf...
I already wrote to Timo, but I thought some others on this list may have
had a similar situation. So here goes:
The scenario at Michigan Technological University stems from long
standing traditions and policies that probably won't change. That said,
two of the policies are 1.)we don't bounce mail and 2.)we guarantee
delivery when we accept a piece of mail. The UW IMAP
2007 Jul 16
0
Can't compile mbox-snarf-plugin.c on AIX 5.3
Hello everyone,
I tried to compile the mbox-snarf-plugin.c (downloaded today, so I
assume it's the most recent version available) on AIX 5.3 with gcc 4.0.
Building Dovecot 1.0.1 and 1.0.2 works fine.
[root at aix root]# export DOVECOT=/root/dovecot-1.0.1
[root at aix root]# gcc -fPIC -shared -Wall -I$DOVECOT -I$DOVECOT/src/lib
-I$DOVECOT/src/lib-storage -I$DOVECOT/src/lib-mail -I
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
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 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) {
2011 Aug 27
2
: error while loading shared libraries: libdovecot.so.0 (arm cross compile)
Hi.
I've made a new attempt at build Dovecot. The build and then install
processes appeared to work find. Then when I try to run Dovecot it
reports the error:
/share/MD0_DATA/optware/opt/sbin/dovecot: error while loading shared
libraries: libdovecot.so.0: cannot open shared object file: No such file
or directory
To get a better idea of what's going on, I added
2009 Apr 29
2
Timeout leak with dovecot version dovecot1.2(8985:f43bebab3dac)
This is 64bit AIX 5.3. Looking through previous versions of dovecot, I see
this warning. I didn't realize this was something bad until today.
My environment uses mbox/mbox-snarf plugin.
The message in the logs is:
local0.log.20090429:Apr 29 12:41:16 hostname dovecot:
IMAP(jsiegle): Timeout leak: 1100054c0
In dbx(the AIX debugger) I see:
$ dbx imap
Type 'help' for help.
reading
2011 Jun 13
1
Getting duplicates when using snarf plugin with mbox backend
Running dovecot version 2.0.11. To reproduce, open two imap sessions and
issue a check command from each at the same time with new mail in the queue.
0 login testuser testpw
1 select inbox
-- Deliver mail --
2 check
Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 6002 bytes
Desc: S/MIME
2010 Nov 10
1
Dovecot and user's quota
Hi,
We are planning to use Dovecot-2.0.5 (Maildir format) as IMAP server.
Currently, we are using Postfix+UW-Imap (mbox format) with the following
configuration:
- Postfix: Sends new messages to /var/mail/user
- UW-IMAP: Reads mails from /var/mail/user and moves them to ~/nsmail/mbox
Using that configuration, when a user overtakes his HOME?s quota, the
MTA is still able to send new messages
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
2004 Sep 08
3
having trouble building r-devel
Dear R-devel
On my Windows 2000 machine, I can build R-patched but not R-devel (since at least 1/9/2004). An error message pops up during the execution of some R code during "make", as below. In terms of "make" etc., I am totally clueless (not being a user of either Linux or C) and just mechanically follow the instructions in the R documentation; hence I've got no idea
2008 Oct 14
2
Multiple maildirs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Is is possible to specify multiple maildir location in mail_location?
(default_mail_env in my case since I'm using version 1.0.rc15/debian etch).
What I want to achieve is receive mail in /var/spool/mail, which is
going to contain 1 Maildir per user, and have /home/%u/Maildir/ to store
(move) messages from spool location. Postfix is taking care