atom feed7 messages in net.sourceforge.lists.courier-usersRe[2]: [courier-users] authcustom - i...
FromSent OnAttachments
challengerSep 21, 2002 9:37 am 
Peter C. NortonSep 21, 2002 10:32 am 
Bill MichellSep 21, 2002 11:25 am 
challengerSep 22, 2002 10:15 am 
challengerSep 22, 2002 10:31 am 
Peter C. NortonSep 22, 2002 12:05 pm 
challengerSep 22, 2002 6:58 pm 
Subject:Re[2]: [courier-users] authcustom - impossible to get it work?
From:challenger (cour@gebert.net)
Date:Sep 22, 2002 10:15:41 am
List:net.sourceforge.lists.courier-users

Hello Bill,

Saturday, September 21, 2002, 7:24:57 PM, you wrote:

BM> Does the named maildir actually exist?

Yes, it does exist, but I did some other mistakes. Uid/gid 12/8 didn't exist, it's 8/12. This took me one step further. I got a message in /var/log/maillog, which said that it was unable to access the maildir. But the whole maildir is accessible by 8/12. Then I changed the homedir to /var/mail. Like this, the maildir is within homedir and IT WORKS. :)

Now my next problem. This line is out of /var/log/maildir:

Sep 22 18:47:24 server1 pop3d: LOGIN,user=moretti^M,ip=[::ffff:X.X.X.X]

I've already recognized this "^M" before I got all the above problems solved. Where does it come from? Somehow I expect const char *user to be the username as entered by the user without any specials chars... The same thing applies to const char *pass. Well, I can crop this char in my auth code, but then again I think, there is something not working properly.

Thank you for your help.

Markus