Hello,

I instaled courier-imap in a Slackware 11 fresh disc one full install,
it uses kernel 2.4.33.3.

I compiled from the source using the following options:

courier-authlib:

env CPPFLAGS="-I/usr/include/mysql" \
LDFLAGS="-L/usr/lib/mysql -lmysqlclient -lz" \
./configure --without-authvchkpw --without-authdeamon \
--without-authuserdb --without-authpam --without-authldap \
--without-authpwd --without-authshadow --without-authpgsql \
--without-authcustom --without-authpipe --with-authmysql \
--with-authmysql-libs=/usr/lib/mysql \
--with-authmysql-includes=/usr/include/mysql

courier-imap:

./configure --prefix=/usr/local


I then configured authlib for using MySQL and put pop3 and imap to start
with courier-imap.

My messages are being passed in and out by Postfix, and it seems to work
ok.

When I try to get my messages I get a timed out response, after some
time.

-- /var/log/messages:

Feb 21 11:15:19 email couriertcpd: Connection, ip=[::ffff:201.8.51.161]
Feb 21 11:15:22 email authdaemond: received auth request, service=pop3,
authtype=login
Feb 21 11:15:22 email authdaemond: authmysql: trying this module
Feb 21 11:15:22 email authdaemond: SQL query: SELECT Email, "", Senha,
'12345', '54321', '/home/fama', DiretorioMail, Quota, Nome, "" FROM
Contas WHERE Email = "[EMAIL PROTECTED]" AND (Ativo=1)
Feb 21 11:15:22 email authdaemond: authmysql: sysusername=<null>,
sysuserid=12345, sysgroupid=54321, homedir=/home/fama,
[EMAIL PROTECTED], fullname=Everson NoBIOS S.A., maildir=everson/,
quota=0, options=<null>
Feb 21 11:15:22 email authdaemond: Authenticated: sysusername=<null>,
sysuserid=12345, sysgroupid=54321, homedir=/home/fama,
[EMAIL PROTECTED], fullname=Everson NoBIOS S.A., maildir=everson/,
quota=0, options=<null>
Feb 21 11:15:22 email couriertcpd: LOGIN, [EMAIL PROTECTED],
ip=[::ffff:201.8.51.161]

-- ps ax:

8069 ?        R      0:17 /usr/local/bin/pop3d everson/

-- ls -n everson/
total 101
drwxr-xr-x 2 12345 54321    72 2006-04-04 07:57 courierimaphieracl/
drwx------ 2 12345 54321  8264 2006-10-27 11:02 courierimapkeywords/
-rw-r--r-- 1 12345 54321    53 2006-07-24 10:21 courierimapsubscribed
-rw-r--r-- 1 12345 54321 15219 2006-10-30 20:01 courierimapuiddb
-rw-r--r-- 2 12345 54321 23571 2007-01-17 15:03 courierpop3dsizelist
drwx------ 2 12345 54321 36624 2007-02-21 09:23 cur/
-rw------- 1 12345 54321     7 2007-02-21 09:23 maildirsize
drwx------ 2 12345 54321  7032 2007-02-21 09:23 new/
drwx------ 2 12345 54321   416 2007-02-21 09:23 tmp/


This was a system that was running a older version of courier-imap, but
the system went down and I was able to recover the files.

I then create a new user and was able to get new messages, the message
output was the same, I can't find the error, altough I suspect :) it is
because of the old files.

-- ls -n nobios/
total 10
-rw-r--r-- 1 12345 54321 77 2007-02-21 11:29 courierpop3dsizelist
drwx------ 2 12345 54321 48 2007-02-21 11:29 cur/
-rw------- 1 12345 54321 33 2007-02-21 11:29 maildirsize
drwx------ 2 12345 54321 48 2007-02-21 11:29 new/
drwx------ 2 12345 54321 48 2007-02-21 11:29 tmp/


Anyone has a hint ?

Thanks in advice...


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Courier-imap mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-imap

Reply via email to