Re: [Dovecot] The function that returns existance of the user.

2008-02-17 Thread Timo Sirainen
On Feb 17, 2008, at 10:37 PM, Вострухин Максим wrote: I'm changing the source code of Dovecot and I need of the function which only returns existanse of the user and doesn't do anything else. What function I should use? Thanks. There's no such function. In fact with some setups (passdb PAM

Re: [Dovecot] mailformat troubles (dovecot: stat failed: Not a directory)

2008-02-17 Thread Andrea
> -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-postfix- > [EMAIL PROTECTED] On Behalf Of mouss > Sent: Sunday, February 17, 2008 7:15 PM > Cc: [EMAIL PROTECTED] > Subject: Re: mailformat troubles (dovecot: stat failed: Not a > directory) > > Andrea wrote: > > I have recently

[Dovecot] The function that returns existance of the user.

2008-02-17 Thread Вострухин Максим
I'm changing the source code of Dovecot and I need of the function which only returns existanse of the user and doesn't do anything else. What function I should use? Thanks.

Re: [Dovecot] stat failed: Not a directory

2008-02-17 Thread mouss
Benjamin R. Haskell wrote: On Sun, 17 Feb 2008, Andrea wrote: I have recently installed dovecot on a FreeBSD mailserver running postfix. But when I try to login with imap/pop3, I always get an error "stat failed: Not a directory". I guess it is something wrong with the mail format postfix use

Re: [Dovecot] stat failed: Not a directory

2008-02-17 Thread Benjamin R. Haskell
On Sun, 17 Feb 2008, Andrea wrote: I have recently installed dovecot on a FreeBSD mailserver running postfix. But when I try to login with imap/pop3, I always get an error "stat failed: Not a directory". I guess it is something wrong with the mail format postfix uses to store the message, but I

[Dovecot] stat failed: Not a directory

2008-02-17 Thread Andrea
I have recently installed dovecot on a FreeBSD mailserver running postfix. But when I try to login with imap/pop3, I always get an error "stat failed: Not a directory". I guess it is something wrong with the mail format postfix uses to store the message, but I don't seem to find the correct solutio

[Dovecot] --without-linux-quota

2008-02-17 Thread Heiko Schlichting
Hi, compiling dovecot 1.1.beta16 with configure option "--without-linux-quota" failed in line 444 of quota-fs.c as _LINUX_QUOTA_VERSION is an unquoted "no". Additionally using "--without-linux-quota" does not remove the quota code from dovecot as I expected. This is not a problem to me but it woul

Re: [Dovecot] --disable-ipv6 does not work

2008-02-17 Thread Heiko Schlichting
Timo, > Thanks, fixed. I also added code to make sure configure fails if > --enable-ipv6 is explicitly used. Thanks. > But why do you want to disable IPv6 support? I had been thinking about > removing the option completely. I just want to prevent that someone activates IPv6 by mistake on one of

Re: [Dovecot] Dovecot pgsqlauthentication database reconnection/failover problem

2008-02-17 Thread Frank Wang
> Everything that replaces a package in RHEL5/CentOS5 is in the testing > repo and will never become stable. > > E.g. just replace the "testing" label with "replaces vendor packages" > in this case. Still you should give it a good test anyways. Thanks for pointing it out.

Re: [Dovecot] 1.0.10 - Cached message offset lost

2008-02-17 Thread Timo Sirainen
On Sun, 2008-02-17 at 00:06 +0300, Anton Yuzhaninov wrote: > After upgrading from dovecot-1.0.7 to dovecot-1.0.10 any time when I delete > message in logs appeared messages > like: > > Feb 16 23:54:05 mail-chaos dovecot: IMAP(citrin): Cached message offset lost > for seq 2 in mbox file > /spoo

Re: [Dovecot] --disable-ipv6 does not work

2008-02-17 Thread Timo Sirainen
On Sun, 2008-02-17 at 02:27 +0100, Heiko Schlichting wrote: > configure option "--disable-ipv6" does not work for me in version > 1.1.beta16 (and earlier versions). The following patch fixed this problem > for me. Thanks, fixed. I also added code to make sure configure fails if --enable-ipv6 is ex

[Dovecot] --disable-ipv6 does not work

2008-02-17 Thread Heiko Schlichting
Hi, configure option "--disable-ipv6" does not work for me in version 1.1.beta16 (and earlier versions). The following patch fixed this problem for me. Heiko --- configure.in.org2008-02-16 15:35:53.0 +0100 +++ configure.in

Re: [Dovecot] Dovecot pgsqlauthentication database reconnection/failover problem

2008-02-17 Thread Axel Thimm
On Sun, Feb 17, 2008 at 12:03:53AM +0800, Frank Wang wrote: > > On Sat, 2008-02-16 at 21:46 +0800, Frank Wang wrote: > > You can find newer Dovecot RPMs for CentOS 5 from atrpms.net. > > > Thanks for the quick reply. > I've tested the dovecot-1.0.10-0_66.el5 from atrpms.net. The reconnection > pr