Displaying 20 results from an estimated 20000 matches similar to: "Deleting empty folders"
2015 Mar 21
2
Deleting empty folders
Thanks Hardy. I have 1600 folders to delete.. in the end I did find -type d
-name "* 1" -exec rm -r {} \;
On 21 March 2015 at 21:22, Hardy Flor <HFlor at gmx.de> wrote:
> With
> doveadm mailbox status -u ... messages"*"
> There is a list of folders and the number of messages and then with
> doveadm mailbox delete -u ... "<name>"
> to
2015 Mar 31
2
Deleting empty folders
Hi Hardy, I had over 1600 folders, writing manually doveadm mailbox delete
would be a real pain. I guess I could script it but that's even more of a
pain. It would be nice if there was a command to remove empty mailboxes or
something similar.
On 22 March 2015 at 07:50, Hardy Flor <HFlor at gmx.de> wrote:
> Hello Samuel,
>
> with mdbox as Maildir no direct file operations
2015 Apr 10
2
Why are here ignore a simple question?
On 04/10/2015 05:10 PM, Hardy Flor wrote:
>
> Am 06.04.2015 um 09:36 schrieb Hardy Flor:
>> Hello,
>>
>> when I have with "doveadm save ..." store a message, how do I get the
>> guid or uid of this message for the setthe flags?
>>
>> Hardy
Maybe the feature is just not there? This command has just been added
and is not even on the wiki or man
2015 Mar 09
4
rawlog with -i not worked
Hello,
I have the rawlog enabled according to the
manual:http://wiki2.dovecot.org/Debugging/Rawlog
Without -i everything is wonderful, a coredump is with the -i parameter
created
****************************************
service imap-postlogin {
executable = script-login -d rawlog -i
user = vmail
}
****************************************
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012
2015 Apr 11
2
Why are here ignore a simple question?
On 04/11/2015 02:39 AM, Hardy Flor wrote:
> I had been on 3/12/2015 pointed to the lack of documentation of "doveadm
> save". It was in the changelog of 2.2.16.
Unfortunately this is not unique. Dovecot's documentation is at all
times significantly lagging behind the code, this is the MO for this
project. I guess someone will say "contributions are welcome".
There
2015 Mar 06
6
v2.2.16 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz.sig
Looks like it's been a long time since v2.2.15. There have been a ton of changes since it was released though, so here's a release candidate first to find out if somebody can find any bugs before the final v2.2.16.
Unfortunately I haven't had time/energy to
2015 Mar 06
6
v2.2.16 release candidate released
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz
http://dovecot.org/releases/2.2/rc/dovecot-2.2.16.rc1.tar.gz.sig
Looks like it's been a long time since v2.2.15. There have been a ton of changes since it was released though, so here's a release candidate first to find out if somebody can find any bugs before the final v2.2.16.
Unfortunately I haven't had time/energy to
2015 Apr 06
4
doveadm save ...
Hello,
when I have with "doveadm save ..." store a message, how do I get the
guid or uid of this message for the setthe flags?
Hardy
2014 Jul 03
1
imap(hardy): Panic: file istream-tee.c: line 138 (i_stream_tee_read): assertion failed: (last_high_offset == input->v_offset + size)
Hello,
I'm copy with imapsync (on the new server with dovecot) with a single
user all mails from a old server to the new server.
The error-message ist after 20-30 minutes in the log, and I must restart
the imapsync. The next mail is normal store on the destination box.
Hardy
2015 Apr 01
2
Deleting empty folders
On Apr 1, 2015, at 2:15 AM, Bertrand Caplet <bertrand.caplet at chunkz.net> wrote:
> Le 2015-04-01 01:16, Samuel Williams a ?crit :
>> Hi Hardy, I had over 1600 folders, writing manually doveadm mailbox delete
>> would be a real pain. I guess I could script it but that's even more of a
>> pain. It would be nice if there was a command to remove empty mailboxes or
2014 Mar 11
2
Panic: file mail-index-map.c: line 547 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
Version: 2.2.12
OS: Debian wheezy x86_64
2014 Mar 11 20:06:53 ptb-test imap(flor_hardy): Panic: file mail-index-map.c: line 547 (mail_index_map_lookup_seq_range): assertion failed: (first_uid > 0)
2014 Mar 11 20:06:53 ptb-test imap(flor_hardy): Fatal: master: service(imap): child 2760 killed with signal 6 (core dumped)
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation,
2015 Apr 06
0
Deleting empty folders
On 21 Mar 2015, at 05:18, Samuel Williams <space.ship.traveller at gmail.com> wrote:
>
> So, along with the problem of lots of folders ending in 1 1 1 1, I'd like
> to have a strategy to delete these.
>
> I was trying to understand if it is possible to use
> http://linux.die.net/man/1/doveadm-expunge to delete empty folders, but
> without also deleting messages? Is
2015 Mar 21
0
Deleting empty folders
With
doveadm mailbox status -u ... messages"*"
There is a list of folders and the number of messages and then with
doveadm mailbox delete -u ... "<name>"
to delete.
Am 20.03.2015 um 21:18 schrieb Samuel Williams:
> So, along with the problem of lots of folders ending in 1 1 1 1, I'd like
> to have a strategy to delete these.
>
> I was trying to understand
2015 Feb 25
3
btrfs for mail_attachment_dir
Hello,
I don't find any indication, that no btrfs for then filesystem for the
path in "mail_attachment_dir" is to be used. but btrfs has a big problem
with hard links in the same directory.
Nuisance is the only deal with a different file system?
Hardy
2010 Sep 30
3
[LLVMdev] CMake "sudo make install" & headers
Dear Sam,
Thanks for your detailed response, however I am using the command line tool.
The problem is that exactly the same arguments to CMake on Mac OS X and Linux give different results.
On Mac OS X, headers are not installed. On Linux, they are installed. I've tested this on Debian Linux and OS X 10.6.4 both with CMake >= 2.8.0
I am not sure how to debug this problem. Does anyone
2015 Jun 04
2
Testing SHA512-CRYPT password hashes with doveadm pw -t fails
Hi,
I use Debian jessie with Dovecot 2.2.13-11.
While writing a script for Horde to change the passwords in my passwd
file I noticed doveadm pw -t fails for SHA512-CRYPT:
# doveadm pw -s SHA1 -p test
{SHA1}qUqP5cyxm6YcTAhz05Hph5gvu9M=
# doveadm pw -t {SHA1}qUqP5cyxm6YcTAhz05Hph5gvu9M= -p test
{SHA1}qUqP5cyxm6YcTAhz05Hph5gvu9M= (verified)
# doveadm pw -s SHA512-CRYPT -p test
2011 Feb 19
5
Problem with expire plugin and expunge
Hello,
I am running dovecot 2.0.9 with expire plugin, using the sqlite backend. The
following command is executed every day by cron:
doveadm expunge -A mailbox Trash savedbefore 30d
I started to use the expire plugin about one month ago. Since then,
using "doveadm search -A mailbox Trash savedbefore <days>" with different
values for <days>, I could see every day how
2010 Oct 01
2
[LLVMdev] CMake "sudo make install" & headers
Hi,
I did this:
$ cmake -DCMAKE_INSTALL_PREFIX=~/llvm-2.8 -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 ..
$ make
$ make install
Still didn't install the headers.
$ cd ~/llvm-2.8/include/
$ ls -la
total 0
drwxr-xr-x 2 samuel staff 68 1 Oct 12:47 .
drwxr-xr-x 6 samuel staff 204 1 Oct 12:47 ..
Libraries and binaries installed fine:
$ cd ../lib/
$ ls -la
total 44600
2010 Sep 21
2
doveadm-expunge debug message clarifications
Hi!
I have some questions about doveadm-expunge's debug messages.
# /usr/local/bin/doveadm -Dv expunge -u <user> mailbox 'sa.*' SAVEDBEFORE 6h
doveadm(root): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(root): Debug: Module loaded: /usr/local/lib/dovecot/lib10_quota_plugin.so
doveadm(root): Debug: Module loaded:
2010 Sep 30
0
[LLVMdev] CMake "sudo make install" & headers
Samuel Williams <space.ship.traveller at gmail.com> writes:
[snip]
> The problem is that exactly the same arguments to CMake on Mac OS X
> and Linux give different results.
>
> On Mac OS X, headers are not installed. On Linux, they are
> installed. I've tested this on Debian Linux and OS X 10.6.4 both with
> CMake >= 2.8.0
>
> I am not sure how to debug this