Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmai l‏

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 18:26 -0500, Jose Luis Marin Perez wrote: > /usr/local/src/dovecot/dovecot-1.2.6/src/login-common/ssl-proxy-openssl.c:824: > undefined reference to `SSL_CTX_set_info_callback' Does the attached patch fix it? diff -r b5e6de777e52 src/login-common/ssl-proxy-openssl.c --- a/sr

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail‏

2009-10-16 Thread Jose Luis Marin Perez
Hi Timo, Now get this error: /bin/sh ../../libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast-o imap-login client.o client-authenticate.o imap-proxy.o ../login-common/l

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmai l‏

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 17:56 -0500, Jose Luis Marin Perez wrote: > Hi Timo, > > When you compile dovecot with the option --without-vpopmail I get this > error: > > ../login-common/liblogin-common.a(ssl-proxy-openssl.o)(.text > +0x7a2):/usr/local/src/dovecot/dovecot-1.2.6/src/login-common/ssl-pro

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail‏

2009-10-16 Thread Jose Luis Marin Perez
Hi Timo, When you compile dovecot with the option --without-vpopmail I get this error: ../login-common/liblogin-common.a(ssl-proxy-openssl.o)(.text+0x7a2):/usr/local/src/dovecot/dovecot-1.2.6/src/login-common/ssl-proxy-openssl.c:648: undefined reference to `SSL_COMP_get_name' ../login-common

Re: [Dovecot] migrate courier to dovecot script - questions about directory structure

2009-10-16 Thread Ross
On Fri, Oct 16, 2009 at 7:10 PM, Charles Marcus wrote: > On 10/15/2009 Ross wrote: > >> My initial plan was to copy the entire /home/vmail//* >> across to the dovecot server and run the migration script. However, >> without the Maildir directory in the structure it won't work. >> >> Has anyone run

Re: [Dovecot] Per User Quotas

2009-10-16 Thread Timo Sirainen
Do the "args" point to same file now in passdb ldap and userdb ldap? On Fri, 2009-10-16 at 15:17 -0500, Peter Fraser wrote: > Yes, the servers are up servicing clients and my production mail > server with dovecot even uses it to authenticate users for email. They > are all up and running. > > On

Re: [Dovecot] Per User Quotas

2009-10-16 Thread Peter Fraser
Yes, the servers are up servicing clients and my production mail server with dovecot even uses it to authenticate users for email. They are all up and running. On Fri, Oct 16, 2009 at 3:02 PM, Timo Sirainen wrote: > On Fri, 2009-10-16 at 14:55 -0500, Peter Fraser wrote: > >> dovecot: Oct 16 10:09

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Kostik
TS> OK, so two problems: >> write(7, "From MAILER-DAEMON Fri Oct 16 2"..., 168) = 168 >> pwrite64(7, "\nContent-Length: 0", 18, 4235) = 18 TS> It's writing a zero byte mail. Was the incoming mail really zero bytes, TS> or is there something that truncates it? No, it's not a problem. This is a r

Re: [Dovecot] Per User Quotas

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 14:55 -0500, Peter Fraser wrote: > dovecot: Oct 16 10:09:27 Error: auth(default): LDAP: Connection lost > to LDAP server, reconnecting .. > dovecot: Oct 16 10:51:30 Info: auth(default): > ldap(peter.fraser,192.168.1.112): Aborting (timeout), we're not > connected to LDAP serv

Re: [Dovecot] Dovecot deliver with AD LDAP userdb [SOLVED]

2009-10-16 Thread Mark Schaub
> Well, does the port 389 work then? It's mentioned there only because > someone complained that 389 didn't work.. Perhaps because it required > TLS? Or something, I don't know. I will have to play with it some. Just switching to port 389 really slowed everything down and may have caused some othe

Re: [Dovecot] Per User Quotas

2009-10-16 Thread Peter Fraser
Well I did all that and when I look at the properties for the inbox in thunderbird under quotas, It still shows 512MB for that user. These are the logs below: dovecot: Oct 16 09:54:44 Info: dovecot v1.1.16 starting up dovecot: Oct 16 09:54:46 Info: auth(default): new auth connection: pid=32854 dov

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmai l‏

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 14:27 -0500, Jose Luis Marin Perez wrote: > Dear Timo, > > This recommendation was made in July 2009 when I ask you about the operation > of expiration plugin. But since then you talked about wanting per-user expire settings and that can't work with userdb vpopmail, so I

Re: [Dovecot] Dovecot deliver with AD LDAP userdb [SOLVED]

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 15:28 -0400, Mark Schaub wrote: > It might be worth updating the wiki to mention the reasoning behind > using port 3268 and the implications it can cause. Well, does the port 389 work then? It's mentioned there only because someone complained that 389 didn't work.. Perhaps be

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 23:23 +0400, Kostik wrote: OK, so two problems: > write(7, "From MAILER-DAEMON Fri Oct 16 2"..., 168) = 168 > pwrite64(7, "\nContent-Length: 0", 18, 4235) = 18 It's writing a zero byte mail. Was the incoming mail really zero bytes, or is there something that truncates it?

Re: [Dovecot] Dovecot deliver with AD LDAP userdb [SOLVED]

2009-10-16 Thread Mark Schaub
> Then there's something different what Dovecot and ldapsearch does. They > have the same dn, dnpass, neither uses tls, same base, deref, scope? > I figured it out, there certainly is something different! The AuthDatabase/LDAP documentation on the Dovecot Wiki says "When connecting to AD, use port

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail‏

2009-10-16 Thread Jose Luis Marin Perez
Dear Timo, This recommendation was made in July 2009 when I ask you about the operation of expiration plugin. I forward email. It is possible to solve this problem with Dovecot 1.2.6 or use dovecot 1.2.4? Thanks Jose Luis > From: t...@iki.fi > To: jolumape...@hotmail.com > Date: Sun, 12

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Kostik
TS> On Fri, 2009-10-16 at 22:41 +0400, Kostik wrote: >> close(/var/virtual/mail/I/I/koc.lock) failed: Disk quota exceeded TS> Oh, I didn't read carefully enough. Closing .lock failed, not mbox. Does TS> the attached patch help? No. Error on closing .lock disappeared, but mbox does not rollback.

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 14:04 -0500, Jose Luis Marin Perez wrote: > For a problem with expire plugin and the command > dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool > you recommended me configure userdb vpopmail and fix the problem. No, I recommended userdb checkpassword. signature.as

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail

2009-10-16 Thread Jose Luis Marin Perez
Dear Timo, For a problem with expire plugin and the command dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool you recommended me configure userdb vpopmail and fix the problem. How can I solve this problem? Dovecot 1.2.4 has no problem to compile with vpopmail. I can use this vers

[Dovecot] Sendmail and Dovecot Delivery to Virtual Users

2009-10-16 Thread Philipp Hunold
I'm new to dovecot and sendmail and my server doesn't forward mails to 'dovecot deliver' at all. I was reading http://wiki.dovecot.org/LDA/Sendmail and this http://www.dovecot.org/list/dovecot/2009-June/040353.html from the mailling list but I could figure it out myself. I someone could point me in

Re: [Dovecot] Dovecot deliver with AD LDAP userdb

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 14:59 -0400, Mark Schaub wrote: > Then I am able to log in using my last name. Just like before other > fields like postalCode and title will not work. For each attribute > that does not work I have verified that an ldapsearch using the same > filter returns exactly 1 sAMAccou

Re: [Dovecot] Dovecot deliver with AD LDAP userdb

2009-10-16 Thread Mark Schaub
> What about pass_filter, does that work with imap/pop3 logins? Interesting question. Typically users only try to login with their sAMAccountName and thats always worked just fine. I just tested this and pass_filter seems to be running in to the same issue. If I set the pass_filter to: pass_filte

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 11:56 -0500, Jose Luis Marin Perez wrote: > /usr/local/src/dovecot/dovecot-1.2.6/src/auth/userdb-vpopmail.c:163: > undefined reference to `vauth_open' .. > vpopmail 5.4.13 Hmm. I thought the vauth_open() would have been in older vpopmails too, since apparently it's required

Re: [Dovecot] Problems compiling dovecot 1.2 with vpopmail

2009-10-16 Thread Jose Luis Marin Perez
Friends, More information: The problem is with dovecot 1.2.6 and 1.2.5 With Dovecot 1.2.4 no problems. Thanks Jose Luis > From: jolumape...@hotmail.com > To: dovecot@dovecot.org > Date: Fri, 16 Oct 2009 11:56:45 -0500 > Subject: [Dovecot] Problems compiling dovecot 1.2 with vpopmail > >

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 22:41 +0400, Kostik wrote: > close(/var/virtual/mail/I/I/koc.lock) failed: Disk quota exceeded Oh, I didn't read carefully enough. Closing .lock failed, not mbox. Does the attached patch help? diff -r ebb2a91e6df7 src/lib/file-dotlock.c --- a/src/lib/file-dotlock.c Fri Oct 1

Re: [Dovecot] Sieve question

2009-10-16 Thread Pascal Volk
On 10/16/2009 08:04 PM Thomas Harold wrote: > … > Ideally, it would be an option to the vacation element (i.e. "start > time" and "end time"). The reason that a start/end time would be useful > is in the case of where someone wants to setup their vacation replies > ahead of time, and have them

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Kostik
TS> On Fri, 2009-10-16 at 22:16 +0400, Kostik wrote: >> TS> Oh, it fails too late. Does this help? >> TS> http://hg.dovecot.org/dovecot-1.2/rev/ebb44fb7d9de >> >> It helped, but only half: >> --- >> close(/var/virtual/mail/I/I/koc.lock) failed: Disk quota exceeded TS> This was again the only err

Re: [Dovecot] Berkely DB authentication?

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 15:15 +0200, Matthias Andree wrote: > > No, and I'm actually hoping to get rid of all traces of BDB code in > > Dovecot. I just don't seem to have the skills to make it work reliably. > > What's the problem with that, which versions of BDB have you used, and > what's the re

Re: [Dovecot] Dovecot deliver with AD LDAP userdb

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 14:18 -0400, Mark Schaub wrote: > As far as I can tell userdb ldap queries are run using the user > specified in dn with the password specified in dnpass. I know those > fields are correct as userdb has no problem querying users by > sAMAccountName or mail attributes. I also k

Re: [Dovecot] Dovecot deliver with AD LDAP userdb

2009-10-16 Thread Mark Schaub
I have tried the user_filter you suggested, it did not change anything. I played around with some Active Directory permissions today and set it up so that I could perform anonymous queries and verified that they were successful with ldapsearch on the command line. This still didn't seem to help the

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 22:16 +0400, Kostik wrote: > TS> Oh, it fails too late. Does this help? > TS> http://hg.dovecot.org/dovecot-1.2/rev/ebb44fb7d9de > > It helped, but only half: > --- > close(/var/virtual/mail/I/I/koc.lock) failed: Disk quota exceeded This was again the only error? It's still

Re: [Dovecot] Dovecot lock problem

2009-10-16 Thread Simon Gao
On Friday 16 October 2009 11:04:33 Timo Sirainen wrote: > On Fri, 2009-10-16 at 10:46 -0700, Simon Gao wrote: > > On Tue, 2009-10-13 at 11:37 -0700, Simon Gao wrote: > > > We have a few users experiencing locking problem. When starting > > > Thunderbird, there is no new emails in Inbox. Dovecot cre

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Kostik
Hi! TS> On Fri, 2009-10-16 at 18:06 +0400, Kostik wrote: >> close(/var/virtual/mail/I/I/koc.lock) failed: Disk quota exceeded TS> Oh, it fails too late. Does this help? TS> http://hg.dovecot.org/dovecot-1.2/rev/ebb44fb7d9de It helped, but only half: --- close(/var/virtual/mail/I/I/koc.lock) fail

Re: [Dovecot] Dovecot lock problem

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 10:46 -0700, Simon Gao wrote: > On Tue, 2009-10-13 at 11:37 -0700, Simon Gao wrote: > > We have a few users experiencing locking problem. When starting > > Thunderbird, there is no new emails in Inbox. Dovecot createa a lock file > > /var/spool/mail/.lock. It never completes

Re: [Dovecot] Sieve question

2009-10-16 Thread Thomas Harold
On 7/7/2009 1:59 PM, CJ Keist wrote: If there is a separate sieve mailing list let me know. But have question if someone else has done this or not. Right now I have web form people use to setup their vacation replies using Sieve (1.1.6). The form alows them to set what they want their repl

[Dovecot] Dovecot lock problem

2009-10-16 Thread Simon Gao
On Tue, 2009-10-13 at 11:37 -0700, Simon Gao wrote: > We have a few users experiencing locking problem. When starting > Thunderbird, there is no new emails in Inbox. Dovecot createa a lock file > /var/spool/mail/.lock. It never completes openning Inbox. If closing > the mail client, the open ima

Re: [Dovecot] New backend

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 19:38 +0200, Aspra Flavius Adrian wrote: > > Are you implementing a filesystem based backend or some > database based > backend? > It's going to be couchdb-based. Are you aware of any existing efforts > towards this direction? I'd be glad to give a hel

Re: [Dovecot] Dovecot can't find users' sieve files

2009-10-16 Thread Bartosz Fenski aka fEnIo
On Fri, Oct 16, 2009 at 06:43:33PM +0200, Bartosz Fenski aka fEnIo wrote: > I asked for help on #dovecot but one suggestion I got was setting sieve > variable explicitly but unfortunatelly that didn't help. > > I'm trying to set up sieve to be able to use vacation module. > So in the lda section

Re: [Dovecot] New backend

2009-10-16 Thread Aspra Flavius Adrian
> Are you implementing a filesystem based backend or some database based > backend? > It's going to be couchdb-based. Are you aware of any existing efforts towards this direction? I'd be glad to give a helping hand. Anyway, thanks for the information, I'll have a look at the API. I've also found

Re: [Dovecot] Better APPEND performance

2009-10-16 Thread Mike Abbott
What can be done to make maildir_uidlist_refresh_fast_init() choose the fast path more often? Pretty simple bug. Fixed: http://hg.dovecot.org/dovecot-1.2/rev/ebdba086e3b1 This makes the performance pretty good when appending to maildirs with large number of messages. Sure does! Thanks, that

Re: [Dovecot] deliver and stale NFS file handles

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 14:25 +0200, Leon Meßner wrote: > Oct 16 00:10:42 mail3 dovecot: deliver(user): > write_full(/home/r/user/.temp.backupmail.22774.d17050a07b2108e8) > failed: Stale NFS file handle > > It nearly never happens with text/plain mails but _very_ > often when mails have attachments

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 18:06 +0400, Kostik wrote: > close(/var/virtual/mail/I/I/koc.lock) failed: Disk quota exceeded Oh, it fails too late. Does this help? http://hg.dovecot.org/dovecot-1.2/rev/ebb44fb7d9de signature.asc Description: This is a digitally signed message part

[Dovecot] Problems compiling dovecot 1.2 with vpopmail

2009-10-16 Thread Jose Luis Marin Perez
Dear sirs I try to update dovecot from 1.1.16 to 1.2.6. But when compiling dovecot 1.2.6 get the following error: libtool: link: gcc -std=gnu99 -g -O2 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -o dovecot-auth auth.o

Re: [Dovecot] Expire plugin in chkpw-wrapper.sh script

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 10:37 -0500, Jose Luis Marin Perez wrote: > Hi timo, > > This is the error that comes when adding userdb checkpassword > > dovecot: Oct 16 10:13:53 Fatal: auth(default): Unknown userdb driver > 'checkpassword' (typo, or Dovecot was built without support for it? Check > wi

Re: [Dovecot] New backend

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 12:29 +0200, Aspra Flavius Adrian wrote: > I intend to write a new virtual backend for dovecot. Are there any hacking > docs describing how the code is organized, eventually also important structs > and how to hook myself into the system, or do I have to go the classical > way

Re: [Dovecot] Detect client application

2009-10-16 Thread jose javier parra sanchez
Does the 'mobile device' have an application that supports imap/pop3 ?, or are you talking about to access via webmail ? 2009/10/16 Thu NGUYEN : > > Hello, > > Do you have any way to detect the client which is connecting to our IMAP > server? > > I actually have an mail server which use dovecot but

Re: [Dovecot] Detect client application

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 23:17 +0700, Thu NGUYEN wrote: > Do you have any way to detect the client which is connecting to our IMAP > server? Not in any reliable way. signature.asc Description: This is a digitally signed message part

Re: [Dovecot] v2.0.alpha1 released

2009-10-16 Thread Timo Sirainen
On Fri, 2009-10-16 at 16:52 +0100, Ed W wrote: > > What I meant is what happens in most places where I plug in ethernet > > cable while a wireless connection is already there: I get a new IP for > > the wired connection. Then I have two IPs. Only one of the interfaces > > is the default gateway.

[Dovecot] Dovecot can't find users' sieve files

2009-10-16 Thread Bartosz Fenski aka fEnIo
Hello. I asked for help on #dovecot but one suggestion I got was setting sieve variable explicitly but unfortunatelly that didn't help. I'm trying to set up sieve to be able to use vacation module. So in the lda section I put: mail_plugins = sieve And in plugins section: sieve = ~/.dovecot.sie

[Dovecot] Detect client application

2009-10-16 Thread Thu NGUYEN
Hello, Do you have any way to detect the client which is connecting to our IMAP server? I actually have an mail server which use dovecot but I just want to allow mobile device access to this server to get email, not desktop as Outlook, Thunderbird ... Thanks for your advice. -- Regards, Thu N

Re: [Dovecot] dovecot-auth stops responding

2009-10-16 Thread Nathan M
On Thu, Sep 10, 2009 at 12:47 PM, Timo Sirainen wrote: > On Thu, 2009-09-10 at 12:22 -0700, Nathan M wrote: >> The difference is we aren't doing PAM, we have it disabled.  We do SQL >> authentication only.  Exact same symptoms, the server and all active >> connections remain online; however, new c

[Dovecot] New backend

2009-10-16 Thread Aspra Flavius Adrian
Hi I intend to write a new virtual backend for dovecot. Are there any hacking docs describing how the code is organized, eventually also important structs and how to hook myself into the system, or do I have to go the classical way? Thanks --Flavius

Re: [Dovecot] v2.0.alpha1 released

2009-10-16 Thread Charles Marcus
On 10/16/2009, Ed W (li...@wildgooses.com) wrote: > Well, I'm not going to over-argue the point, but right now I > personally have both a desktop AND a mobile device (and expect this > to be a common situation for most users with a mobile device), so in > my case I prefer to have the mobile device

Re: [Dovecot] v2.0.alpha1 released

2009-10-16 Thread Ed W
Hi - Wifi and Wired on Windows XP and earlier (possibly vista also?) - now XP does something clever, it appears to have connection tracking in place and once a connection is started on a given interface then that connection continues via the same interface even if the default gateway is chang

Re: [Dovecot] Expire plugin in chkpw-wrapper.sh script

2009-10-16 Thread Jose Luis Marin Perez
Hi timo, This is the error that comes when adding userdb checkpassword dovecot: Oct 16 10:13:53 Fatal: auth(default): Unknown userdb driver 'checkpassword' (typo, or Dovecot was built without support for it? Check with dovecot --build-options) dovecot: Oct 16 10:13:53 Fatal: Auth process died

Re: [Dovecot] v2.0.alpha1 released

2009-10-16 Thread Timo Sirainen
On Oct 16, 2009, at 7:54 AM, Ed W wrote: Not necessarily. Laptops don't kill existing WiFi connections when RJ45 is plugged into them. - Wifi and Wired on Windows XP and earlier (possibly vista also?) - now XP does something clever, it appears to have connection tracking in place and onc

Re: [Dovecot] Expire issue

2009-10-16 Thread Timo Sirainen
On Oct 16, 2009, at 6:29 AM, Emmanuel Gonzalez wrote: Timo Sirainen wrote: On Thu, 2009-10-15 at 15:50 +0200, Emmanuel Gonzalez wrote: Hello guys, I'm trying to configure de expire plug in, all the configuration seems to be right but when I launch # /opt/dovecot/sbin/dovecot --exec-mail e

Re: [Dovecot] "multiple quota roots" complains

2009-10-16 Thread Kostik
Timo Sirainen wrote: >> Introduction: >> If dovecot LDA save failed to mbox (not enough disk space, for example), >> it does not do rollback. Then my mailbox was corrupted. Last message is >> dropped in the middle of headers(body, attachments, etc). > > That shouldn't be happening, even if you're

Re: [Dovecot] Berkely DB authentication?

2009-10-16 Thread Matthias Andree
Am 10.10.2009, 01:55 Uhr, schrieb Timo Sirainen : On Fri, 2009-10-09 at 15:30 -0700, Marc Perkel wrote: Does Dovecot support berkeley DB authentication? I'm looking for something simple that is perhaps a single file for multiple domains and something the Exim can also read. No, and I'm actual

[Dovecot] deliver and stale NFS file handles

2009-10-16 Thread Leon Meßner
Hello, since updating two of our backup mailservers from dovecot 1.1.16 to 1.2.4 i get the following errors from dovecot-deliver when receiving (smtp) mail. Oct 16 00:10:42 mail3 dovecot: deliver(user): write_full(/home/r/user/.temp.backupmail.22774.d17050a07b2108e8) failed: Stale NFS file handle

[Dovecot] "From" address in vacation response on hosted domains with dovecot/postfix/sieve

2009-10-16 Thread Peter Borg
Hi, I have a working dovecot/postfix/sieve configuration: Ubuntu 8.04 LTS Dovecot 1.2.6 Sieve 0.1.12 Postfix 2.5.1 The server is configured to host multiple domains. All mail delivery, logins and aliases work absolutely perfectly. There's only one weirdness: the 'From' address in vacation resp

Re: [Dovecot] v2.0.alpha1 released

2009-10-16 Thread Ed W
Timo Sirainen wrote: On Thu, 2009-10-15 at 23:56 +0100, Ed W wrote: I'm currently having problems with my vpn when using a UK "Three" SIM. I haven't fully investigated, but I *think* it's because the IP changes regularly even while the connection is up and in progress? I think this setup

Re: [Dovecot] Error: NO Mailbox is locked

2009-10-16 Thread Giovanni Mancuso
In dovecot log, i have: Error: IMAP(em...@domain.com): nfs_flush_fcntl: fcntl(/maildirs/domain.com/user/Maildir/dovecot.index.cache, F_RDLCK) failed: Interrupted system call The maildirs are relatively small (200MB approximately), but they have many messages (6000-7000 for each one) My dovecot v

Re: [Dovecot] Internal server

2009-10-16 Thread Charles Marcus
On 10/16/2009, Guy (wyldf...@gmail.com) wrote: > I'm interested in trying out mdbox, but since I'd have to use dovecot 2.0 > with it I thought I'd just check what peoples' experience with 2.0 is like > so far? Is it reasonably stable already? Timo only just released alpha1 a few days ago. He did s

Re: [Dovecot] Expire issue

2009-10-16 Thread Emmanuel Gonzalez
Timo Sirainen wrote: On Thu, 2009-10-15 at 15:50 +0200, Emmanuel Gonzalez wrote: Hello guys, I'm trying to configure de expire plug in, all the configuration seems to be right but when I launch # /opt/dovecot/sbin/dovecot --exec-mail ext /opt/dovecot/libexec/dovecot/expire-tool --test Er

[Dovecot] Internal server

2009-10-16 Thread Guy
Hi, I'm looking at doing some testing for a little internal IMAP server. Basically use fetchmail (or some such thing to bring in mail) so users have a local IMAP server to connect to. I'm interested in trying out mdbox, but since I'd have to use dovecot 2.0 with it I thought I'd just check what pe

Re: [Dovecot] FS Quota broken for delivering BIG message

2009-10-16 Thread Kostik
Timo Sirainen wrote: > I guess the only nice way to handle this is to just let it use memory as > much as it needs in this situation: > > http://hg.dovecot.org/dovecot-1.2/rev/a8254e6d5ada Yes, problem resolved. Timo, thanx a lot! =kostik

Re: [Dovecot] migrate courier to dovecot script - questions about directory structure

2009-10-16 Thread Charles Marcus
On 10/15/2009 Ross wrote: My initial plan was to copy the entire /home/vmail//* across to the dovecot server and run the migration script. However, without the Maildir directory in the structure it won't work. Has anyone run into this issue ? How did you solve it ? fatboy:/tmp# dovecot -n #

Re: [Dovecot] Sieve vacation with russian subject

2009-10-16 Thread Proskurin Kirill
Nikita Koshikov wrote: Hello list, I have noticed that sieve vacation action breaks some non-english letters in the subject. I tested with russian language, if subject contains letters from specific diapason russian alphabet, the message received with unreadable subject, but text in the body

Re: [Dovecot] Dovecot inactive after an intermittent connection with LDAP

2009-10-16 Thread Thu Nguyen
Thanks. We plan to upgrade it now. Regards, Thu NGUYEN. -Original Message- From: dovecot-bounces+ntathu=tma.com...@dovecot.org [mailto:dovecot-bounces+ntathu=tma.com...@dovecot.org] On Behalf Of Timo Sirainen Sent: Friday, October 16, 2009 7:02 AM To: Thu Nguyen Cc: dovecot@dovecot.org