Re: [Dovecot] Patch Adding BASE64-PLAIN Password Scheme

2007-05-12 Thread imacat
On Sat, 12 May 2007 21:58:30 +0300 Timo Sirainen <[EMAIL PROTECTED]> wrote: > On Sun, 2007-05-13 at 00:34 +0800, imacat wrote: > > 1. I do not know if adding base64_decode() in > > passwd_file_save_results() in src/auth/passdb-passwd-file.c is > > appropriate. > This isn't needed. The generic

Re: [Dovecot] Conflict -> Dovecot + Maildrop (maildirsize)

2007-05-12 Thread censanet.com.br
Timo Sirainen wrote: On Wed, 2007-05-09 at 10:23 -0300, Roberto Gonzalez Azevedo wrote: 'maildirsize' with dovecot: " 1099511627776S 585847701 102542 5504023 959 " In both examples the quota is 1GB (1073741824S). And now ? Does anybody known how to fix that ? Looks like you're trying

Re: [Dovecot] SASL using different auth database?

2007-05-12 Thread Dave McGuire
On May 11, 2007, at 11:50 AM, Timo Sirainen wrote: If you can assign two IPs to the server, one for SMTP, and one for POP/IMAP, and you can use a SQL backend, you could craft your db schema and queries to pull the appropriate password based on the local IP of the connection. I know this isn't

[Dovecot] Mailbox creation with Spam

2007-05-12 Thread Master Abi
Hi all, I got dovecot working, but I would like to know when and what creates the mailbox (cur, new, trash, etc ). I noticed that when a client connects for the first time that mailbox is created or when a mail arrives for the first time (i think). I would like to give each mailbox a Spam fo

Re: [Dovecot] Patch Adding BASE64-PLAIN Password Scheme (was: APOP Clear Text)

2007-05-12 Thread Timo Sirainen
On Sun, 2007-05-13 at 00:34 +0800, imacat wrote: > Hi. Here is a simple patch that adds the BASE64-PLAIN password > scheme. It may not be very clean. > > 1. I do not know if adding base64_decode() in > passwd_file_save_results() in src/auth/passdb-passwd-file.c is > appropriate. This i

Re: [Dovecot] v1.1 plans

2007-05-12 Thread imacat
Could the below be added to the list, too, if time allows? * Add more comments in the source files. Add comments before each subroutine illustrating: 1. the purpose of the subroutine, 2. the arguments of the subroutine, and 3. the return value of the subroutine. Add some comments before

[Dovecot] Patch Adding BASE64-PLAIN Password Scheme (was: APOP Clear Text)

2007-05-12 Thread imacat
On Sat, 12 May 2007 01:25:45 +0800 imacat <[EMAIL PROTECTED]> wrote: > > > 2. I would like to use APOP in addition to SSL/TLS. Currently > > > Dovecot saves APOP passwords as clear text. I understand this. But is > > > it possible to have some sort of encoding, for example, Base64? Just to

Re: [Dovecot] logging IMAP size?

2007-05-12 Thread Kyle Wheeler
On Saturday, May 12 at 03:28 AM, quoth Armijn Hemel: I work for a small hosting company. We host websites and people's mail on a shared hosting server. Mail is accessed through POP3 or IMAP. I need to be able to measure the IMAP size for accounting, since people pay for the bandwidth and I need

[Dovecot] dbox redesign

2007-05-12 Thread Timo Sirainen
I don't think anyone uses dbox currently, so the whole format could still be redesigned. So I was thinking about doing two major changes: 1. Rely on index files a lot more. The flags are already stored in index files, so there's no need to waste I/O updating them to dbox files all the time. They c

Re: [Dovecot] Problems with BEFORE searches.

2007-05-12 Thread Johannes Berg
On Fri, 2007-05-11 at 16:16 -0600, Trever L. Adams wrote: > I suggest you add it before you close the connection. I've changed my script to take options: [EMAIL PROTECTED]:~$ cleanspam Usage: cleanspam [--expunge] days --expunge: expunge mail after marking older ones deleted --seen: delet

Re: [Dovecot] logging IMAP size?

2007-05-12 Thread Armijn Hemel
Hi Timo, > > is there a way to somehow log the size of an IMAP session with Dovecot? > > With POP3 there is this pop3 format string I can set in dovecot.conf, > > but I don't see an equivalent for IMAP. > > > > If so, are there any plans to add this functionality? > > IMAP has multiple mailboxes