Re: [Dovecot] dovecot 1.2 ubuntu horde xi.rename-it.nl

2009-04-24 Thread Nicolas KOWALSKI
Stephan Bosch step...@rename-it.nl writes:

 Yep, that's the current status unfortunately. The build server runs
 Debian testing and that won't install directly on stable.

[...]

 Eventually I should build an automated sbuild environment to make the
 binaries available to more Debian/Ubuntu releases.

If you have this possibility, it would be great!

Thanks for your reply,
-- 
Nicolas


[Dovecot] Virtual mailboxes, howto, examples, help? =)

2009-04-24 Thread Brandon Lamb
Using 1.2rc3
maildir format
maildir /mail/example.com/j/johndoe/{cur,new,tmp}

Is there more documentation and examples on how to configure virtual
mailboxes, or maybe more info on what it is suppose to do? From what I
could understand on the wiki, i could create a fake/virtual folder
under /mail/example.com/j/johndoe/virtual/allmail/ and inside that dir
create dovecot-virtual with

INBOX
 all

And then in my mail client i would see virtual/allmail and when i
click that folder it shows me mail from all my normal maildir folders?
Is my thinking of how to use virtual mailboxes totally off, or am I
trying to use it for what it is suppose to be used for?

So far i have been messing with various values = yes/no using the following

namespace private {
prefix = virtual/
separator = /
#   location = virtual:~/virtual
location = virtual:~/virtual:LAYOUT=maildir++
list = yes
inbox = no
subscriptions = yes
hidden = no
}

# The default namespace that is visible to IMAP clients
namespace private {
prefix =
separator = /
location = maildir:~/
list = yes
inbox = yes
subscriptions = yes
hidden = no
}

I dont know if I am retarded in my lack of ability to figure this out or what


[Dovecot] 1 Dovecot proxy to 2 real IMAP servers

2009-04-24 Thread Proskurin Kirill

Hello all.

I have 2 Dovecot IMAP servers with different mailboxes. What serves 
different email domains.


I want to add one Dovecot Proxy server and make him understand based on 
user domain - were it need to transfer a connection.

I use LDAP auth based on mail attribute.

It is possible?

P.S. Proxy documentation at dovecot.org not help at all and seems to not 
complited. :-(


--
Best regards,
Proskurin Kirill


Re: [Dovecot] Dovecot v2.0 hg tree

2009-04-24 Thread Jonathan Siegle


On Apr 23, 2009, at 8:04 PM, Timo Sirainen wrote:


http://hg.dovecot.org/dovecot-2.0/

I just did the initial commit for master process rewrite, which marks
the beginning of Dovecot v2.0. Several things are still missing/ 
broken,

but at least I was just able to successfully log in using imap :)

I left v1.3 hg tree there for now, but once v2.0 tree is fully usable
I'll just delete the v1.3 tree.



Timo,
Is there any reason to follow the 1.3 tree?

Thanks,
Jonathan

smime.p7s
Description: S/MIME cryptographic signature


[Dovecot] Quota: ldap dict

2009-04-24 Thread Marcio Merlone

Hi,

I have set a dovecot-1:1.0.10-1ubuntu5.1 server on top of a Ubuntu 8.04 
LTS box and everything goes fine. All my users are on a LDAP database 
integrated via nss_ldap, so from the dovecot point of view they are all 
local system users. Now I want to set maildir quota for everybody, and 
was wondering if I could store quota limits per user on LDAP.


As I read on http://wiki.dovecot.org/Quota/Dict, there seem to be no way 
to do that, am I right? It is ok for me to manage the current usage on 
Maildir++, but would like to retrieve the quota information from the 
LDAP server.


What do you guys recommend? Thanks in advance for any hint or rtfm.

Best regards.

--
Marcio Merlone



Re: [Dovecot] Dovecot v2.0 hg tree

2009-04-24 Thread Odhiambo ワシントン
On Fri, Apr 24, 2009 at 3:04 AM, Timo Sirainen t...@iki.fi wrote:

 http://hg.dovecot.org/dovecot-2.0/

 I just did the initial commit for master process rewrite, which marks
 the beginning of Dovecot v2.0. Several things are still missing/broken,
 but at least I was just able to successfully log in using imap :)


How do I retrieve a copy for testing? Can I do svn co ... ?

-- 
Best regards,
Odhiambo WASHINGTON,
Nairobi,KE
+254733744121/+254722743223
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Clothes make the man.  Naked people have little or no influence on
society.
  -- Mark Twain


Re: [Dovecot] Dovecot v2.0 hg tree

2009-04-24 Thread jsiegle


On Fri, 24 Apr 2009, Odhiambo  ? wrote:


On Fri, Apr 24, 2009 at 3:04 AM, Timo Sirainen t...@iki.fi wrote:


http://hg.dovecot.org/dovecot-2.0/



How do I retrieve a copy for testing? Can I do svn co ... ?


http://www.dovecot.org/download.html
Search for Mercurial Repo


Re: [Dovecot] uidvalidity file

2009-04-24 Thread Timo Sirainen
On Thu, 2009-04-23 at 20:39 -0700, Jeff Grossman wrote:
 Should I be considered with this log entry?
 
 rename(/home/vmail/jeff/dovecot-uidvalidity, 
 /home/vmail/jeff/dovecot-uidvalidity) failed: No such file or directory

Hmm. That's weird. Are you using maildir?



signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] uidvalidity file

2009-04-24 Thread Jeff Grossman
Timo Sirainen wrote:
 On Thu, 2009-04-23 at 20:39 -0700, Jeff Grossman wrote:
 Should I be considered with this log entry?

 rename(/home/vmail/jeff/dovecot-uidvalidity,
 /home/vmail/jeff/dovecot-uidvalidity) failed: No such file or directory

 Hmm. That's weird. Are you using maildir?


Yes



Re: [Dovecot] Why not just ignore sieve include error and continue read and execute the rest of sieve rules?

2009-04-24 Thread Stephan Bosch

Zhang Huangbin schreef:

Hi, all.

I use a global sieve script and include user's personal sieve script in
it, but it doesn't run while user's sieve script not exist. Why not just
ignore this error and continue read and execute the rest of sieve rules?

Basically, because it is required by the draft standard. I've coined 
something like that on the Sieve mailing list, but I haven't received a 
response thus far. I must admit however that it is barely ever useful to 
have optional script includes.


Regards,

--
Stephan Bosch
step...@rename-it.nl