Re: Dovecot 2.2.20 autoexpunge

2015-12-22 Thread Dominik Breu
Hi Robert, the autoexpunge feature only removes mails wich have the \Delete Flag so no deletion of mails wich doesn't have this Flag(see https://tools.ietf.org/html/rfc4315#section-2.1 or http://wiki2.dovecot.org/Tools/Doveadm/Expunge) you could run a cron job with a doveadm move comando to

Re: Enabling Master User for migration

2015-05-29 Thread Dominik Breu
t; > } > > } > > service imap-login { > > inet_listener imap { > > port = 143 > > } > > inet_listener imaps { > > port = 993 > > ssl = yes > > } > > service_count = 0 > > } > > service imap { > >

Re: Enabling Master User for migration

2015-05-29 Thread Dominik Breu
Hello Charles, the bare minimum ist just the first passdb entry auth_master_user_separator = * passdb { driver = passwd-file args = /etc/dovecot/passwd.masterusers master = yes pass = yes } this will do the trick. greetings dominik Am Freitag, den 29.05.2015, 09:03 -0400 schrieb Ch

Re: Core dump at imap process

2015-05-16 Thread Dominik Breu
Hey Timo, You are correct I meant the 2.2.18 version. Thx for the fix. Greetings Dominik Am 16. Mai 2015 10:48:09 MESZ, schrieb Timo Sirainen : >On 16 May 2015, at 11:28, Dominik Breu wrote: >> >> hello list, >> >> testing the 2.18 release i got following cor

Core dump at imap process

2015-05-16 Thread Dominik Breu
hello list, testing the 2.18 release i got following core dump. Maybe Timo you can get a look at it. greetings dominik Core Dump: root@hbs-buko:/var/vmail/hbs-buko.info/dominik.breu# gdb /usr/lib/dovecot/imap core GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation,

Re: Released Pigeonhole v0.4.8.rc1 for Dovecot v2.2.17.rc1

2015-05-11 Thread Dominik Breu
Hello, did an test Install on my system get some nice SEGFAULT wich backtrace here: https://dominikbreu.de/Stikked/view/8b6b7e5b version is following: aptitude versions dovecot-sieve i 2:2.2.17~rc1-1~auto+4 best regards dominik Am Montag, den 11.05.2015, 00:42 +0200 schrieb Stephan Bosch: > He

Re: fts_languages setting is missing - disabling?

2015-04-24 Thread Dominik Breu
Hello Ralf and Timo, i got the same warning but my fts is configured to use solr and not lucene. applied the same quick fix as Ralf did maybe there is more to look at when fixing it. greets, dominik Am Freitag, den 24.04.2015, 13:00 +0200 schrieb Ralf Hildebrandt: > * Timo Sirainen : > > On 24

Re: Calendar and address book with Dovecot

2015-04-09 Thread Dominik Breu
Hello, if you don't depend on a fancy webinterface give http://radicale.org/ a shot you can auth users aganst your imap server. greets Am Donnerstag, den 09.04.2015, 17:46 +0100 schrieb mimic...@gmail.com: > Hi all > > I recently install Postfix and Dovecot, and so far so good. My assumption >

Missing amd64 on butobuild Server

2015-02-12 Thread Dominik Breu
Hello List, is there a Reason why the build server at http://xi.rename-it.nl/debian/ aren’t delivering amd64 since nearly an month? best regards dominik

Re: Migrate maildir between servers dovecot

2014-12-18 Thread Dominik Breu
Hello, i put it in 90-dsync.conf in conf.d in /etc/dovecot and run doveadm with doveadm -o mail_fsync=never -v sync -1 -R -u u...@localserver.com imapc: and it works just fine. Maybe you look at some post from randall he has the same problems to deal with. greetings, dominik Am Donnerstag, den

Re: dsync summary?

2014-12-17 Thread Dominik Breu
Hi Randall, i poked a bit anround in the dovecot wiki and found this article http://wiki2.dovecot.org/Tools/Doveadm/Sync maybe when u apply the -D parameter you will get what u looking for. greetings, dominik Am Mittwoch, den 17.12.2014, 01:39 -0800 schrieb Randall Gellens: > Is there a way for

Migrate with Dsync

2014-12-11 Thread Dominik Breu
Hello List, i have a simple and maybe stupid question but, read the guide on http://wiki2.dovecot.org/Migration/Dsync now i wonder where to put this configuration ? May i oversee something but i would appreciate any hint toward solving my problem. regards, dominik

Re: sieve: is it possible to filter ALL mailing lists (with header List-Id) to their folders with ONE rule?

2014-09-12 Thread Dominik Breu
Hello list, just a quick guess from my side: if header :matches "List-ID" "<*.*.*>" { fileinto "INBOX.${3}.${2}.${1}"; stop; } this should do the trick -dominik Am Freitag, den 12.09.2014, 20:37 +0200 schrieb A. Schulze: > Lev Serebryakov: > > > List-Id: This is decripti