LMTP BUG

2014-12-11 Thread Peter Hodur
Hello, just setting up mail hub with Postfix & Dovecot I have found BUG in LMTP implementation. * assumptions - latest stable Postix & Dovecot, - Postfix delivers via Dovecot LMTP (virtual_transport = lmtp:127.0.0.1:24), - Dovecot userdb & passwd lookups are made via custom checkpassword interf

[Corrected] Can't get shared public folders working

2014-12-11 Thread Randall Gellens
I'm trying to use a shared public namespace. My mail client says it exists, and I can telnet in and SELECT it, but sieve scripts can't write to it. The configuration in /etc/dovecot/conf.d/10-mail.conf: # Shared namespace for Foo stuff namespace { type = public separator = '/'

Can't get shared public folders working

2014-12-11 Thread Randall Gellens
I'm trying to use a shared public namespace. Clients say it exists, but sieve scripts can't write to it. The configuration in /etc/dovecot/conf.d/10-mail.conf: # Shared namespace for Foo stuff namespace { type = public separator = '/' prefix = "#Foo/" location = mai

Re: Error: mremap_anon(###) failed: Cannot allocate memory

2014-12-11 Thread Andy Dills
On 12/08/2014 03:07, Teemu Huovila wrote: A config would always be useful, but I can venture a guess. Perhaps the affected users have a dovecot.index.cache file somehwere, e.g. under INBOX, that is larger than the memory limit for the lmtp process. Try increasing "default_vsz_limit" or the "s

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

mdbox backup strategy

2014-12-11 Thread Jiří František
Hi, now we backup maildir with rdiff-backup every single day. Backup takes almost 20hours. I would like to switch to mdbox, but how to acomplish possibility of restore emails from any date what I want? Now if I need to restore mails from the day before yesterday I put the right date to parametrs of

Re: dovecot.index.log files: what are they?

2014-12-11 Thread Thomas Klausner
On Wed, Dec 10, 2014 at 09:19:11PM +0100, Thomas Klausner wrote: > Hi! > > I have lots of these files: > > /home/wiz/Mail/my-folder-name/cur/.imap/1238738125.13533_23713.danbala:2,S/dovecot.index.log > > What are they for? > Why are they here? > Can I remove them? This was a by-product of dovec

Re: dovecot & Apple Mail & maildir & lots of Mail

2014-12-11 Thread Thomas Klausner
On Fri, Nov 21, 2014 at 10:52:38PM +0100, Thomas Klausner wrote: > I have dovecot 2.1.12 running on a mail server, and recently > configured Apple Mail to connect to it using secure IMAP, for the > first time. > > At the beginning it just showed the inbox and everything was fine, but > then I want

stacking istreams and ostreams

2014-12-11 Thread Philipp Brüll
Hello, I'm developing an encryption plugin for dovecot and ran into a problem with the stacking of i/o-streams. The encryption i/o-streams are working fine on any kind of mail the test suite is passing through them. But as soon as the zlib plugin is enabled the logs show an cache error: failed:

Re: Sieve permissions issue following update [solved]

2014-12-11 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 11 Dec 2014, David Gessel wrote: and watching the logs: dovecot: lda(ges...@blackrosetech.com): sieve: msgid=: stored mail into mailbox 'INBOX' Success! :-) The permissions correction portion of the error below still seems wrong thoug