[courier-users] IMAP AUTH Problems

2004-03-11 Thread Tech
Hello everyone. I'm new to this list as well as Courier-IMAP so please 
forgive me for my ignorance.
I have been given the thankless, unhappy task of getting a Postfix + 
Courier server up and running by Friday of this week. (3/12/04)
Firstly, I am receiving the following message when I telnet to port 143:

  Trying 127.0.0.1...
  Connected to localhost.avcschool.com.
  Escape character is '^]'.
  * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
  THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
  ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double
  Precision, Inc.  See COPYING for distribution information.
  LOGIN username password
  NO Error in IMAP command received by server.
  * BYE Courier-IMAP server shutting down
  LOGOUT
  OK LOGOUT completed
I am not too sure what is wrong but I can tell you that my 
AUTHMODULES=authdaemon authpwd . Also, I am working with a FreeBSD 
box. Now, all documentation seems to state that AUTHMODULES is managed 
in imapd.conf. Unfortunately, this file does not seem to exist. But I 
have found a /usr/lib/etc/imapd without the .conf. In it  I did find a 
line for AUTHMODULES. I edited it but don't know if this is indeed the 
conf file in question.
Also, do any of you think it possible to get a fully functional Postfix 
+ Courier-IMAP server up and running in two days?

Thank you very much.

--

David Brock
Technology Coordinator
Apple Valley Christian School
[EMAIL PROTECTED]


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users


Re: [courier-users] IMAP AUTH Problems

2004-03-11 Thread Jesse Keating
On Thursday 11 March 2004 07:49, Tech wrote:
   Trying 127.0.0.1...
Connected to localhost.avcschool.com.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL
ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004
 Double Precision, Inc.  See COPYING for distribution information.
 LOGIN username password
NO Error in IMAP command received by server.
* BYE Courier-IMAP server shutting down
LOGOUT
OK LOGOUT completed

 I am not too sure what is wrong but I can tell you that my
 AUTHMODULES=authdaemon authpwd . Also, I am working with a FreeBSD
 box. Now, all documentation seems to state that AUTHMODULES is
 managed in imapd.conf. Unfortunately, this file does not seem to
 exist. But I have found a /usr/lib/etc/imapd without the .conf. In it
  I did find a line for AUTHMODULES. I edited it but don't know if
 this is indeed the conf file in question.
 Also, do any of you think it possible to get a fully functional
 Postfix + Courier-IMAP server up and running in two days?

Prefix your commands with a number.

001 LOGIN ${username} ${password}

-- 
Jesse Keating RHCE  (geek.j2solutions.net)
Fedora Legacy Team  (www.fedoralegacy.org)
GPG Public Key  (geek.j2solutions.net/jkeating.j2solutions.pub)
 
Was I helpful?  Let others know:
 http://svcs.affero.net/rm.php?r=jkeating


pgp0.pgp
Description: signature


Re: [courier-users] IMAP AUTH Problems

2004-03-11 Thread Björn Schneider
Hi,

I got my own Courier working just today (Wheee! ;) ): it's not a matter 
of your authentication modules, but you have to prefix every command 
with an (freely selectable (?)) alphanumeric string, eg.:

A1234 LOGIN [EMAIL PROTECTED] mypassword
A1234 OK Password accepted
B0003 NOOP
B0003 OK
...etc...

...then it'll work :)
You may have a glance at the IMAP-RFC (found at 
http://www.imap.org/about/ for instance), where this  much more of the 
protocol is described.

Good luck!
cu,
 Bjoern


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users