Re: [Dovecot] Adding new storage backend to Dovecot

2008-04-22 Thread Curtis Maloney
Earl Dreller wrote: I'm exploring adding a new storage backend to dovecot, storing mail in some sort of database, and had a few questions. Hoping someone here might be able to help :) Other than the database storage engines already available, like maildir, mbox, and dbox? Oh... did you mean

[Dovecot] Public Namespace + ACLs + virtual users

2008-04-22 Thread Fintec
g'day! I'd just like to share my experience with public namespace and ACLs. I know this has been discussed a number of times in the past, but there were no definite answers. dovecot version i'm using: 1.0.13 Got a public namespace setup in dovecot.conf as follows: namespace public { separ

[Dovecot] Adding new storage backend to Dovecot

2008-04-22 Thread Earl Dreller
I'm exploring adding a new storage backend to dovecot, storing mail in some sort of database, and had a few questions. Hoping someone here might be able to help :) -Is all of the 'storage' specific code in housed in lib-storage/index? Would adding a new storage backend be as simple as recreating a

Re: [Dovecot] Mutually exclusive Exim setup instructions

2008-04-22 Thread Curtis Maloney
Karl Schmidt wrote: After much googling, it appears that one can use either exim or dovecot as the LDA - the trade offs are not clear. It seems that the amount of mass mails all needing to get indexed at the same time would make dovecot as the LDA create a higher server peak, -- I think the i

Re: [Dovecot] Mutually exclusive Exim setup instructions

2008-04-22 Thread Karl Schmidt
After much googling, it appears that one can use either exim or dovecot as the LDA - the trade offs are not clear. It seems that the amount of mass mails all needing to get indexed at the same time would make dovecot as the LDA create a higher server peak, -- I think the inbox is only indexed i

Re: [Dovecot] Compiling with SSL

2008-04-22 Thread Jerry Yeager
On Apr 22, 2008, at 5:00 AM, [EMAIL PROTECTED] wrote: (stuff cut out) Assuming that you have openssl installed and it is running okay, you can usually get this option included by using the LDFLAGS and CPPFLAGS For example: CPPFLAGS='-I/usr/local/include/openssl' LDFLAGS='-L/usr/local/lib -R

Re: [Dovecot] Compiling with SSL

2008-04-22 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 22 Apr 2008, Tom Ray [Lists] wrote: Problem is I'm using openssl 0.9.8g which is supposed to have the headers in it. At least that what I'm seeing when I google for openssl-dev. Am I missing something? Did you compiled openssl yourself on

[Dovecot] Solved Re: IMAP clients generate user home folders one level higher than needed

2008-04-22 Thread andel
The solution is to use [EMAIL PROTECTED] in the passwd and %0.d instead of %d in userdb static. On Tue, 22 Apr 2008 12:35:53 +0200, Johannes Berg <[EMAIL PROTECTED]> wrote: > On Tue, 2008-04-22 at 12:25 +0200, andel wrote: >> On Tue, 22 Apr 2008 11:30:52 +0200, Johannes Berg >> <[EMAIL PROTECTED]

Re: [Dovecot] Compiling with SSL

2008-04-22 Thread Tom Ray [Lists]
Anders wrote: Tom Ray [Lists] wrote: Building with SSL support ... : no Am I not doing something right? Am I reading the configuration setup wrong? (now with correct sender address for this list) Hi. I would guess that you need to install an openssl-dev developmen

Re: [Dovecot] IMAP clients generate user home folders one level higher than needed

2008-04-22 Thread Johannes Berg
On Tue, 2008-04-22 at 12:25 +0200, andel wrote: > On Tue, 22 Apr 2008 11:30:52 +0200, Johannes Berg > <[EMAIL PROTECTED]> wrote: > > > > I would guess that %d expands to "" (i.e. the empty string). Are your > > clients logging in with "[EMAIL PROTECTED]"? > > Yes, they do. > How can I find out if

Re: [Dovecot] IMAP clients generate user home folders one l evel higher than needed

2008-04-22 Thread andel
On Tue, 22 Apr 2008 11:30:52 +0200, Johannes Berg <[EMAIL PROTECTED]> wrote: > > I would guess that %d expands to "" (i.e. the empty string). Are your > clients logging in with "[EMAIL PROTECTED]"? Yes, they do. How can I find out if this is the case and what can I do about it? David

Re: [Dovecot] IMAP clients generate user home folders one level higher than needed

2008-04-22 Thread Johannes Berg
> userdb static { > args = uid=vmail gid=mail home=/srv/vmail/%d/%n > } > Where do I have to look for the cause? I did not find anything reasonable > yet. I would guess that %d expands to "" (i.e. the empty string). Are your clients logging in with "[EMAIL PROTECTED]"? johannes signature.as

[Dovecot] IMAP clients generate user home folders one level higher than needed

2008-04-22 Thread andel
Hi (Of course not the clinets generate the folders, dovecot does, but I wanted to have the title not be too long.) I am using static userdb: userdb static { args = uid=vmail gid=mail home=/srv/vmail/%d/%n } and I have configured the hostname in protocol lda. Now when mail arrives for a know

[Dovecot] Windows Mobile and IMAP proxy

2008-04-22 Thread Onno Molenkamp
Hi, We are running Dovecot proxies in front of our Dovecot IMAP servers, and were having problems with Windows Mobile clients not being able to connect. The clients would send a LOGIN command, and immediately after the succes reply a LOGOUT command. It turns out the Windows Mobile IMAP client

Re: [Dovecot] Compiling with SSL

2008-04-22 Thread Anders
Tom Ray [Lists] wrote: > Building with SSL support ... : no > Am I not doing something right? Am I reading the configuration setup wrong? (now with correct sender address for this list) Hi. I would guess that you need to install an openssl-dev development package for whatever your dist