Re: [Dovecot] Very High Load on Dovecot 2 and Errors in mail.err.

2012-06-19 Thread Jesper Dahl Nyerup
On Jun 11 23:37, Jesper Dahl Nyerup wrote: > We're still chasing the root cause in the kernel or the VServer patch > set. We'll of course make sure to post our findings here, and I'd very > much appreciate to hear about other people's progress. We still haven't found a solution, but here's what w

Re: [Dovecot] director map and mysql

2012-06-19 Thread Костырев Александр Алексеевич
thanks! but what mechanisms do I have if I want certain user to be always proxied to certain host, but if that host is down, to redirect him to another? I planned to setup two dovecot storage servers where all mailboxes are mirrored between these two servers with dsync replication like describe

[Dovecot] troncated email

2012-06-19 Thread Claude Gélinas
Hi, I'm on fc16 with dovecot and Claws Mail version 3.8.0 All email in INBOX are troncated as they arrive. I only get the title, from and date but no more core message could someone guide me so I find a solution for my problem. cannot lose my email Regards, Claude

Re: [Dovecot] director map and mysql

2012-06-19 Thread Timo Sirainen
On 20.6.2012, at 5.03, Костырев Александр Алексеевич wrote: > Is "doveadm director map" command suppose to work when I store "host" value > in mysql table? > It gives me nothing in output with no errors in log. If you return a host for a user, then Dovecot does regular proxying and director doe

[Dovecot] director map and mysql

2012-06-19 Thread Костырев Александр Алексеевич
hello! Is "doveadm director map" command suppose to work when I store "host" value in mysql table? It gives me nothing in output with no errors in log. I've successfully setup directors with static passdb, and decided to give a try setup with storing host value in mysql table. The proxying is a

Re: [Dovecot] Trouble with Trash

2012-06-19 Thread Daniel Parthey
Dominic Pratt schrieb: >As already said... I don't think it's TB: >http://www.imagebanana.com/view/ht4sofoj/thunderbird.jpg Hi Dominic, since you do not seem to have enabled the Trash plugin, Dovecot will not delete anything by itself. Thunderbird might expire the mails in your Trash mailbo

[Dovecot] message parser: Fixed infinite loop when parsing a specific message.

2012-06-19 Thread Timo Sirainen
I committed this change to all hg branches: http://hg.dovecot.org/dovecot-2.1/rev/4461b48fcc1f After that I realized that it doesn't actually matter, because it fixes only a situation where input buffer's size is less than 84 bytes. This happened on a test program where I was using a 64 byte buffe

Re: [Dovecot] Trouble with Trash

2012-06-19 Thread Dominic Pratt
As already said... I don't think it's TB: http://www.imagebanana.com/view/ht4sofoj/thunderbird.jpg Thanks anyway. Am 19.06.2012 19:54, schrieb Oscar del Rio: Thunderbird - Accounts - Server settings - Empty Trash on Exit

Re: [Dovecot] Trouble with Trash

2012-06-19 Thread Oscar del Rio
On 06/19/12 01:12 PM, Dominic Pratt wrote: My problem is, that actually old mails in the Thrash-Folder are deleted. This is crap, because I want to look at some mails again. I'm not sure if my Thunderbird does it or Dovecot. I don't think, TB does it, there's actually no option, I think.

[Dovecot] Trouble with Trash

2012-06-19 Thread Dominic Pratt
Hi guys and girls, Version: 2.0.19 - running on Ubuntu 12.04 LTS Server dovecot -n: # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.3.1 x86_64 Ubuntu 12.04 LTS mail_location = maildir:~/Maildir managesieve_notify_capability = mailto managesieve_sieve_capability = fileinto reject envelope enco

Re: [Dovecot] doveadm fetch LARGE attachments and remove message [SOLVED]

2012-06-19 Thread Bradley Giesbrecht
On Jun 18, 2012, at 6:49 AM, Timo Sirainen wrote: > On 17.6.2012, at 18.19, Bradley Giesbrecht wrote: > >> Looking at the wiki and man pages I am unsure how to fetch email attachments >> from a unix shell. >> >> I have an "doveadm search" that returns the messages that have the >> attachments

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread Stephan Bosch
Op 6/19/2012 3:13 PM, Martin Weil schreef: Am 19.06.2012 um 12:44 schrieb Stephan Bosch: Op 6/19/2012 11:20 AM, Martin Weil schreef: Indeed they did not. I incorrectly thought that a line in postfix's main.cf would change the delivery to deliver. That would have been true if I used local deli

[Dovecot] specifying home/sieve/sieve_dir relative to mail_location

2012-06-19 Thread Edgar Fuß
With 1.2, is it possible to specify home, sieve and sieve_dir relative to mail_location? I have mail_location = maildir:/import/mail/%n/:INDEX=/var/db/dovecot/indexes/%n and, in the plugin section, home = /import/mail/%n/home sieve = /import/mail/%n/dovecot.sieve

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread Martin Weil
Am 19.06.2012 um 12:44 schrieb Stephan Bosch: > Op 6/19/2012 11:20 AM, Martin Weil schreef: >> >> Indeed they did not. I incorrectly thought that a line in postfix's main.cf >> would change the delivery to deliver. That would have been true if I used >> local delivery. For virtual users postfi

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread Stephan Bosch
Op 6/19/2012 11:20 AM, Martin Weil schreef: Indeed they did not. I incorrectly thought that a line in postfix's main.cf would change the delivery to deliver. That would have been true if I used local delivery. For virtual users postfix is using "virtual" by default. So I had to add deliver to

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread Martin Weil
Am 19.06.2012 um 10:29 schrieb Stephan Bosch: > Op 6/19/2012 10:17 AM, Martin Weil schreef: >> Hi. >> >> Thanks for your hints, I altered the file but sadly, there is no change in >> behavior. It's like sieve is not doing anything at all. >> >> if header :contains ["subject"] ["Test"] { >> f

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread Stephan Bosch
Op 6/19/2012 10:17 AM, Martin Weil schreef: Hi. Thanks for your hints, I altered the file but sadly, there is no change in behavior. It's like sieve is not doing anything at all. if header :contains ["subject"] ["Test"] { fileinto :create "Folder1"; } else { fileinto :create "Folder2"; }

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread Martin Weil
Hi. Thanks for your hints, I altered the file but sadly, there is no change in behavior. It's like sieve is not doing anything at all. if header :contains ["subject"] ["Test"] { fileinto :create "Folder1"; } else { fileinto :create "Folder2"; } The lda_mailbox_autocreate option seems to be

Re: [Dovecot] dovecot-sieve and LMT

2012-06-19 Thread A.L.E.C
On 06/18/2012 07:44 PM, Martin Weil wrote: > require "fileinto"; > if header :contains ["subject"] ["Test"] { > fileinto ".Folder1"; > } else { > fileinto ".Folder2"; > } > > Of course Folder1 and Folder2 do exist. > (/var/mail/vmail/domain.com/user/mail/.Folder1 and Folder2) Don't add a dot