RE: Maildir.c error
William Snow <[email protected]>
| Newsgroups | gmane.mail.sqwebmail |
|---|---|
| Message-ID | <[email protected]> |
I have confirmed that the new build (SqWebMail 20040201) fixes the maildir.c error for me. A tip of the hat to Sam for solving this so quickly! At 02:45 PM 1/31/2004 -0500, Billy wrote: >I am running redhat enterprise es, and have run into this same problem. >Does anyone know of a solution for this. Thanks. > >-----Original Message----- >From: Rajaie [mailto:[email protected]] >Sent: Saturday, January 31, 2004 5:55 AM >To: [email protected]; William Snow >Subject: Re: [sqwebmail] Maildir.c error > >HI , >I am running also redhat 9 , I am facing the same problem , I tried serveral >things but in vain , I am using mysql authentication but in vain , I can see >sqwebmail installing the tmp files and doing everything fine but the same >problem for maildir.c error. >I appreicate also any help >regaqrds > >----- Original Message ----- >From: "William Snow" <[email protected]> >To: <[email protected]> >Sent: Friday, January 30, 2004 10:39 PM >Subject: [sqwebmail] Maildir.c error > > > > Greetings, > > > > I am trying to get sqwebmail up and running on a Linux box with Apache > > and Qmail installed. I am not using Courier and do not have need for > > IMAP or LDAP. I am using PAM authentication. > > > > After successful compilation I receive the following message after > > attempting to login: > > > > "Internal error (module maildir.c, line 170) - contact system >administrator" > > > > This is the problem code segment in maildir.c: > > > > if (maildir_info_imap_find(&minfo, foldername, sqwebmail_mailboxid)<0) > > enomem(); > > > > Here is my current configure string: > > > > ./configure --prefix=/usr/local/share/sqwebmail > > --with-cachedir=/var/cache/sqwebmail --enable-imageurl=/webmail > > --enable-imagedir=/var/www/html/webmail > > --enable-cgibindir=/var/www/cgi-bin/sqwebmail --disable-changepass > > --without-gzip --enable-autopurge=1 --enable-maxpurge=7 > > --without-ispell --without-authmysql --without-authpgsql > > --without-authldap --without-authvchkpw --without-authuserdb > > --disable-utf7-folder-encoding > > > > I am seeing sqwebmail create the .Drafts directory and the > > sqwebmail-ip sqwebmail-timestamp files. > > > > If anyone has experience with this error, or any suggestions, I would > > greatly appreciate any help. > > > > Thanks > > > >