Thanks,

I tried with the following:
Created a Unix user testuser1, use 'passwd testuser1' set a password. 'su'
testuser1, and did "./maildirmake $HOME/Maildir". 

In ./configure options, I disabled all auth method except authpwd.

But I still didn't success:
Sep 25 01:24:21 bwc-imap-01 imapd: Connection, ip=[::ffff:10.101.85.33]
Sep 25 01:24:36 bwc-imap-01 imapd: LOGIN FAILED, ip=[::ffff:10.101.85.33]

* OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc.  See
COPYING for distribution information.
1 login testuser1 password
1 NO Login failed.

Which auth method should I use to pass the authentication? Or is there
anything else I need to do to create a new user?

Thanks,

Su



-----Original Message-----
From: Mark Constable [mailto:[EMAIL PROTECTED]]
Sent: September 25, 2002 12:38 AM
To: Su Li
Subject: Re: [courier-users] Re: First time user need help -- how to
creat e e users --OH OH!


On Wednesday 25 September 2002 14:16, Su Li wrote:
> I know how to create maildir now. I 'su' to test1  then did './maildirmake
> $HOME/testdir'. I wonder that means Unix accont test1 has a maildir
> testdir. What else should I do to link 'testdir' and 'test1', sot that
user

If testdir = Maildir then it will work automatically.

> test1's mail box is 'testdir'? Can you give me an exmaple?

Try putting this into a bash script... ie; "newuser test1"

# cat /usr/local/sbin/newuser
#!/bin/sh

su - $1
maildirmake ./Maildir

# add anything else to help set up the new users account



--markc


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to