Hello, I did fix this problem... In my case, i re-edit the authmysqlrc file, and have removed the spaces and tabs... After, I have found in the internet, the great solution: The order of the fields in authmysqlrc is wrong. I use the select clause, and i guess that you should use too...
# username, cryptpw, uid, gid, clearpw, home, maildir, quota, fullname The order above is wrong. The clearpw is after cryptpw... And for test purpose, you should give full permissions for the test user, in mysql db. You should use the strace software to debug the authentication daemon, and enable the log for all, in mysql. -- ------------------------------------------------------------------------ FreeShell's master http://omestre.freeshel.org ------------------------------------------------------------------------ On Mon, 2002-07-08 at 04:18, Andrew D wrote: > Jared Rhine at Sun, 07 Jul 2002 13:26:22 -0700 wrote: > > [Andrew == [EMAIL PROTECTED] on Thu, 04 Jul 2002 17:53:23 +0930 (CST)] > > > > Andrew> No connections at all from courier... > G'Day, > > > > Check that the mysql socket location (MYSQL_SOCKET in authmysqlrc) is > > set to the correct location. Someone on this list just recently had a > > "no connections to mysql at all" problem caused by not setting this > > parameter to the correct value for their configuration. > > > netstat -l > > unix LISTENING /usr/lib/courier-imap/var/authdaemon/socket.tmp > unix LISTENING /var/lib/mysql/mysql.sock > > in my authmysqlrc file > > MYSQL_SOCKET /var/lib/mysql/mysql.sock > > also if I specify host and port to connect, it don't use that either. > > So as you can see it points to where its 'sposed to. > my biggest prob is the boss likes suse and won't change to another > distro. > > Just wondering if anyone has success with installing courier imap (with > mysql)onto a suse 7.1, using either a tar or using an rpm (as suse don't > have a courier rpm in 7.1), let me know. > > This is so bizare I got no idea what to do. my boss doesn't want to move > to another distro so I am sort of stuck between a rock and a hard place. > > Thanx for your help :) > > > -- [EMAIL PROTECTED] > > > > "One cannot mark the point without marking the path." > cya > Andrew > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Oh, it's good to be a geek. > http://thinkgeek.com/sf > _______________________________________________ > courier-users mailing list > [EMAIL PROTECTED] > Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Oh, it's good to be a geek. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
