Re: [Dovecot] salted passwords

2010-02-14 Thread Nick Rosier
Leonardo Rodrigues wrote: The idea of salted hash algorithms is to generate a different hash even if the same text is entered. That can be easily seen with dovecotpw: using NON-salted SHA256, same hash is generated for a given password [r...@correio ~]# dovecotpw -s SHA256 -p 123 {SHA

[Dovecot] revision control on maildir possible?

2010-02-14 Thread Markus Beyer
Hi, I was wondering if it is possible to put a dovecot managed maildir under a vcs like system, for example git or bzr. I'd like to have a seamless history of all mail going in and out of my mailboxes, so a vcs like system seams a good choice for me. I'm not quite sure however if that would cau

[Dovecot] comprehensive info on search capabilities?

2010-02-14 Thread Kārlis Repsons
People, where to read about how to make the most of the current Dovecot search capabilities, including squat and possibly also the related future plans? There are many aspects like IMAP protocol itself, extensions, current support into Dovecot, support among MUAs... Could you post some good link

[Dovecot] Virtual plugin and user_query

2010-02-14 Thread Arthur Titeica
Hello, As per a previous reply regarding POP3 I'm now trying to configure the virtual plugin. However I don't really understand how to modify the sql user_query to properly indicate inbox=yes. I created 3 namespaces as per wiki instructions and I've modified the password and user queries as bell

Re: [Dovecot] revision control on maildir possible?

2010-02-14 Thread Kārlis Repsons
On Sunday 14 February 2010 11:26:17 Markus Beyer wrote: > Hi, > > I was wondering if it is possible to put a dovecot managed maildir under a > vcs like system, for example git or bzr. I'd like to have a seamless > history of all mail going in and out of my mailboxes, so a vcs like system > seam

[Dovecot] Plugin question

2010-02-14 Thread Valery Gorbunov
Hi All I needs to write plugin which converting messages by replacing entier message by one of parts of this message. In another words I need show part of multipart message instead entire message. Stream substitution in *mail->v.get_stream()* function gives incorrect results because mail indexed a

Re: [Dovecot] Plugin question

2010-02-14 Thread Timo Sirainen
On Sun, 2010-02-14 at 13:09 +0200, Valery Gorbunov wrote: > Hi All > > I needs to write plugin which converting messages by replacing entier > message by one of parts of this message. In > another words I need show part of multipart message instead entire message. > Stream substitution in *mail->v

Re: [Dovecot] deliver and cloning file permissions

2010-02-14 Thread Timo Sirainen
On Sat, 2010-02-13 at 14:57 +0100, Alexander 'Leo' Bergolth wrote: > Feb 13 00:21:19 leo-x61 dovecot: deliver(leo): > fchown(/home/leo/mail/.imap/INBOX/dovecot.index.log.newlock, -1, > 12(mail)) failed: Operation not permitted (egid=100(users), group based > on /var/mail/leo) > > I know that dovec

Re: [Dovecot] So, what about clustering and load balancing?

2010-02-14 Thread Timo Sirainen
On Sun, 2010-02-14 at 01:16 -0600, Stan Hoeppner wrote: > If you use maildir format mailboxen, you physically can't run into a write > lock > contention between the MTA and the imap process because the MTA writes every > new > email to a new file name. You're ignoring dovecot-uidlist and index f

Re: [Dovecot] comprehensive info on search capabilities?

2010-02-14 Thread Timo Sirainen
On Sun, 2010-02-14 at 11:57 +, Kārlis Repsons wrote: > People, > where to read about how to make the most of the current Dovecot search > capabilities, including squat and possibly also the related future plans? > There are many aspects like IMAP protocol itself, extensions, current support

Re: [Dovecot] Virtual plugin and user_query

2010-02-14 Thread Timo Sirainen
On Sun, 2010-02-14 at 16:26 +0200, Arthur Titeica wrote: > As per a previous reply regarding POP3 I'm now trying to configure the > virtual plugin. dovecot -n output would be helpful. And set auth_debug=yes and show the logs when logging in. signature.asc Description: This is a digitally signed

Re: [Dovecot] comprehensive info on search capabilities?

2010-02-14 Thread Kārlis Repsons
On Sunday 14 February 2010 19:36:20 Timo Sirainen wrote: > Squat: Supposed to be completely transparent, but I don't like its > performance. The indexing speed is too slow. And it seems like the > incremental indexing rebuilds the index too often. (I used to use it, > but every time I wanted to do

Re: [Dovecot] comprehensive info on search capabilities?

2010-02-14 Thread Timo Sirainen
On Sun, 2010-02-14 at 19:48 +, Kārlis Repsons wrote: > On Sunday 14 February 2010 19:36:20 Timo Sirainen wrote: > > Squat: Supposed to be completely transparent, but I don't like its > > performance. The indexing speed is too slow. And it seems like the > > incremental indexing rebuilds the ind

Re: [Dovecot] POP3 with dovecot LDA and sieve

2010-02-14 Thread Arthur Titeica
On 12.02.2010 15:02, Josephus wrote: Does that really work? Not without headaches. The virtual plugin is the most annoying thing I've seen lately. I spent a whole weekend on it :( without much progress. http://old.nabble.com/Virtual-POP3-Inbox-question-td27488956.html POP3 uses only the

[Dovecot] Feature request? Make deliver quota inclusive!

2010-02-14 Thread Joachim Boltz
hi all, I'd like to make deliver put mail into a nearly full mailbox even when they become overquota as a result. The same problem came up a few weeks ago: http://dovecot.org/list/dovecot/2010-January/045695.html Since no solution was offered may I suggest this topic as an additional feature for

Re: [Dovecot] So, what about clustering and load balancing?

2010-02-14 Thread Eric Jon Rostetter
Quoting Stan Hoeppner : Eric Rostetter put forth on 2/13/2010 11:02 PM: I'm bowing out of this discussion, as I was using words in a non-precise way, and it is clear that Stan is using them in a very precise way, and hence we're not really discussing the same thing... My fault for not thinkin

Re: [Dovecot] So, what about clustering and load balancing?

2010-02-14 Thread Stan Hoeppner
Timo Sirainen put forth on 2/14/2010 1:31 PM: > On Sun, 2010-02-14 at 01:16 -0600, Stan Hoeppner wrote: >> If you use maildir format mailboxen, you physically can't run into a write >> lock >> contention between the MTA and the imap process because the MTA writes every >> new >> email to a new fi