logo       

Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...

RE: debian update - Problems with IMAP, POP working: msg#00191

mail.imap.dbmail

Subject: RE: debian update - Problems with IMAP, POP working

It bombs out after the query below.
The query runs just fine.
Any suggestions?

The problem appears to be around here in the mail.log:
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT name FROM mailboxes WHERE mailbox_idnr = '2']
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ChildSighandler(): got signal [11]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ChildSighandler(): cannot ignore this. Terminating
Feb 24 13:54:36 debian dbmail/imap4d[16709]: ParentSigHandler(): got signal [17]
Feb 24 13:54:36 debian dbmail/imap4d[16709]: StartServer(): child [17678] has exited


---------- /var/log/mail.log ----------

Feb 24 13:54:36 debian dbmail/imap4d[17678]: PerformChildTask(): incoming connection from [192.168.254.31]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: PerformChildTask(): client info init complete, calling client handler
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): line read for PID 17678
Feb 24 13:54:36 debian dbmail/imap4d[17678]: COMMAND: [1 authenticate login]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[0]: 'login'
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Executing command authenticate...
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT user_idnr, passwd, encryption_type FROM users WHERE userid = 'brian@xxxxxxxxxx']
Feb 24 13:54:36 debian dbmail/imap4d[17678]: authsql.c,auth_validate: validating using cleartext passwords
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [UPDATE users SET last_login = '2004-02-24 13:54:36' WHERE user_idnr = '3']
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPD [PID 17678]: user (id 3, name brian@xxxxxxxxxx) login accepted @ 2004-02-24 13:54:36^M
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Finished command authenticate
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): line read for PID 17678
Feb 24 13:54:36 debian dbmail/imap4d[17678]: COMMAND: [2 lsub "" "*"]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[0]: ''
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[1]: '*'
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Executing command lsub...
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ic_list(): build the pattern: [^.*$]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON acl.mailbox_id = mbx.mailbox_idnr JOIN subscription sub ON sub.user_id = '3' AND sub.mailbox_id = mbx.mailbox_idnr WHERE mbx.owner_idnr = '3' OR (acl.user_id = '3' AND acl.lookup_flag = '1') GROUP BY mbx.name, mbx.mailbox_idnr, mbx.owner_idnr]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: db.c,db_findmailbox_by_regex: found [0] mailboxes
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Finished command lsub
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): line read for PID 17678
Feb 24 13:54:36 debian dbmail/imap4d[17678]: COMMAND: [3 lsub "" "#Users*"]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[0]: ''
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[1]: '#Users*'
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Executing command lsub...
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ic_list(): build the pattern: [^#Users.*$]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON acl.mailbox_id = mbx.mailbox_idnr JOIN subscription sub ON sub.user_id = '3' AND sub.mailbox_id = mbx.mailbox_idnr WHERE mbx.owner_idnr = '3' OR (acl.user_id = '3' AND acl.lookup_flag = '1') GROUP BY mbx.name, mbx.mailbox_idnr, mbx.owner_idnr]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: db.c,db_findmailbox_by_regex: found [0] mailboxes
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Finished command lsub
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): line read for PID 17678
Feb 24 13:54:36 debian dbmail/imap4d[17678]: COMMAND: [4 lsub "" "#Public*"]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[0]: ''
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[1]: '#Public*'
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Executing command lsub...
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ic_list(): build the pattern: [^#Public.*$]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON acl.mailbox_id = mbx.mailbox_idnr JOIN subscription sub ON sub.user_id = '3' AND sub.mailbox_id = mbx.mailbox_idnr WHERE mbx.owner_idnr = '3' OR (acl.user_id = '3' AND acl.lookup_flag = '1') GROUP BY mbx.name, mbx.mailbox_idnr, mbx.owner_idnr]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: db.c,db_findmailbox_by_regex: found [0] mailboxes
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Finished command lsub
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): line read for PID 17678
Feb 24 13:54:36 debian dbmail/imap4d[17678]: COMMAND: [5 list "" "INBOX"]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[0]: ''
Feb 24 13:54:36 debian dbmail/imap4d[17678]: arg[1]: 'INBOX'
Feb 24 13:54:36 debian dbmail/imap4d[17678]: IMAPClientHandler(): Executing command list...
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ic_list(): build the pattern: [^INBOX$]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON mbx.mailbox_idnr = acl.mailbox_id WHERE (acl.user_id = '3' AND acl.lookup_flag = '1') OR mbx.owner_idnr = '3']
Feb 24 13:54:36 debian dbmail/imap4d[17678]: db.c,db_list_mailboxes_by_regex: comparing mailbox [INBOX] to regular expression
Feb 24 13:54:36 debian dbmail/imap4d[17678]: db.c,db_list_mailboxes_by_regex: regex match INBOX
Feb 24 13:54:36 debian dbmail/imap4d[17678]: db.c,db_findmailbox_by_regex: found [1] mailboxes
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT owner_idnr FROM mailboxes WHERE mailbox_idnr = '2']
Feb 24 13:54:36 debian dbmail/imap4d[17678]: dbmysql.c,db_query: executing query [SELECT name FROM mailboxes WHERE mailbox_idnr = '2']
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ChildSighandler(): got signal [11]
Feb 24 13:54:36 debian dbmail/imap4d[17678]: ChildSighandler(): cannot ignore this. Terminating
Feb 24 13:54:36 debian dbmail/imap4d[16709]: ParentSigHandler(): got signal [17]
Feb 24 13:54:36 debian dbmail/imap4d[16709]: StartServer(): child [17678] has exited
Feb 24 13:54:36 debian dbmail/imap4d[16709]: StartServer(): creating new child
Feb 24 13:54:36 debian dbmail/imap4d[17703]: CreateChild(): signal handler placed, going to perform task now
Feb 24 13:54:36 debian dbmail/imap4d[17703]: PerformChildTask(): waiting for connection



---------- /var/log/mysql/mysql.log ----------

040224 13:53:55 887 Query SELECT user_idnr, passwd, encryption_type FROM users WHERE userid = 'brian@xxxxxxxxxx'
887 Query UPDATE users SET last_login = '2004-02-24 13:53:55' WHERE user_idnr = '3'
887 Query SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON acl.mailbox_id = mbx.mailbox_idnr JOIN subscription sub ON sub.user_id = '3' AND sub.mailbox_id = mbx.mailbox_idnr WHERE mbx.owner_idnr = '3' OR (acl.user_id = '3' AND acl.lookup_flag = '1') GROUP BY mbx.name, mbx.mailbox_idnr, mbx.owner_idnr
887 Query SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON acl.mailbox_id = mbx.mailbox_idnr JOIN subscription sub ON sub.user_id = '3' AND sub.mailbox_id = mbx.mailbox_idnr WHERE mbx.owner_idnr = '3' OR (acl.user_id = '3' AND acl.lookup_flag = '1') GROUP BY mbx.name, mbx.mailbox_idnr, mbx.owner_idnr
887 Query SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON acl.mailbox_id = mbx.mailbox_idnr JOIN subscription sub ON sub.user_id = '3' AND sub.mailbox_id = mbx.mailbox_idnr WHERE mbx.owner_idnr = '3' OR (acl.user_id = '3' AND acl.lookup_flag = '1') GROUP BY mbx.name, mbx.mailbox_idnr, mbx.owner_idnr
887 Query SELECT mbx.name, mbx.mailbox_idnr, mbx.owner_idnr FROM mailboxes mbx LEFT JOIN acl ON mbx.mailbox_idnr = acl.mailbox_id WHERE (acl.user_id = '3' AND acl.lookup_flag = '1') OR mbx.owner_idnr = '3'
887 Query SELECT owner_idnr FROM mailboxes WHERE mailbox_idnr = '2'
887 Query SELECT name FROM mailboxes WHERE mailbox_idnr = '2'
892 Connect dbmail@localhost on dbmail

Brian Winkers
brian@xxxxxxxxx
http://www.ultri.com


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
krysalis.sandbo...    web.zope.zwiki/...    gnome.apps.gnum...    xfree86.newbie/...    editors.vim/200...    mozilla.enigmai...    boot-loaders.gr...    network.vnc.ult...    redhat.release....    java.geronimo.u...    os.netbsd.devel...    horde.wicked/20...    linux.lsb.discu...    ietf.ips/2005-0...    alsa.devel/2002...    user-groups.lin...    package-managem...    debian.devel.da...    security.cyrus....    video.gstreamer...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe

Navigation