Wait wait, i think i catched it:

See the attach file and let me know Paul.


> -----Original Message-----
> From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> boun...@dbmail.org] On Behalf Of Jorge Bastos
> Sent: segunda-feira, 15 de Dezembro de 2008 14:05
> To: 'DBMAIL Developers Mailinglist'
> Subject: RE: [Dbmail-dev] opening tmpfile failed: Too many open files
> 
> Paul,
> So that I can debug this and get a 511 log level, can you add the
> username in the debug logs so that I can filter by it?
> You'll remove it after.
> 
> 
> 
> > -----Original Message-----
> > From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> > boun...@dbmail.org] On Behalf Of Jorge Bastos
> > Sent: segunda-feira, 15 de Dezembro de 2008 11:43
> > To: 'DBMAIL Developers Mailinglist'
> > Subject: RE: [Dbmail-dev] opening tmpfile failed: Too many open files
> >
> > Here it goes another one Paul,
> >
> > Program received signal SIGPIPE, Broken pipe.
> > [Switching to Thread 0xb758db00 (LWP 2439)]
> > 0xb7ca0eb1 in write () from /lib/libc.so.6
> > (gdb) bt
> > #0  0xb7ca0eb1 in write () from /lib/libc.so.6
> > #1  0xb7d67845 in ci_write (self=0xadbdb000,
> >     msg=0xadb335c8 "ZZZZ OK LOGOUT completed\r\n") at
> clientbase.c:165
> > #2  0x0804eb4b in imap_session_printf (self=0xadb71f20,
> >     message=0x805c61c "%s OK LOGOUT completed\r\n") at imap4.c:159
> > #3  0x0804ec61 in imap_handle_exit (session=0xadb71f20, status=2) at
> > imap4.c:241
> > #4  0x0804f59f in imap_cb_read (arg=0xadb71f20) at imap4.c:317
> > #5  0xb7e379e2 in event_base_loop () from /usr/lib/libevent-1.3e.so.1
> > #6  0xb7e37c79 in event_loop () from /usr/lib/libevent-1.3e.so.1
> > #7  0xb7e37c9e in event_dispatch () from /usr/lib/libevent-1.3e.so.1
> > #8  0xb7d65cb5 in server_run (conf=0xbfa79ec8) at server.c:636
> > #9  0xb7d66949 in server_mainloop (config=0xbfa79ec8,
> service=0x805c63a
> > "IMAP",
> >     servicename=0x805f127 "dbmail-imapd") at server.c:760
> > #10 0x0805c097 in main (argc=2, argv=0x204b4f20) at imapd.c:70
> > (gdb) f 1
> > #1  0xb7d67845 in ci_write (self=0xadbdb000,
> >     msg=0xadb335c8 "ZZZZ OK LOGOUT completed\r\n") at
> clientbase.c:165
> > 165                     t = write(self->tx, (gconstpointer)self-
> > >write_buffer->str, self->write_buffer->len);
> > (gdb) f 2
> > #2  0x0804eb4b in imap_session_printf (self=0xadb71f20,
> >     message=0x805c61c "%s OK LOGOUT completed\r\n") at imap4.c:159
> > 159             ci_write(self->ci, self->buff->str);
> > (gdb) f 3
> > #3  0x0804ec61 in imap_handle_exit (session=0xadb71f20, status=2) at
> > imap4.c:241
> > 241                             imap_session_printf(session, "%s OK
> > LOGOUT completed\r\n", session->tag);
> > (gdb) f 4
> > #4  0x0804f59f in imap_cb_read (arg=0xadb71f20) at imap4.c:317
> > 317                     imap_handle_exit(session, result);
> > (gdb) f 5
> > #5  0xb7e379e2 in event_base_loop () from /usr/lib/libevent-1.3e.so.1
> > (gdb) f 6
> > #6  0xb7e37c79 in event_loop () from /usr/lib/libevent-1.3e.so.1
> > (gdb) f 7
> > #7  0xb7e37c9e in event_dispatch () from /usr/lib/libevent-1.3e.so.1
> > (gdb) quit
> >
> >
> >
> >
> > > -----Original Message-----
> > > From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> > > boun...@dbmail.org] On Behalf Of Jorge Bastos
> > > Sent: segunda-feira, 15 de Dezembro de 2008 9:24
> > > To: 'DBMAIL Developers Mailinglist'
> > > Subject: RE: [Dbmail-dev] opening tmpfile failed: Too many open
> files
> > >
> > > What do you want me to do to track this sieve issue?
> > >
> > > About imapd, I had a crash just right now, nothing related to the
> > > tmpfile:
> > > Check the attach file.
> > >
> > > I say nothing related to tmpfile because:
> > > ---
> > > lira:/var/log# cat syslog|grep -i imap|grep -i tmp lira:/var/log#
> > > ---
> > >
> > >
> > >
> > > > -----Original Message-----
> > > > From: dbmail-dev-boun...@dbmail.org [mailto:dbmail-dev-
> > > > boun...@dbmail.org] On Behalf Of Paul J Stevens
> > > > Sent: segunda-feira, 15 de Dezembro de 2008 8:09
> > > > To: DBMAIL Developers Mailinglist
> > > > Subject: Re: [Dbmail-dev] opening tmpfile failed: Too many open
> > files
> > > >
> > > > Jorge Bastos wrote:
> > > > > Paul,
> > > > >
> > > > > flecha:~# telnet 192.168.1.222 2000
> > > > > Trying 192.168.1.222...
> > > > > Connected to 192.168.1.222.
> > > > > Escape character is '^]'.
> > > > > "IMPLEMENTATION" "DBMail timsieved 2.3.4"
> > > > > "SASL" "PLAIN"
> > > > > "SIEVE" "regex imap4flags relational subaddress fileinto reject
> > > > envelope vacation "
> > > > >
> > > > > Should it be: ? =>
> > > > >
> > > > > "SIEVE" "regex imap4flags relational subaddress fileinto reject
> > > > envelope vacation"
> > > > >
> > > > > Without the space in the end? Or no problem for the space
> > > existence?
> > > >
> > > > Good idea. Maybe your php client is tripping over that. But that
> > > > doesn't explain the strange behaviour during telnet sessions.
> > > >
> > > >
> > > > --
> > > >
> ________________________________________________________________
> > > >   Paul Stevens                                      paul at
> nfg.nl
> > > >   NET FACILITIES GROUP                     GPG/PGP:
> 1024D/11F8CD31
> > > >   The
> Netherlands________________________________http://www.nfg.nl
> > > > _______________________________________________
> > > > Dbmail-dev mailing list
> > > > Dbmail-dev@dbmail.org
> > > > http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> >
> > _______________________________________________
> > Dbmail-dev mailing list
> > Dbmail-dev@dbmail.org
> > http://twister.fastxs.net/mailman/listinfo/dbmail-dev
> 
> _______________________________________________
> Dbmail-dev mailing list
> Dbmail-dev@dbmail.org
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+2013): [0xb1068558] tag: [sel1], command: [SELECT], [1] 
args
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap4_tokenizer(+453): parser_state: [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_get(+257): [0x824be08] connection from pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_close(+275): [0x824be08] connection to pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] imap4(+505): 
dispatch [select]...
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[server] 
dm_thread_data_push(+104): [0xaa5bbd00] [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xb1068558] what [4] state [2] command_state [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xaa5cf200] S > [* 1 EXISTS^M * 0 RECENT^M * FLAGS (\Seen 
\Answered \Deleted \Flagged \Draft )^M * OK [PERMANENTFLAGS (\Se
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xb1068558] what [4] state [3] command_state [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0xb1068558] state [3] command_status [1] [SELECT] 
returned with status [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_read_cb(+140): [0xb1068558] what [2] state [3] command_state [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
dbmail_imap_session_reset(+373): [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_readln(+251): [0xaa5cf200] C < [sel1 SELECT "Sent Items" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[clientbase] 
ci_readln(+259): [0xaa5cf200] read [26]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] 
imap4_tokenizer(+410): [0xb1068558] COMMAND: [sel1 SELECT "Sent Items" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+1830): [0xb1068558] tokenize [26/0] [ "Sent Items" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+2013): [0xb1068558] tag: [sel1], command: [SELECT], [1] 
args
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap4_tokenizer(+453): parser_state: [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_get(+257): [0x824be08] connection from pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_close(+275): [0x824be08] connection to pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] imap4(+505): 
dispatch [select]...
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[server] 
dm_thread_data_push(+104): [0xaa5bbd00] [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xaa5cf200] S > [* 77 EXISTS^M * 0 RECENT^M * FLAGS (\Seen 
\Answered \Deleted \Flagged \Draft )^M * OK [PERMANENTFLAGS (\S
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xb1068558] what [4] state [3] command_state [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0xb1068558] state [3] command_status [1] [SELECT] 
returned with status [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_read_cb(+140): [0xb1068558] what [2] state [3] command_state [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
dbmail_imap_session_reset(+373): [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_readln(+251): [0xaa5cf200] C < [sel1 SELECT "Trash" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[clientbase] 
ci_readln(+259): [0xaa5cf200] read [21]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] 
imap4_tokenizer(+410): [0xb1068558] COMMAND: [sel1 SELECT "Trash" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+1830): [0xb1068558] tokenize [21/0] [ "Trash" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+2013): [0xb1068558] tag: [sel1], command: [SELECT], [1] 
args
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap4_tokenizer(+453): parser_state: [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_get(+257): [0x824be08] connection from pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_close(+275): [0x824be08] connection to pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] imap4(+505): 
dispatch [select]...
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[server] 
dm_thread_data_push(+104): [0xaa5bbd00] [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xaa5cf200] S > [* 5 EXISTS^M * 0 RECENT^M * FLAGS (\Seen 
\Answered \Deleted \Flagged \Draft )^M * OK [PERMANENTFLAGS (\Se
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xb1068558] what [4] state [3] command_state [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0xb1068558] state [3] command_status [1] [SELECT] 
returned with status [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_read_cb(+140): [0xb1068558] what [2] state [3] command_state [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
dbmail_imap_session_reset(+373): [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_readln(+251): [0xaa5cf200] C < [sel1 SELECT "Spam" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[clientbase] 
ci_readln(+259): [0xaa5cf200] read [20]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] 
imap4_tokenizer(+410): [0xb1068558] COMMAND: [sel1 SELECT "Spam" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+1830): [0xb1068558] tokenize [20/0] [ "Spam" ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+2013): [0xb1068558] tag: [sel1], command: [SELECT], [1] 
args
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap4_tokenizer(+453): parser_state: [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_get(+257): [0x824be08] connection from pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_close(+275): [0x824be08] connection to pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] imap4(+505): 
dispatch [select]...
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[server] 
dm_thread_data_push(+104): [0xaa5bbd00] [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xaa5cf200] S > [* 0 EXISTS^M * 0 RECENT^M * FLAGS (\Seen 
\Answered \Deleted \Flagged \Draft )^M * OK [PERMANENTFLAGS (\Se
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xb1068558] what [4] state [3] command_state [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0xb1068558] state [3] command_status [1] [SELECT] 
returned with status [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_read_cb(+140): [0xb1068558] what [2] state [3] command_state [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
dbmail_imap_session_reset(+373): [0xb1068558]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_readln(+251): [0xaa5cf200] C < [I LOGOUT ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[clientbase] 
ci_readln(+259): [0xaa5cf200] read [10]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] 
imap4_tokenizer(+410): [0xb1068558] COMMAND: [I LOGOUT ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+1830): [0xb1068558] tokenize [10/0] []
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+2013): [0xb1068558] tag: [I], command: [LOGOUT], [0] args
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap4_tokenizer(+453): parser_state: [1]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_get(+257): [0x824be08] connection from pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_close(+275): [0x824be08] connection to pool
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] imap4(+505): 
dispatch [logout]...
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
dbmail_imap_session_set_state(+1574): state [4]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
dbmail_imap_session_set_state(+1599): [0xb1068558] state [3]->[4]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Notice:[imap] 
_ic_logout(+177): [0xb1068558] userid:[240]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0xb1068558] state [4] command_status [0] [LOGOUT] 
returned with status [2]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xaa5cf200] S > [* BYE^M ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xaa5cf200] S > [I OK LOGOUT completed^M ]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xb1068558] what [4] state [4] command_state [0]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_session_bailout(+84): [0xb1068558] state [4]
Dec 15 12:37:39 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
dbmail_imap_session_delete(+139): [0xb1068558]
Dec 15 12:37:42 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xa89f6db0] S > [* OK^M ]
Dec 15 12:37:42 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xa89fd0b0] what [4] state [3] command_state [-1]
Dec 15 12:37:42 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0xa89355b0] S > [* OK^M ]
Dec 15 12:37:42 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_write_cb(+104): [0xa8936888] what [4] state [2] command_state [-1]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_read_cb(+140): [0x8b2de70] what [2] state [3] command_state [-1]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_readln(+251): [0x8b35f00] C < [DONE ]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[clientbase] 
ci_readln(+259): [0x8b35f00] read [6]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_cb_read(+300): read [DONE ] while in IDLE loop
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_write(+172): [0x8b35f00] S > [khap OK IDLE completed^M ]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0x8b2de70] state [3] command_status [1] [IDLE] 
returned with status [0]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
socket_read_cb(+140): [0x8b2de70] what [2] state [3] command_state [1]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
dbmail_imap_session_reset(+373): [0x8b2de70]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Info:[clientbase] 
ci_readln(+251): [0x8b35f00] C < [ZZZZ LOGOUT ]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[clientbase] 
ci_readln(+259): [0x8b35f00] read [13]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] 
imap4_tokenizer(+410): [0x8b2de70] COMMAND: [ZZZZ LOGOUT ]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+1830): [0x8b2de70] tokenize [13/0] []
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
build_args_array_ext(+2013): [0x8b2de70] tag: [ZZZZ], command: [LOGOUT], [0] 
args
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap4_tokenizer(+453): parser_state: [1]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_get(+257): [0x824be08] connection from pool
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Database:[db] 
db_con_close(+275): [0x824be08] connection to pool
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Info:[imap] imap4(+505): 
dispatch [logout]...
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
dbmail_imap_session_set_state(+1574): state [4]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imapsession] 
dbmail_imap_session_set_state(+1599): [0x8b2de70] state [3]->[4]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Notice:[imap] 
_ic_logout(+177): [0x8b2de70] userid:[235]
Dec 15 12:37:52 lira dbmail/imap4d[8873]: [0x823e288] Debug:[imap] 
imap_handle_exit(+209): [0x8b2de70] state [4] command_status [0] [LOGOUT] 
returned with status [2]
lira:/var/log#
_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://twister.fastxs.net/mailman/listinfo/dbmail-dev

Reply via email to