Re: [Dovecot] v2.1.12 released

2012-11-30 Thread Spyros Tsiolis
> > From: Timo Sirainen >To: dovecot-n...@dovecot.org; dovecot@dovecot.org >Sent: Friday, 30 November 2012, 9:01 >Subject: [Dovecot] v2.1.12 released > >http://dovecot.org/releases/2.1/dovecot-2.1.12.tar.gz >http://dovecot.org/releases/2.1/dovecot-2.1.12.tar.gz

[Dovecot] 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-11-30 Thread Tobias Hachmer
Hello list, Although timos bugfix release this morning I can't build pigeonhole 0.3.3 for dovecot 2.1.12 successfully. I don't know if it is a new bug or if I do something wrong but with dovecot 2.1.10 all worked fine, with the same configure options. configure options (out of debian/rules fo

Re: [Dovecot] 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-11-30 Thread Timo Sirainen
On 30.11.2012, at 10.30, Tobias Hachmer wrote: > Although timos bugfix release this morning I can't build pigeonhole 0.3.3 for > dovecot 2.1.12 successfully. I don't know if it is a new bug or if I do > something wrong but with dovecot 2.1.10 all worked fine, with the same > configure > option

Re: [Dovecot] 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-11-30 Thread Tobias Hachmer
On Friday 30 November 2012 10:44:48 Timo Sirainen wrote: > You built Dovecot from a Debian package too, but don't have OpenSSL > installed?.. Thanks Timo for hte hint. openssl was installed, but the openssl development files (libssl-dev) dependency for my dovecot-dev package was missing. Regards

Re: [Dovecot] Dovecot director doveadm with switch "-A" error

2012-11-30 Thread Ramon Frontera
Hi, Thanks Timo for your help! I have installed dovecot version 2.1.12 changing format has solved "doveadm -o auth_socket_path=director-userdb quota get -A" Now, "doveadm -o auth_socket_path=director-userdb search -u user mailbox Trash savedbefore 1d" works fine Best regards! -- --

[Dovecot] Maildir conversion

2012-11-30 Thread Aristidis Fesarlis
Hi all, I am using Dovecot 1.2.7, and trying to do my first Mbox to Maildir conversion. So I created a small script: #!/bin/bash ls > userlist.txt for i in `cat userlist.txt`; do echo "-"; echo "Converting user $i..."; echo "-"

[Dovecot] Newbie Basic ACL issue

2012-11-30 Thread Muhammad Yousuf Khan
i can not impliment a basic acl to a /public/.News folder. however with out ACL it works great but after implementing acl "Public" folder can be seen while subscribing but i can not create folder inside it nor i can view already created ".News" folder. when i restart dovecot it shows me some thing

Re: [Dovecot] Maildir conversion

2012-11-30 Thread Scott Silva
> > 2. I understand that I also have to instruct my MDA (procmail) to deliver mail > to the new location. I found that I have to create an /etc/procmailrc with the > following line: > >> DEFAULT=$HOME/Maildir/ > > My question is: Some users have their own .procmailrc file inside their home > di

[Dovecot] Redelivery of mdbox messages to pass through sieve

2012-11-30 Thread Hugh Davenport
Hey, I've been slack and haven't updated my sieve script for yonks, and finally got round to it. What I was wondering is whether there was a way to basically take all the messages from a folder and pass it through sieve again. I've found earlier messages in this list, but they were for Maildi

Re: [Dovecot] Redelivery of mdbox messages to pass through sieve

2012-11-30 Thread Pascal Volk
On 11/30/2012 11:34 PM Hugh Davenport wrote: > Hey, > > I've been slack and haven't updated my sieve script for yonks, and > finally got round to it. > What I was wondering is whether there was a way to basically take all > the messages from a > folder and pass it through sieve again. I've found

Re: [Dovecot] Redelivery of mdbox messages to pass through sieve

2012-11-30 Thread Hugh Davenport
On 2012-12-01 12:30, Pascal Volk wrote: See sieve-filter(1) || http://pigeonhole.dovecot.org/doc/man1/sieve-filter.1.html Thanks muchly, I will look into this. Cheers, Hugh

[Dovecot] 回复: 2.1.12 - Pigeonhole 0.3.3 build failed: /usr/bin/ld: cannot find -lssl -lcrypto

2012-11-30 Thread Sam DWH
Did you installed openssh? Tobias Hachmer 编写: >Hello list, > >Although timos bugfix release this morning I can't build pigeonhole 0.3.3 for >dovecot 2.1.12 successfully. I don't know if it is a new bug or if I do >something wrong but with dovecot 2.1.10 all worked fine, with the same >configu