Displaying 20 results from an estimated 6000 matches similar to: "Oops!"
2018 Dec 15
3
Overrideing pop delete?
On 12/14/18 3:34 PM, @lbutlr wrote:
> Now that I think about it, even better would be a way to move the messages into an archive box when they are downloaded, this way they will be entirely invisible from the POP3 access, and I can use normal expiry functions to clean out that archive after backup.
We do exactly this using the "Lazy Expunge" plugin:
2019 Apr 28
1
used Lazyexpunge
I used Lazyexpunge.
I tried to create .DELETED without any hints and see that the creation
was successful.
I want to prevent users from creating .DELETED, what should I do?
My settings
> plugin {
> lazy_expunge = .DELETED/
> }
> #
>
> namespace {
> prefix = .DELETED/
> hidden = yes
> list = no
> separator = /
> location =
2012 Sep 26
1
Plugin "lazy_expunge" and subfolder
Hi Timo, hi all,
we want to use the "lazy_expunge" plugin (from dovecot 2.1.10) and had
configured it in a test environemnt like described in
"http://wiki2.dovecot.org/Plugins/Lazyexpunge" (1 namespace)
There are some subfolders from "INBOX" (like "INBOX/SPAM") in a "maildir++"
configuration. All actions on first level directories
2018 May 23
3
lazy_expunge ...
So I decided to configure this plugin and take it for a test drive ..
configured using mdbox (main namespace is
Maildir) .. So as per Wiki have the following namespaces defined ...
location is held within db ... but basically Maildir:~/Maildir for inbox
namespace
==== 8< ===============
namespace inbox {
list = yes
type = private
inbox = yes
prefix = INBOX/
separator = /
2018 May 23
2
lazy_expunge ...
deeper still looks like culprit was
fts_enforced = "no"
which i removed given default anyway ..
still get error
[root at stargate dovecot.rawlog]# doveadm search -u matt at the-bryants.net
mailbox .EXPUNGED/* from noreply at apress.com
doveadm(matt at the-bryants.net): Error: fts: Failed to sync mailbox
.EXPUNGED: Mailbox doesn't exist: .EXPUNGED
6156a416748c035b5c0b0000ef794dd1
2006 Dec 17
1
Lazy expunge plugin
There's now a plugin called lazy_expunge in CVS. Instead of EXPUNGE
expunging the mails directly, they're moved to a mailbox with same name
in another namespace where user can still copy the mails back. Also
DELETEd mailboxes are moved to another namespace.
See http://wiki.dovecot.org/Plugins/Lazyexpunge for more information.
This is similar to Cyrus's two phase expunge:
2018 May 23
1
lazy_expunge ...
You should probably exclude the .DUMPSTER folder from quota and FTS
plugin {
fts_autoindex_exclude = .DUMPSTER
quota_ruleN = .DUMPSTER:ignore
}
Aki
On 23.05.2018 13:29, Matt Bryant wrote:
> So digging a little deeper it seems this maybe an issue between
> fts/fts_lucene and lazy_expunge .. if I disable the fts plugin
>
> [root at stargate dovecot.rawlog]#? doveadm search -u
>
2014 May 20
2
lazy_expunge and shared folders
Hi,
since migration to Dovecot 2.2 I have troubles with lazy_expunge as soon as
a user shares a folder. The user the folder is shared to cannot login
anymore, dovecot logs Fatal: lazy_expunge: Unknown namespace: '.EXPUNGED/'
- When no folder is shared lazy_expunge is working fine, deleted mails are
moved to the expunged namespace and can be recovered without any problems.
- Sharing
2010 Mar 18
1
RTFM: Manual pages for Dovecot v2.0
Hello Dovecot admins.
I've started writing manual pages for Dovecot v2.0. I'm sure they are
not perfect yet.
I'd like to ask you all to read the manual pages. It would be nice to
get some ideas/suggestions/improvements. So that that the Dovecot v2.0.0
release could be distributed with /fine manuals/.
The manual pages are available at: http://wiki2.dovecot.org/ManPages
This is also
2011 Feb 10
3
xi.rename-it.nl/debian/ dovecot-2.0 sieve problem
Hi,
i used to use deb http://xi.rename-it.nl/debian/ stable-auto/dovecot-2.0 main
to update dovecot 1.2 with debian lenny. I used the convert script to change
my configuration file. Everything works fine but sieve does not work anymore.
There is no error in the logs but dovecot simply ignores any filter.
I checked the documentation/configuration twice and had still no success.
Maybe, this
2010 Feb 11
1
How to configure Lazyexpunge plugin?
Hi,
I tried the plugin but it is not working.
Am using virtual mailboxes.
I added the following in dovecot.conf then restarted dovecot.
Please guide me to the correct configuration.
##############################
namespace private {
prefix =
separator = /
inbox = yes
}
# namespace for lazy_expunge plugin:
namespace private {
prefix = .EXPUNGED/
separator = /
location =
2011 Dec 22
1
file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory ...
Hello,
i get this message every time that a user has enabled the vacation
script (into Horde webmail) in my mail.err log file:
Dec 22 10:18:16 mailserver dovecot: deliver(user324):
file_dotlock_create(~/.dovecot.lda-dupes) failed: No such file or directory
normally the reply is sent only once in the number of configured days..
but for all users the reply is sent every time...
the day
2012 Jan 14
2
IMAP maillog error: file lib.c: line 37 (nearest_power): assertion failed: (num <= ((size_t)1 << (BITS_IN_SIZE_T-1)))
Dear Mailing List,
What does this error mean and how do I fix it? I am on a Centos 4.9
>From /var/log/maillog :
Jan 14 11:54:51 hostname imap(username): file lib.c: line 37
(nearest_power): assertion failed: (num <= ((size_t)1 <<
(BITS_IN_SIZE_T-1)))
Version information :
root at hostname[/etc/rc.d/rc3.d]# dovecot --version ; dovecot -n ; cat
/etc/*release*
0.99.11
Usage:
2011 Jun 22
1
SQL config error
Currently using 2.0.12, configured the auth-sql.conf to look like this for
password lookups (doing smtp auth with postfix, so I am not actually
running pop or imap, just auth):
passdb {
driver = sql
connect = host=server.net dbname=passwd user=sqluser password='password'
default_pass_scheme = CRYPT
password_query = SELECT CONCAT(username,'@domain.net') as user, pw as
2010 May 18
1
problem trying out dovecot hg
I get:
May 18 14:56:16 exodia dovecot: master: Dovecot v2.0.beta5 (4ba05c3702be) starting up (core dumps disabled)
May 18 14:56:16 exodia dovecot: master: Error: service(pop3-login): safe_mkstemp(/tmp/dovecot-master) failed: Permission denied
May 18 14:56:16 exodia dovecot: master: Error: service(imap-login): safe_mkstemp(/tmp/dovecot-master) failed: Permission denied
"nc localhost
2009 Oct 12
1
Dovecot 1-2-6 and management-sieve
Hello,
I try to patch the dovecot-Sources to use the management-sieve.
I've downloaded the Sources, unpacked them, do a "gzip -dc
dovecot-1-2-managesieve-patch-52abc11d7f48.tar.gz |patch -p1".
I get a Error rom the patch:
patching file README.managesieve
patching file dovecot-example.conf
patching file src/master/child-process.c
patching file src/master/child-process.h
patching
2013 Nov 21
1
Gettings mails recently moved to a folder
Hello,
some spam training tools learn the same message over and over again.
Since I want to use a daily cronjob to train messages and I do not want
to have the same messages trained multiple times, I need to way to get
new messages in a folder.
Is there a (consolish) way to get a list of messages that were recently
moved to a folder? dovecot does not modify mtime, according to RFC 3501.
2012 Mar 09
1
sieve and utf-7 foldernames
Hi all,
since many dovecot/pigeonhole versions I have an error:
Mails are delivered into wrong folders if the foldername contain a german umlaut. ( ?, ?, ? )
setup: dovecot-2.1.1 / pigeonhole-0.3.0
postfix deliver to dovecot-lda
.dovecot.sieve contains this:
require
2009 Dec 31
1
Quota with Dict + SQL not updating
Hello all,
I have a Dovecot server deployed with a MySQL back end.
If the user logs in and there is no quota set for them in table 'quota', the
system will automatically inset a line with their username and current
messages/storage.
However after this it fails to update the information when to reflect new
messages coming to their inbox after the original insert of the information.
2010 Mar 29
1
Dovecot 2.0 zlib and dbox
Hello,
As per wiki instructions, I tried to enable zlib compression of mails by
adding/modifying the following snippets of configuration:
plugin {
zlib_save_level = 6
zlib_save = gz
}
and
protocol imap {
mail_plugins = fts fts_squat autocreate zlib imap_zlib
imap_id_log = *
}
I am using dbox format and delivering the mails via dovecot deliver,
however mails don't seem