Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Bill Cole
At 12:42 AM -0400 9/18/07, Benjamin R. Haskell imposed structure on a stream of electrons, yielding: On Tue, 18 Sep 2007, Bill Cole wrote: At 2:10 AM +0100 9/18/07, Timothy Murphy imposed structure on a stream of electrons, yielding: I cannot see the Family folder from my IMAPS client. Als

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Benjamin R. Haskell
On Tue, 18 Sep 2007, Bill Cole wrote: At 2:10 AM +0100 9/18/07, Timothy Murphy imposed structure on a stream of electrons, yielding: I cannot see the Family folder from my IMAPS client. Also it complains of the lack of .INBOX.directory ("Could Not Determine Resource Status"). A concrete pr

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread FiL
Timothy Murphy wrote: Surely it would take far less time to give your actual setup than it would to explain (at length) how easy it is to set it up ... Here is my server directory setup: ~/Maildir/[cur,new,tmp], ~/Maildir/.Family/[cur,new,tmp], etc. My dovecot.conf sets mail_location =

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Bill Cole
At 2:10 AM +0100 9/18/07, Timothy Murphy imposed structure on a stream of electrons, yielding: On Tue 18 Sep 2007, Bill Cole wrote: >A concrete example of an actual mail setup >and how this is seen by an IMAP client >would have been much more useful, in my view. Aside from creating the to

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Benjamin R. Haskell
On Tue, 18 Sep 2007, Timothy Murphy wrote: On Tue 18 Sep 2007, Bill Cole wrote: A concrete example of an actual mail setup and how this is seen by an IMAP client would have been much more useful, in my view. Aside from creating the top-level Maildir directory and telling whatever your delive

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Benjamin R. Haskell
On Tue, 18 Sep 2007, Timothy Murphy wrote: On Mon 17 Sep 2007, Gunter Ohrner wrote: A concrete example of an actual mail setup and how this is seen by an IMAP client would have been much more useful, in my view. There is an example of the Maildir++ directory layout on this page. Er, which

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread WJCarpenter
> My dovecot.conf sets > mail_location = maildir:~/Maildir/ dovecot has sometimes had trouble with "~". I use "%h" instead. (I think there is a mention of this on one of the wiki pages.) I don't recall if I changed to "%h" because I was having trouble or because I wanted to avoid troubl

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Timothy Murphy
On Tue 18 Sep 2007, Bill Cole wrote: > >A concrete example of an actual mail setup > >and how this is seen by an IMAP client > >would have been much more useful, in my view. > > Aside from creating the top-level Maildir directory and telling > whatever your delivery agent is where to find it (and

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Timothy Murphy
On Mon 17 Sep 2007, Gunter Ohrner wrote: > > A concrete example of an actual mail setup > > and how this is seen by an IMAP client > > would have been much more useful, in my view. > > There is an example of the Maildir++ directory layout on this page. Er, which page?

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Bill Cole
At 1:55 PM +0100 9/17/07, Timothy Murphy imposed structure on a stream of electrons, yielding: On Mon 17 Sep 2007, Bill Cole wrote: At 2:45 AM +0100 9/17/07, Timothy Murphy wrote: >I'd be really grateful if someone running a dovecot IMAP (or IMAPS) server >could tell me exactly how their em

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Gunter Ohrner
Am Montag, 17. September 2007 schrieb Timothy Murphy: > > ~/Maildir/new is where Postfix delivers new messages. ~Maildir/cur is > > where dovecot moves messages that it has seen. My mail clients do all > Where exactly do they move email to? Just where Bill wrote: New mail is delivered to ~/Maildir

Re: [Dovecot] SASL from remote server

2007-09-17 Thread Daniel L. Miller
Timo Sirainen wrote: On 17.9.2007, at 19.25, Daniel L. Miller wrote: Is there a way, using Dovecot and Postfix, to use SASL from a remote server? Since it appears the communication uses Unix sockets, does this mean it is restricted to local services only? Not directly, but there are program

Re: [Dovecot] SASL from remote server

2007-09-17 Thread Marcus Rueckert
On 2007-09-17 19:59:37 +0300, Timo Sirainen wrote: > On 17.9.2007, at 19.25, Daniel L. Miller wrote: > > >Is there a way, using Dovecot and Postfix, to use SASL from a > >remote server? Since it appears the communication uses Unix > >sockets, does this mean it is restricted to local services

Re: [Dovecot] IP based virtual users: stripping login domain?

2007-09-17 Thread Alan Ferrency
> > Curiously, what happens when you specify this: > > > > auth_username_format=%n > > passdb passwd-file { > > args = username_format=%u /etc/imap.passwd > > } > > > > In my attempt to implement something like this, I didn't find any > > straightforward way to have "username_format=%u" use the o

Re: [Dovecot] SASL from remote server

2007-09-17 Thread Timo Sirainen
On 17.9.2007, at 19.25, Daniel L. Miller wrote: Is there a way, using Dovecot and Postfix, to use SASL from a remote server? Since it appears the communication uses Unix sockets, does this mean it is restricted to local services only? Not directly, but there are programs that can do unix <

Re: [Dovecot] IP based virtual users: stripping login domain?

2007-09-17 Thread Timo Sirainen
On 17.9.2007, at 18.59, Alan Ferrency wrote: Curiously, what happens when you specify this: auth_username_format=%n passdb passwd-file { args = username_format=%u /etc/imap.passwd } In my attempt to implement something like this, I didn't find any straightforward way to have "username_format

[Dovecot] SASL from remote server

2007-09-17 Thread Daniel L. Miller
Is there a way, using Dovecot and Postfix, to use SASL from a remote server? Since it appears the communication uses Unix sockets, does this mean it is restricted to local services only? I have a two-server configuration, where my firewall also runs the mail gateway/filter (Postfix + ASSP).

Re: [Dovecot] IP based virtual users: stripping login domain?

2007-09-17 Thread Alan Ferrency
> I implemented this to v1.1: Great, thanks! Yes, my initial digging did lead me to conclude it would be a pain to add new settings into the passdb block. But the format you provided is equivalent, which works fine for me. Curiously, what happens when you specify this: auth_username_format=%n

Re: [Dovecot] Sent / Drafts / Trash folders and subscribing ?

2007-09-17 Thread Timo Sirainen
On 17.9.2007, at 18.44, Xavier Beaudouin wrote: One problem that it seems that Sent / Drafts and Trash folder are not automaticaly added as subscribed folder... These mailbox names are in no way a standard. Different clients use even different names. So it's the clients' responsibility to c

[Dovecot] Sent / Drafts / Trash folders and subscribing ?

2007-09-17 Thread Xavier Beaudouin
Hello, I am trying to migrate our configuration that use Courier-imap to dovecot, appart some users that have some issues with pop and leave messages on servers that retreive all mails into their mailboes... but this is ok for me :).. One problem that it seems that Sent / Drafts and Trash fo

Re: [Dovecot] What is your dovecot setup?

2007-09-17 Thread Timothy Murphy
On Mon 17 Sep 2007, Bill Cole wrote: > At 2:45 AM +0100 9/17/07, Timothy Murphy wrote: > >I'd be really grateful if someone running a dovecot IMAP (or IMAPS) server > >could tell me exactly how their email folders are arranged. > > Beware. You are asking to have other people tell you who you are.

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Geert Hendrickx
On Mon, Sep 17, 2007 at 11:29:42AM +0300, Timo Sirainen wrote: > On Mon, 2007-09-17 at 09:23 +0200, Geert Hendrickx wrote: > > On Mon, Sep 17, 2007 at 09:59:07AM +0300, Timo Sirainen wrote: > > > On Sun, 2007-09-16 at 20:07 +0200, Geert Hendrickx wrote: > > > > - src/plugin/quota: *BSD rpcgen doesn

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Timo Sirainen
On Mon, 2007-09-17 at 09:23 +0200, Geert Hendrickx wrote: > On Mon, Sep 17, 2007 at 09:59:07AM +0300, Timo Sirainen wrote: > > On Sun, 2007-09-16 at 20:07 +0200, Geert Hendrickx wrote: > > > - src/plugin/quota: *BSD rpcgen doesn't copy rquota.h when called with -c. > > > The Makefile should eithe

Re: [Dovecot] Possible bug in authentication cache in dovecot 1.1.alpha4

2007-09-17 Thread Timo Sirainen
On Tue, 2007-09-11 at 20:04 +0300, arvids wrote: > it seems that there is some bug in authentication cache code in dovecot > version 1.1.alpha4 - after login attempt with wrong password the correct > password also will fail. Thanks, fixed: http://hg.dovecot.org/dovecot/rev/fd7ffed49763 signatur

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Geert Hendrickx
On Mon, Sep 17, 2007 at 10:36:40AM +0300, Timo Sirainen wrote: > On Sun, 2007-09-16 at 20:22 +0200, Geert Hendrickx wrote: > > In dovecot 1.1.x, ~ is apparantly not always expanded to the homedir > > anymore. I used to have this in my 1.0 configuration file: > > > > mail_location = mbox:~/mail:IN

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Geert Hendrickx
On Mon, Sep 17, 2007 at 10:41:38AM +0300, Timo Sirainen wrote: > On Mon, 2007-09-17 at 09:23 +0200, Geert Hendrickx wrote: > > > > - apparantly the rquota_xdr.c target is not called automatically. > > > > > > ? > > > > I have to run "make rquota_xdr.c" manually, "make all" doesn't invoke it. > >

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Timo Sirainen
On Mon, 2007-09-17 at 09:23 +0200, Geert Hendrickx wrote: > > > - apparantly the rquota_xdr.c target is not called automatically. > > > > ? > > I have to run "make rquota_xdr.c" manually, "make all" doesn't invoke it. Maybe this will do it: http://hg.dovecot.org/dovecot/rev/1672a4cb665e At least

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Timo Sirainen
On Sun, 2007-09-16 at 20:22 +0200, Geert Hendrickx wrote: > In dovecot 1.1.x, ~ is apparantly not always expanded to the homedir > anymore. I used to have this in my 1.0 configuration file: > > mail_location = mbox:~/mail:INBOX=~/mbox > > The first ~ works (I can browse folders) but the second d

Re: [Dovecot] v1.1.alpha6 released

2007-09-17 Thread Geert Hendrickx
On Mon, Sep 17, 2007 at 09:59:07AM +0300, Timo Sirainen wrote: > On Sun, 2007-09-16 at 20:07 +0200, Geert Hendrickx wrote: > > - src/plugin/quota: *BSD rpcgen doesn't copy rquota.h when called with -c. > > The Makefile should either: cp the file as part of the rquota_xdr.c > > Makefile > > tar