[Dovecot] Request queue is full

2008-08-14 Thread Raphael Bittencourt S. Costa
Hello all, Today I had problems on one of the servers. Dovecot stopped working and I got lots of "Request queue is full" on logs. Aug 14 16:49:45 mailserver03 dovecot: auth(default): ldap([EMAIL PROTECTED]): Request queue is full Aug 14 16:49:45 mailserver03 dovecot: auth(default): ldap([EMAIL PR

Re: [Dovecot] IMAP Panic

2008-07-14 Thread Raphael Bittencourt S. Costa
On Sat, 2008-07-12 at 02:05 +0300, Timo Sirainen wrote: > On Fri, 2008-07-11 at 13:43 -0300, Raphael Bittencourt S. Costa wrote: > > Helo all, > > > > One of the users is havings problems when he tries to open .Sent folder. > > Only after I deleted dovecot-uidli

[Dovecot] IMAP Panic

2008-07-11 Thread Raphael Bittencourt S. Costa
Helo all, One of the users is havings problems when he tries to open .Sent folder. Only after I deleted dovecot-uidlist, dovecot.index.cache and dovecot.index.log the user could open the folder. Any idea? Squirrel: Query: SORT (TO) ISO-8859-1 ALL dovecot.log: Jul 11 13:23:01 mailserver03 dov

Re: [Dovecot] 1 week after full migration to 1.1v

2008-06-24 Thread Raphael Bittencourt S. Costa
On Tue, 2008-06-24 at 15:20 +0100, Ed W wrote: > Hi > > Sounds like you know what you are doing! > No, sounds like I'm thinking what I'm doing. :-D I really need more information to get more from the structure. > >> - can I assume you have given some thought to > >> tuning your file system w

Re: [Dovecot] 1 week after full migration to 1.1v

2008-06-24 Thread Raphael Bittencourt S. Costa
On Tue, 2008-06-24 at 11:44 +0100, Ed W wrote: > Raphael Bittencourt S. Costa wrote: > > Ehlo all, > > > > I've been working on a migration of about 240K users from one server > > with qmail, courier imap, maildrop and ldap to postfix, dovecot, lda > > +siev

Re: [Dovecot] 1 week after full migration to 1.1v

2008-06-23 Thread Raphael Bittencourt S. Costa
4G, 2x146SAS and the storage is Hitachi AMS 500, with 41x146G Fiber 15K. > - Joe > > - Original Message - > From: "Raphael Bittencourt S. Costa" <[EMAIL PROTECTED]> > To: "dovecot" > Sent: Monday, June 23, 2008 10:36 PM > Subject: [Dovecot]

[Dovecot] 1 week after full migration to 1.1v

2008-06-23 Thread Raphael Bittencourt S. Costa
Ehlo all, I've been working on a migration of about 240K users from one server with qmail, courier imap, maildrop and ldap to postfix, dovecot, lda +sieve. Before the migration the server and the storage were always on high load. Before migration: Storage IOPs = 4600 Read average = 2800 Wri

Re: [Dovecot] Dovecot 1.1rc9 strange messages

2008-06-13 Thread Raphael Bittencourt S. Costa
On Fri, 2008-06-13 at 01:57 +0300, Timo Sirainen wrote: > There's no Dovecot v1.0 used anywhere? How did you get these > dovecot-uidlist files created? Did you use a Courier migration script > or > rename them manually? I used courier migration script. > > These error messages can happen only

[Dovecot] Dovecot 1.1rc9 strange messages

2008-06-12 Thread Raphael Bittencourt S. Costa
Helo all, I'm working on a migration from qmail+courier+maildrop to postfix +dovecot1.1+lda and today the logs has too many strange messages like this: Jun 12 10:51:22 mailserver03 dovecot: IMAP([EMAIL PROTECTED]): Broken file /data/services/dominios/xx.com.br/m/ma/mapel//Maildir/.Sent/dovecot-u

Re: [Dovecot] Expire plugin isn't working

2008-04-25 Thread Raphael Bittencourt S. Costa
Could you send your configuration? Because on my server the imap still doesn't start dict process, On Fri, 2008-04-25 at 02:18 +0200, Anders wrote: > Raphael Bittencourt S. Costa wrote: > > It's still not working. The dict is called only by expire-tool. > > > &g

Re: [Dovecot] Expire plugin isn't working

2008-04-24 Thread Raphael Bittencourt S. Costa
On Fri, 2008-04-25 at 02:57 +0300, Timo Sirainen wrote: > You mean the dict db isn't even created by expire plugin? Yes. > It was created > in my tests (and expire_altmove also worked in my previous tests). > What > configuration are you using? dovecot -n # 1.1.rc4: /etc/dovecot//dovecot.conf

Re: [Dovecot] Expire plugin isn't working

2008-04-24 Thread Raphael Bittencourt S. Costa
Timo, It's still not working. The dict is called only by expire-tool. On Fri, 2008-04-25 at 00:53 +0300, Timo Sirainen wrote: > On Wed, 2008-04-16 at 10:49 +0200, Anders wrote: > > Raphael Bittencourt S. Costa wrote: > > > > > I followed the wiki to configured

[Dovecot] Expire plugin isn't working

2008-04-14 Thread Raphael Bittencourt S. Costa
Hello all, I followed the wiki to configured the expire plugin on dovecot-1.1rc4 and it isn't working. No error messages on logs or on the execution of "dovecot --exec-mail ext /usr/libexec/dovecot/expire-tool". mailserver02:~ # dovecot -n # 1.1.rc4: /etc/dovecot//dovecot.conf syslog_facility: lo

Re: [Dovecot] Strange dmesg messages

2008-04-08 Thread Raphael Bittencourt S. Costa
On Tue, 2008-04-08 at 00:16 +0300, Uldis Pakuls wrote: > Charles Marcus wrote: > > On 4/7/2008, Raphael Bittencourt S. Costa ([EMAIL PROTECTED]) > > wrote: > >> Using dnotify dovecot's performance was very bad. The system consumes > >> 90% of cpu with jus

Re: [Dovecot] Strange dmesg messages

2008-04-07 Thread Raphael Bittencourt S. Costa
On Sat, 2008-04-05 at 14:22 +0300, Uldis Pakuls wrote: > donotify is more resource expensive - inotify allows monitoring of > both > files and directories via a single open fd. > so before you try --with-notify=none, try --with-notify=dnotify Using dnotify dovecot's performance was very bad. T

Re: [Dovecot] Strange dmesg messages

2008-04-04 Thread Raphael Bittencourt S. Costa
8b 5d 28 f0 ff 4b RIP {sys_inotify_rm_watch+280} RSP CR2: 0020 On Fri, 2008-04-04 at 01:56 +0300, Uldis Pakuls wrote: > Raphael Bittencourt S. Costa wrote: > > I moved the maildir location from Hitachi's storage to local sas disk > > and got the same erro using imaptest. Debu

Re: [Dovecot] Strange dmesg messages

2008-04-04 Thread Raphael Bittencourt S. Costa
Uldis, I'll do it right now and make more tests. Thanks, On Fri, 2008-04-04 at 01:56 +0300, Uldis Pakuls wrote: > Raphael Bittencourt S. Costa wrote: > > I moved the maildir location from Hitachi's storage to local sas disk > > and got the same erro using imaptes

Re: [Dovecot] Strange dmesg messages

2008-04-03 Thread Raphael Bittencourt S. Costa
55 -0300, Raphael Bittencourt S. Costa wrote: > > The erro stops when I uncomment > > > > mail_max_userip_connections = 10 > > > > does it make any sence? > > The default is 10, so commenting or uncommenting it should make no > difference at all.

Re: [Dovecot] Strange dmesg messages

2008-04-03 Thread Raphael Bittencourt S. Costa
The erro stops when I uncomment mail_max_userip_connections = 10 does it make any sence? On Thu, 2008-04-03 at 16:34 -0300, Raphael Bittencourt S. Costa wrote: > I moved the maildir location from Hitachi's storage to local sas disk > and got the same erro using imaptest. Debug d

Re: [Dovecot] Strange dmesg messages

2008-04-03 Thread Raphael Bittencourt S. Costa
I moved the maildir location from Hitachi's storage to local sas disk and got the same erro using imaptest. Debug doesn't show any usable information. :-( Any ideas? On Thu, 2008-04-03 at 19:01 +0300, Uldis Pakuls wrote: > Raphael Bittencourt S. Costa wrote: > > On Thu,

Re: [Dovecot] Strange dmesg messages

2008-04-03 Thread Raphael Bittencourt S. Costa
On Thu, 2008-04-03 at 09:25 +0300, Uldis Pakuls wrote: > Raphael Bittencourt S. Costa wrote: > > Guys, > > > > I'm getting strange messages on my new server with dovecot-1.1rc4 + lda > > + sieve + ldap + postfix + suse10. This server is in production since &

[Dovecot] Strange dmesg messages

2008-04-02 Thread Raphael Bittencourt S. Costa
Guys, I'm getting strange messages on my new server with dovecot-1.1rc4 + lda + sieve + ldap + postfix + suse10. This server is in production since monday, and worked fine until today. The only thing I had changed was dovecot from 1.1rc3 to 1.1rc4. I already enabled mail_debug, but I got any erro

Re: [Dovecot] 1.1beta14 cache bug ?

2008-02-22 Thread Raphael Bittencourt S. Costa
It worked on 1.1rc1. Thanks Timo, Raphael Costa On Thu, 2008-02-21 at 15:59 +0200, Timo Sirainen wrote: > On Tue, 2008-01-22 at 14:20 -0200, Raphael Bittencourt S. Costa wrote: > > After enable auth_cache_size = 20480 and auth_cache_ttl = 0, dovecot > > stops working for us

Re: [Dovecot] Put existing mails (in Maildir) through sieve filter?

2008-02-21 Thread Raphael Bittencourt S. Costa
Andreas, You can write a shell script to do this for you. cd ~/Maildir/cur for i in *; do /usr/local/libexec/dovecot/deliver -d user < $i; rm -f $i; echo "Message $i"; done On Thu, 2008-02-21 at 16:40 +0100, Andreas Ntaflos wrote: > Hello list, > > the scenario: A user has about 30k mails

Re: [Dovecot] 1.1beta14 cache bug ?

2008-01-31 Thread Raphael Bittencourt S. Costa
mode: 438 plugin: quota: maildir quota_rule: *:bytes=10240 On Thu, 2008-01-31 at 17:58 +0200, Timo Sirainen wrote: > On Thu, 2008-01-31 at 17:55 +0200, Timo Sirainen wrote: > > On Thu, 2008-01-31 at 13:42 -0200, Raphael Bittencourt S. Costa wrote: > > > Here is

Re: [Dovecot] 1.1beta14 cache bug ?

2008-01-31 Thread Raphael Bittencourt S. Costa
lter = (&(objectClass=qmailUser)(mail=% u)(!(accountStatus=disabled))) On Thu, 2008-01-31 at 17:15 +0200, Timo Sirainen wrote: > On Tue, 2008-01-22 at 14:20 -0200, Raphael Bittencourt S. Costa wrote: > > After enable auth_cache_size = 20480 and auth_cache_ttl = 0, dovecot > > stops wor

[Dovecot] 1.1beta14 cache bug ?

2008-01-22 Thread Raphael Bittencourt S. Costa
Helo all, After enable auth_cache_size = 20480 and auth_cache_ttl = 0, dovecot stops working for users that are in cache. See the log bellow: 1 - POP3 session OK jan 22 14:02:59 mailserver--03 dovecot: auth(default): client in: AUTH 1 PLAIN service=pop3lip=10.0.149.3 rip=10.0.2.2 r

Re: [Dovecot] Maildrop script to sieve

2008-01-21 Thread Raphael Bittencourt S. Costa
On Sat, 2008-01-19 at 13:06 +0100, mouss wrote: > maildrop scripts are way too flexible to write a general conversion > program. Unless your scripts have a specific structure and logic, you > should continue delivering with maildrop. you can build maildrop > without > authlib (I have this runn

[Dovecot] Maildrop script to sieve

2008-01-19 Thread Raphael Bittencourt S. Costa
Hi, I'm working on a system that have about 350K e-mail users and 100k users that uses maildrop scripts to make filters on their delivery. So, changing scripts by hand can't be a choice. I "googled" so much and I wasn't able to find any script that converts maildrop scripts to sieve. Does anyone

Re: [Dovecot] Quota 1.1 problem

2008-01-17 Thread Raphael Bittencourt S. Costa
Solved. I changed the user_attrs and could set user quota. user_attrs = mailMessageStore=home,qmailUID=uid,qmailGID=gid,mailQuotaSize=quota_rule=*:bytes On Wed, 2008-01-16 at 17:52 -0200, Raphael Bittencourt S. Costa wrote: > Helo all, > > I'm trying to use Dovecot v1.1.beta13

[Dovecot] Quota 1.1 problem

2008-01-16 Thread Raphael Bittencourt S. Costa
Helo all, I'm trying to use Dovecot v1.1.beta13 lda with ldap. I made a tons of change in configurations but still can't set quota from ldap. See below: Log: Jan 16 17:37:09 mailserver-03 dovecot: auth(default): userdb([EMAIL PROTECTED],127.0.0.1): Invalid GID value '*:bytes=1033' dovecot-ldap.

[Dovecot] Dovecot problem

2007-09-03 Thread Raphael Bittencourt S. Costa
Helo all, Yesterday dovecot began droping connections and there is nothing conclusive in the log file, just the messagens below: Sep 2 11:43:57 relay01 dovecot: pop3-login: Disconnected: Inactivity: method=PLAIN, rip=200.152.100.77, lip=10.0.3.1 Sep 2 11:44:02 relay01 dovecot: pop3-login: Disco

Re: [Dovecot] Dovecot IMAP/POP3 Proxy with LDAP

2007-08-17 Thread Raphael Bittencourt S. Costa
OTFOUND 1 Aug 17 09:22:29 bastion01 dovecot: pop3-login: Internal login failure: user=<[EMAIL PROTECTED]>, method=PLAIN, rip=10.0.1.1, lip=10.0.2.1 any idea? On Thu, 2007-08-16 at 18:58 -0300, Raphael Bittencourt S. Costa wrote: > Hello all, > > I'm having problems

[Dovecot] Dovecot IMAP/POP3 Proxy with LDAP

2007-08-16 Thread Raphael Bittencourt S. Costa
Hello all, I'm having problems to make Dovecot proxy work, I configured it following dovecot's site. See my test below: It accepts login and password and then closes the connection. bastion01:~/build# telnet localhost 110 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. +OK