[Dovecot] Return error instead of dying on time back skip?

2007-05-02 Thread Amon Ott
Hello everybody!

Currently, dovecot just kills itself if it detects that time has moved 
backwards more than a hardcoded number of seconds. I accept the 
reasons, but I do not like to restart dovecot manually after waiting 
for time to move forward again. A cron job would not help, because 
time might still be wrong when it restarts dovecot.

All our systems run ntpd, but they might be offline for a while before 
they get contact to a time server, e.g. because of DSL problems. When 
they do get contact and time is too far off, ntpd sets the new time 
directly (yes, it could gradually do that, but it might take ages).

Now I wonder if Dovecot could return errors to the users instead of 
dying until time is fine again, e.g. System time has moved 
backwards, please come back in n seconds. If the time skip is just a 
few seconds, it can of course delay and then go on as it does now. 

With this change, no admin would be needed to carefully restart 
Dovecot at the right time. I have not looked into Dovecot code myself 
yet, but could try a patch if necessary.

Amon Ott
-- 
Amon Ott - m-privacy GmbH
Am Köllnischen Park 1, 10179 Berlin
Tel: +49 30 24342334
Fax: +49 30 24342336
Web: http://www.m-privacy.de
Handelsregister:
 Amtsgericht Charlottenburg HRB 84946
Geschäftsführer:
 Dipl.-Kfm. Holger Maczkowsky,
 Roman Maczkowsky
GnuPG-Key-ID: EA898571


[Dovecot] Migrate from dovecot to dovecot.. new server

2007-05-02 Thread Lars Johansen
Hi

We have been running a dovecot server for some time.. users connect with
pop.

Now this server is going to be substituted with a new one.. before we
used mbox, but now we will move to maildir!

I have done some testing transfering the mail with the mb2md script, the
conversion works correctly, but users gets duplicates since they
selected keep mail on server

I have googled for the problem, and set
pop3_reuse_xuidl=yes
and
pop3_uidl_format = %08Xu%08Xv is the same on both servers.. but no luck.

My first tought was to script in an X-UIDL header for each mail that
was  converted.. but that wont work since the mail already downloaded by
the client didnt contain that header..

is there anyone that has some experience with this, or knows if its
possible?

Many Greetings,

Lars Johansen




[Dovecot] Switching from mailbox to maildir.. duplicates!

2007-05-02 Thread Lars Johansen
Hi

We have been running a dovecot server for some time.. users connect with
pop.

Now this server is going to be substituted with a new one.. before we
used mbox, but now we will move to maildir!

I have done some testing transfering the mail with the mb2md script, the
conversion works correctly, but users gets duplicates since they
selected keep mail on server

I have googled for the problem, and set
pop3_reuse_xuidl=yes
and
pop3_uidl_format = %08Xu%08Xv is the same on both servers.. but no luck.

My first tought was to script in an X-UIDL header for each mail that
was  converted.. but that wont work since the mail already downloaded by
the client didnt contain that header..

is there anyone that has some experience with this, or knows if its
possible?

Many Greetings,

Lars Johansen



[Dovecot] Migrate from dovecot to dovecot.. new server

2007-05-02 Thread Lars Johansen
Hi

We have been running a dovecot server for some time.. users connect with
pop.

Now this server is going to be substituted with a new one.. before we
used mbox, but now we will move to maildir!

I have done some testing transfering the mail with the mb2md script, the
conversion works correctly, but users gets duplicates since they
selected keep mail on server

I have googled for the problem, and set
pop3_reuse_xuidl=yes
and
pop3_uidl_format = %08Xu%08Xv is the same on both servers.. but no luck.

My first tought was to script in an X-UIDL header for each mail that
was  converted.. but that wont work since the mail already downloaded by
the client didnt contain that header..

is there anyone that has some experience with this, or knows if its
possible?

Many Greetings,

Lars Johansen



[Dovecot] Migrate from mlbox to maildir, lock problem

2007-05-02 Thread Sylvain Nemtua

Hi

We've been using dovecot successufly for few month.

Previous setup : solaris 8, postfix+LDA, mbox + index on NFS (Netapp),
2500 accounts
Everything shared overs NFS, multiple servers connect to index, mbox.
mail_location =
mbox:/var/mail/mbox/%u:INBOX=/var/mail/%u:INDEX=/var/mail/indexes_dovecot/%u
We had at first some issue with mbox locking, using lock_method =
dotlock solve the issue.
The problem seemed to be with fcntl.

I Migrate to maildir to ease administration to use maildir quota
I use mb2md-3.20.pl to migrate the mbox everything works smooth.

Actual setup : solaris 8, postfix+LDA, maildir + index + control on NFS (Netapp)

I change the mail_location settings to
mail_location =
maildir:/var/mail/maildir/%u:INDEX=/var/mail/indexes_dovecot/%u:CONTROL=/var/mail/dovecot_control/%u

And now I'm facing new locking issue :

Errors on user loging, users leaving mail on server downloading the
same mail over and over.

Numerous entries in log files :

May  2 11:19:03 gregorie dovecot: [ID 107833 mail.error] POP3(carini):
Maildir /var/mail/maildir/carini sync: UID inserted in the middle of
mailbox
(13  1, file = 1178097228.P16222Q0M452645.yder,S=22935:2,)
May  2 11:19:03 gregorie dovecot: [ID 107833 mail.info] POP3(carini):
Disconnected: Mailbox is in inconsistent state. top=0/0, retr=0/0,
del=0/0, s
ize=0
May  2 11:19:03 gregorie dovecot: [ID 107833 mail.error] POP3(carini):
Couldn't init INBOX: Internal error occurred. Refer to server log for
more i
nformation. [2007-05-02 11:19:01]

Seems to be locking issue, numerous .nfs files in INDEX  CONTROL location

The maildirsize  dovecot-uidlist files aren't update properly

Does the patch posted here still apply ?
http://dovecot.org/list/dovecot/2006-December/018145.html

Is the any

ls -lai ../dovecot_control/carini
total 168
  1241498 drwx--   3 carini   10008   4096 May  2 08:38 .
  2194825 drwxrwxrwx 890 root mail   69632 May  2 12:02 ..
  2272724 drwx--   2 carini   10008   4096 May  2 12:09 .INBOX
  1600612 -rw---   1 carini   10008 31 May  1 00:16 .nfs70B454
   874201 -rw---   1 carini   10008 31 May  2 05:02 .nfs976604
   257061 -rw---   1 carini   10008 30 May  1 10:15 .nfsB57E54
   319327 -rw---   1 carini   10008 31 Apr 30 13:03 .nfsD66BD3
   319326 -rw---   1 carini   10008 25 Apr 30 11:58 .nfsDA3144
   874204 -rw---   1 carini   10008144 May  2 12:09 maildirsize
[EMAIL PROTECTED]/var/mail/maildir# ls -lai ../dovecot_control/carini/.INBOX/
total 72
  2272724 drwx--   2 carini   10008   4096 May  2 12:09 .
  1241498 drwx--   3 carini   10008   4096 May  2 08:38 ..
  1648711 -rw---   1 carini   10008369 May  2 09:38 .nfs05BB04
  1539511 -rw---   1 carini   10008 58 Apr 30 13:03 .nfs076BD3
  1648718 -rw---   1 carini   10008101 May  2 12:04 .nfs16A114
  1648715 -rw---   1 carini   10008101 May  2 11:13 .nfs4A5F04
  1539510 -rw---   1 carini   10008 56 Apr 30 11:58 .nfs8B3144
  1648714 -rw---   1 carini   10008149 May  2 11:45 .nfs97B014
  1648716 -rw---   1 carini   10008100 May  2 11:23 .nfs9EAF04
  2165940 -rw---   1 carini   10008 58 May  1 00:16 .nfsA0B454
  1648710 -rw---   1 carini   10008 56 May  2 05:02 .nfsC76604
  1648713 -rw---   1 carini   10008105 May  2 09:44 .nfsCF0D74
  1648712 -rw---   1 carini   10008154 May  2 09:55 .nfsD62C04
  1654025 -rw---   1 carini   10008 57 May  1 10:15 .nfsF67E54
  1648717 -rw---   1 carini   10008 58 May  2 12:04 dovecot-uidlist



thanks for your help

sylvain nemtua


[Dovecot] Best authentication option

2007-05-02 Thread Eric
Dear Dovecot experts,
I have a small home server debian based, with postfix/dovecot/squirrelmail
installed locally and working. Dovecot is used non-secured (no imaps) but
only on the 192.168.0.100 address (address of the server on the local
network). I want to use squirrelmail to read my email from outside.
Squirrelmail can configured to access it in particular, either through
cram-md5 or login auths.
In that situation, is it better (I mean more secure) to use : 1) auth
mechanim = cram-md5 or 2) auth mechanism = plain (using PAM authentication
for dovecot) ? That will determine my dovecot configuration.

Thank you

Eric





Re: [Dovecot] Best authentication option

2007-05-02 Thread John Robinson

On 02/05/2007 12:13, Eric wrote:

Dear Dovecot experts,
I have a small home server debian based, with postfix/dovecot/squirrelmail
installed locally and working. Dovecot is used non-secured (no imaps) but
only on the 192.168.0.100 address (address of the server on the local
network). I want to use squirrelmail to read my email from outside.
Squirrelmail can configured to access it in particular, either through
cram-md5 or login auths.
In that situation, is it better (I mean more secure) to use : 1) auth
mechanim = cram-md5 or 2) auth mechanism = plain (using PAM authentication
for dovecot) ? That will determine my dovecot configuration.


What Squirrelmail can do doesn't matter, you need to get your web server 
using SSL, so your password is encrypted going over the 'net to get to 
your home server. Then you may as well use 2.


Cheers,

John.


Re: [Dovecot] Strange directory created at dovecot launch

2007-05-02 Thread Uldis Pakuls

Eric wrote:

I installed dovecot from scratch and compiled it from 1.0.0 source.
Installed in /usr/local.
Now everytime I launch dovecot it creates and uses
/usr/local/var/lib/dovecot and /usr/local/var/run/dovecot directories. For
the latter I found the modifications to do in dovecot.conf for using
/var/run/dovecot instead, but for the former I see nothing about such
directory in dovecot.conf. What happens ? How can I configure it so that
dovecot uses /var/lib/dovecot instead ?
  

Default locations must be set before compilation using ./configure
You need  to run ./configure --localstatedir=/var
run ./configure --help for all configure options

Actually thees are general make options, but i recommend to look at 
dovecot specific too.
...and. it is good idea too, to adjust other file locations (like 
--bindir, --libexecdir, etc)  to match your system layout.

Thank you

Eric
  

Uldis


Re: [Dovecot] Switching from mailbox to maildir.. duplicates!

2007-05-02 Thread Sylvain Nemtua

I'm having the same issue, but only with client using outlook (not
outlook express)

On 5/2/07, Lars Johansen [EMAIL PROTECTED] wrote:

Hi

We have been running a dovecot server for some time.. users connect with
pop.

Now this server is going to be substituted with a new one.. before we
used mbox, but now we will move to maildir!

I have done some testing transfering the mail with the mb2md script, the
conversion works correctly, but users gets duplicates since they
selected keep mail on server

I have googled for the problem, and set
pop3_reuse_xuidl=yes
and
pop3_uidl_format = %08Xu%08Xv is the same on both servers.. but no luck.

My first tought was to script in an X-UIDL header for each mail that
was  converted.. but that wont work since the mail already downloaded by
the client didnt contain that header..

is there anyone that has some experience with this, or knows if its
possible?

Many Greetings,

Lars Johansen




Re: [Dovecot] Best authentication option

2007-05-02 Thread Gabriel Millerd

On 5/2/07, Eric [EMAIL PROTECTED] wrote:

Thank you for your answer. What do you mean by you may as well use 2 ?
You mean both authentication options ? I though we have to decide in
dovecot.conf to use one option or another one...
I do force the use of my webserver (lighttpd) through https. My question
was the best option between plain/PAM and cram-md5 authentications
locally.


   the login information between squirrelmail and imaps could be
secured, but that communication is only occuring on the 'localhost'
typically you would only worry about imap communications when the
webserver and the imap server are not on the same machine. (as well as
when the smtp server is not) to protect the passwords on the wire.

  in the end http://en.wikipedia.org/wiki/CRAM-MD5 is superior
security to login-plain text

--
Gabriel Millerd


[Dovecot] Strange Mail Problem

2007-05-02 Thread Jason Baker
I submitted this question to the Postfix maillist and they suggested 
that I post to this one.


Here's my issue:

I have a Postifx email system running on a CentOS 4 box, with Dovecot 
pop3 and imap. Last week, one of my users reported to me that about a 
dozen emails suddenly showed up in his in box (as unread messages), but 
none of them were addressed to him. Under further investigation, they 
turned out to be from another user's inbox. The messages were all over a 
month old. How could mail simply show up in one inbox from another 
user's? We're using Mozilla Thunderbird 1.5. Anyone else run into issues 
like this?

--

*Jason Baker
*/IT Coordinator/


*Glastender Inc.*
5400 North Michigan Road
Saginaw, Michigan 48604 USA
800.748.0423
Phone: 989.752.4275 ext. 228
Fax: 989.752.
www.glastender.com http://www.glastender.com

-BEGIN GEEK CODE BLOCK- 
Version: 3.1

GIT$ d- s: a C++$ LU+++$ P+ L++L !E--- W+++ N o? K?
w !O M !V PS PE++ Y? PGP- t 5? X+ R+ tv+ b- DI-- D++ G e+ h--- 
r+++ y+++

--END GEEK CODE BLOCK--



[Dovecot] How to use option allow_nets?

2007-05-02 Thread Bernd Kuhls

Hi,

according to
http://wiki.dovecot.fi/PasswordDatabase/ExtraFields/AllowNets

there exists an option allow_nets to restrict IP ranges from where
users are allowed to login to Dovecot.

I am using Debian Etch with the official Dovecot packages:
# dpkg -l | grep dovecot
ii  dovecot-common1.0.rc15-2
ii  dovecot-imapd 1.0.rc15-2
ii  dovecot-pop3d 1.0.rc15-2

using a mostly unchanged dovecot.conf.

I tried to add the line

  allow_nets=127.0.0.0/8,192.168.0.0/16

in the block

  passdb pam {

which is the default enabled auth code in Debian.

When starting Dovecot I get this error message:

# /etc/init.d/dovecot start
Starting mail server: dovecot
Error: Error in configuration file /etc/dovecot/dovecot.conf line 777: 
Unknown setting: allow_nets


According to the Dovecot changelog
 2006-02-27 18:46  Timo Sirainen [EMAIL PROTECTED]

* src/auth/: auth-request.c, auth-request.h: Added allow_nets
   extra field. If set, the user can log in only from within the
   given networks (hope the code is correct...)

the option exists since February 2006, while the Debian package was
released in December 2006.

What I am doing wrong?

Using TCP wrappers instead seems not to be an option according to
http://dovecot.org/list/dovecot/2006-April/012476.html

Greetings, Bernd Kuhls



Re: [Dovecot] busy still for a week

2007-05-02 Thread Marc Perkel



Timo Sirainen wrote:

This school year is pretty much finished next thursday (for the classes
I intended to pass). After that I should again have enough energy to
read and answer the 150 mails in this list .. :) And maybe release
v1.0.1 fixing the newly found bugs.

  


Just curious, has there been a surge of Dovecot users since 1.0? I'm 
just wondering if there really were people holding out for the 1.0 number?




Re: [Dovecot] assertion failed

2007-05-02 Thread Jan-Frode Myklebust
On 2007-04-26, Adrian Stoica [EMAIL PROTECTED] wrote:
 What is this ?


We just saw the same fault today when we switched from courier
to dovecot on a large system today. The ~username/dovecot-uidlist
contained:

1 -1 0

and deleting this file plus it's lockfile seems to have fixed the
problem for the two users this happened for.



   -jf



Re: [Dovecot] How to use option allow_nets?

2007-05-02 Thread Geert Hendrickx
On Wed, May 02, 2007 at 03:19:36PM +0200, Bernd Kuhls wrote:
 I tried to add the line
 
   allow_nets=127.0.0.0/8,192.168.0.0/16
 
 in the block
 
   passdb pam {
 
 which is the default enabled auth code in Debian.


allow_nets is a passdb field (for example in an SQL passdb), not a
dovecot.conf directive.

Geert


Re: [Dovecot] Strange Mail Problem

2007-05-02 Thread Jason Baker

Sorry, here it is:
Version:
dovecot-0.99.11-4.EL4

## Dovecot 1.0 configuration file

imap_listen = *
pop3_listen = *
imaps_listen = *
pop3s_listen = *
log_path = /var/log/dovecot/dovecot.log
info_log_path = /var/log/dovecot/dovecot.log
login_dir = /var/run/dovecot-login
login = imap
login = pop3
max_mail_processes = 2056
mbox_locks = fcntl
auth = default
auth_mechanisms = plain
auth_userdb = passwd
auth_passdb = pam
auth_process_size = 512
auth_user = root
auth_count = 10
auth_verbose = yes
auth_debug = yes

*Jason Baker
*/IT Coordinator/


*Glastender Inc.*
5400 North Michigan Road
Saginaw, Michigan 48604 USA
800.748.0423
Phone: 989.752.4275 ext. 228
Fax: 989.752.
www.glastender.com http://www.glastender.com

-BEGIN GEEK CODE BLOCK- 
Version: 3.1

GIT$ d- s: a C++$ LU+++$ P+ L++L !E--- W+++ N o? K?
w !O M !V PS PE++ Y? PGP- t 5? X+ R+ tv+ b- DI-- D++ G e+ h--- 
r+++ y+++

--END GEEK CODE BLOCK--



Kyle Wheeler wrote:

On Wednesday, May  2 at 09:13 AM, quoth Jason Baker:
I have a Postifx email system running on a CentOS 4 box, with Dovecot 
pop3 and imap. Last week, one of my users reported to me that about a 
dozen emails suddenly showed up in his in box (as unread messages), 
but none of them were addressed to him. Under further investigation, 
they turned out to be from another user's inbox. The messages were 
all over a month old. How could mail simply show up in one inbox from 
another user's? We're using Mozilla Thunderbird 1.5. Anyone else run 
into issues like this?


What version of Dovecot? What config options?

~Kyle


Re: [Dovecot] Migrate from mlbox to maildir, lock problem

2007-05-02 Thread Sylvain Nemtua

Problem solved by migrating to solaris 10 !


Re: [Dovecot] Strange Mail Problem

2007-05-02 Thread Charles Marcus

On 5/2/2007 Jason Baker ([EMAIL PROTECTED]) wrote:

Sorry, here it is:
Version:
dovecot-0.99.11-4.EL4


Upgrade...

0.99 is no longer supported...

--

Best regards,

Charles


[Dovecot] read only maildir

2007-05-02 Thread Nagyon Almos

Hello All,

I try to set up a read only maildir
just as in the wiki, to no avail.
  The extra (public) namespace shows up but
I can not susbscribe to it (in thunderbird) or
if I change to that directory (in mutt), 
it is empty.
  Is it the problem mentioned in the wiki (SharedMailboxes#Subscriptions)?
If yes, how can I see/use a folder which is not subscribeable?

Any help would be greatly appreciated.

Regards,
A.



_
Egy anya oda se bagózik a megjelenésedre. Szerinte gyönyörű vagy és 
punktum. Meglepetéskönyvek anyák napjára.
http://ad.adverticum.net/b/cl,1,6022,162660,225668/click.prm 



[Dovecot] some clarification re: ACL?

2007-05-02 Thread Matt Zukowski
The ACL documentation is at http://wiki.dovecot.org/ACL is a bit 
vague... I'd be happy to update it myself, but I need some clarification:


For example, I have a dovecot-acl file with:

group=portal_admin lrw
anyone l

To me this means that any user in the portal_admin group should be able 
to open and read messages in the shared mailbox where this dovecot-acl 
file resides. All other users should be able to see the mailbox, but 
won't be able to open it.


What I'm finding is that in actuality NO ONE can open the mailbox. Users 
in the portal_admin group cannot open it.


Am I misreading how ACL is supposed to work? Or does the group= 
identifier simply not work? I guess I should mention that these groups 
are coming from active directory hooked up on the back-end with winbind, 
but I think this should be transparent to dovecot (i.e. dovecot 
shouldn't know the difference between groups originating from active 
directory versus local groups after all, it doesn't seem to 
differentiate between active directory users versus local users or 
am I wrong about this?)


Secondly, what is the group-override identifier supposed to do?

Thirdly, are spaces and other special characters allowed in the 
group/username identifiers?


Thanks,
Matt.


-


This e-mail message is privileged, confidential and subject to copyright. Any unauthorized use or disclosure is prohibited. 
Le contenu du pr'esent courriel est privil'egi'e, confidentiel et soumis `a des droits d'auteur. Il est interdit de l'utiliser ou de le divulguer sans autorisation.





Re: [Dovecot] read only maildir

2007-05-02 Thread Nagyon Almos





If it's read-only, then your user can't write the 'subscriptions' file; 
as root, edit that file and manually insert the subscription, then your 
clients should pick it up.

Thanks for the quick reply.

Is it subscriptions or .subscriptions or in the singular 
(without the ending s)? Where should it be exactly?
In the directory specified by the location option or
by the CONTROL suboption? And what should it contain?
Sorry to ask too much, but I am (very) new to dovecot.

Best regards,
A.


_
Egy anya oda se bagózik a megjelenésedre. Szerinte gyönyörű vagy és 
punktum. Meglepetéskönyvek anyák napjára.
http://ad.adverticum.net/b/cl,1,6022,162660,225668/click.prm 



Re: [Dovecot] read only maildir

2007-05-02 Thread Troy Engel

Nagyon Almos wrote:


Is it subscriptions or .subscriptions or in the singular 
(without the ending s)? Where should it be exactly?


If you run dovecot 0.99, it's .subscriptions; if you run dovecot 1.0, 
it's subscriptions - so adjust as necessary. It is always located in the 
Maildir/ directory itself - take a look at your own personal maildir 
folder and it should be pretty obvious.


The contents should be the name of the subfolder itself. Again, looking 
at your personal folder and just copying the idea to the shared one 
should be all you need to do.


-te

--
Troy Engel | Systems Engineer
Fluid, Inc | http://www.fluid.com


Re: [Dovecot] read only maildir

2007-05-02 Thread Charles Marcus
If you run dovecot 0.99, it's .subscriptions; if you run dovecot 1.0, 
it's subscriptions - so adjust as necessary. It is always located in the 
Maildir/ directory itself - take a look at your own personal maildir 
folder and it should be pretty obvious.


It goes without saying that if you are running 0.99 - UPGRADE.

--

Best regards,

Charles


Re: [Dovecot] read only maildir

2007-05-02 Thread Nagyon Almos




If you run dovecot 0.99, it's .subscriptions; if you run dovecot 1.0, 
it's subscriptions - so adjust as necessary. It is always located in the 
Maildir/ directory itself - take a look at your own personal maildir 
folder and it should be pretty obvious.

The contents should be the name of the subfolder itself. Again, looking 
at your personal folder and just copying the idea to the shared one 
should be all you need to do.

Thank you for your help.
The location of the subscriptions file is now clear.

The situation is getting better:
  mutt does not see the read-only maildir,
even if I have two subscriptions file in Maildir/ and in CONTROL directory
(empty directory).
  thunderbird now sees the folders in the read-only Maildir/ no matter what
was specified in the subscriptions files (again, I have them under both 
Maildir/ and CONTROL).
And I can subscribe/unsubscribe to them.
But if I click on the name of the folder, thunderbird says: 
Mailbox does not exist. And there is absolutely nothing in dovecot's log.

If it matters, I use Edgy, hence dovecot 1.0rc2, mutt 1.5.13 and thunderbird 
1.5.0.10.

Again, thank you for your help.
By the way, do you have working read-only folders?
If yes, would you please send me the details?

Best regards,
A.

_
Egy anya oda se bagózik a megjelenésedre. Szerinte gyönyörű vagy és 
punktum. Meglepetéskönyvek anyák napjára.
http://ad.adverticum.net/b/cl,1,6022,162660,225668/click.prm 



[Dovecot] upgrading to dovecot 1.0

2007-05-02 Thread aza zel

hi,
i'm using dovecot 1.0 rc26 and i want to upgrade to dovecot 1.0; i want to
know if i must uninstall previus version or i can install overriding prevus
install .

Thanks in advance!!!


Re: [Dovecot] upgrading to dovecot 1.0

2007-05-02 Thread Charles Marcus

aza zel wrote:

hi,
i'm using dovecot 1.0 rc26 and i want to upgrade to dovecot 1.0; i want to
know if i must uninstall previus version or i can install overriding prevus
install .


Use the procedure recommended by the package maintainer for your distro...

Or, if you rolled your own, you shouldn't have to ask this question...

;)

--

Best regards,

Charles


Re: [Dovecot] 200 pop3-login processes

2007-05-02 Thread Francisco Reyes

Zbigniew Szalbot writes:


I am using dovecot 1.0.0 and have only 5 pop3 users. However, I have
counted over 200 pop3-loging processes. I just wonder if it is normal for
dovecot (has been running maybe for 2-3 weeks after installing the stable
verion).


What is your login_processes_count in dovecot.conf?


Re: [Dovecot] Any plans for storing messages on a database?

2007-05-02 Thread Francisco Reyes

Scott Silva writes:


If you want to experiment with a inexpensive NAS with replication, look at
Freenas. It can do nfs sharing and automatic replication with rsync.
And it is free and based on Freebsd. Still immature, but it has a lot of 
promise.


Our experience with FreeBSD+NFS has been less than stellar.
We had a lot of issues when we tried to use NFS as a mailstore repository in 
FreeBSD.


Re: [Dovecot] Any plans for storing messages on a database?

2007-05-02 Thread Francisco Reyes

John Rowe writes:


gluster is looking extremely interesting although it's rather new.


Thanks. Saw it on a list of distributed FS but didn't click on it.

I was planning to take a look at AFS and Coda to start. Will also take a 
look at gluster, although so far it seems a Linux only FS.




[Dovecot] File Changes and IDLE

2007-05-02 Thread Andy Shellam

Hi Timo and all,

I used to use Dovecot back in the 0.99 days a couple of years ago, had 
since moved to Courier IMAP, but with the release of Dovecot 1.0.0, I'm 
looking at moving back!


One thing I currently have set up and working with Courier is the use of 
the enhanced IDLE mode, whereby Courier uses FAM (File Alteration 
Monitor) to monitor changes in the INBOX, and sends the details to the 
client as soon as a new mail arrives.


Is this something that Dovecot supports?
If possible, I'd prefer not to use FAM, as it crashes at random 
intervals and I have to keep restarting it.


When I configured Dovecot, it said File change notification method 
. : none.  Does this mean FreeBSD doesn't support any method of 
notifying of file changes?  Is there any way I can install, or 
re-configure the kernel, to include this support?


Thanks,

Andy


Re: [Dovecot] Any plans for storing messages on a database?

2007-05-02 Thread Francisco Reyes

Troy Benjegerdes writes:


http://www.openafs.org/pipermail/port-freebsd/2007-February/000199.html
The freebsd port looks like it might be a bit hairy yet though.


AFS and CODA are on my list to check.
Another user in this list mentioned Gluster.
I must say gluster looks very interesting.



Re: [Dovecot] Any plans for storing messages on a database?

2007-05-02 Thread Troy Benjegerdes
On Wed, May 02, 2007 at 07:06:43PM -0400, Francisco Reyes wrote:
 John Rowe writes:
 
 gluster is looking extremely interesting although it's rather new.
 
 Thanks. Saw it on a list of distributed FS but didn't click on it.
 
 I was planning to take a look at AFS and Coda to start. Will also take a 
 look at gluster, although so far it seems a Linux only FS.

I think you should at least try Coda, but don't spend too much time on
it. It is mostly a research project. I don't know of anyone really using
it in production use. Personally, I'm hoping that someone decides to
take the interesting research concepts (disconnected operation) from
Coda and port them to OpenAFS ;)  

AFS has been in production at universities and a few fortune 500 companies for
a long time, and several installations have upwards of 50,000 users.


[Dovecot] usedb query

2007-05-02 Thread M1

I can specified two passdb so I can mix auth source.

Can I do similar thing with userdb? I would like to have uid, gid and home 
from static and quota from sql.


Regards,
Steve