All of lore.kernel.org
 help / color / mirror / Atom feed
* IMAP Auth problem
@ 2004-09-08 11:07 Ralica Kirilova
  2004-09-09  7:00 ` Ralica Kirilova
  0 siblings, 1 reply; 3+ messages in thread
From: Ralica Kirilova @ 2004-09-08 11:07 UTC (permalink / raw)
  To: linux-admin

Hi all,
I'm trying to run a Courier-IMAP server.
__1.__ My configuration parameters :
./configure \
  --prefix=/usr/local/courier-imap \
  --disable-root-check \
  --without-authpam \
  --without-authldap \
  --without-authmysql \
  --without-authpgsql \
  --without-authshadow \
  --without-authuserdb \
  --without-authcustom \
  --without-authvchkpw \
  --without-authdaemon \
  --with-authpwd     /* want to use /etc/passwd for auth */
__2.__ Then I write: make, make install, make install-configure. Everything
goes fine. No errors.
__3.__ start, ps -xawu
root     24974  0.0  0.2  1460  528 ?        S    12:53   0:00
/usr/local/courier-imap/libexec/couriertcpd -address=0 -stderrlogger=
root     24977  0.0  0.1  1368  448 ?        S    12:53   0:00
/usr/local/courier-imap/sbin/courierlogger imapd
__4.__ test, telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
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.
a login username password /*existing*/
a NO Login failed.
a logout
* BYE Courier-IMAP server shutting down
a OK LOGOUT completed
Connection closed by foreign host.
__5.__ my /usr/local/courier-imap/etc/imapd file     /* without comments */
ADDRESS=0
PORT=143
MAXDAEMONS=40
MAXPERIP=40
PIDFILE=/var/run/imapd.pid
TCPDOPTS="-nodnslookup -noidentlookup"
AUTHMODULES="authpwd"
AUTHMODULES_ORIG="authpwd authshadow"
DEBUG_LOGIN=0
IMAP_CAPABILITY="IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE"
IMAP_IDLE_TIMEOUT=60
IMAP_CAPABILITY_TLS="$IMAP_CAPABILITY AUTH=PLAIN"
IMAP_CAPABILITY_TLS_ORIG="$IMAP_CAPABILITY_ORIG AUTH=PLAIN"
IMAP_DISABLETHREADSORT=0
IMAP_CHECK_ALL_FOLDERS=0
IMAP_OBSOLETE_CLIENT=0
IMAP_ULIMITD=65536
IMAP_USELOCKS=1
IMAP_SHAREDINDEXFILE=/usr/local/courier-imap/etc/shared/index
IMAP_ENHANCEDIDLE=0
IMAP_TRASHFOLDERNAME=Trash
IMAP_EMPTYTRASH=Trash:7,Sent:30
IMAP_MOVE_EXPUNGE_TO_TRASH=0
SENDMAIL=/usr/sbin/sendmail
HEADERFROM=X-IMAP-Sender
IMAPDSTART=YES
MAILDIRPATH=Maildir

I don't know where is the problem.
Any help is appriciated.

Larry.
P.S. Sorry for my bad english








^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: IMAP Auth problem
@ 2004-09-08 11:22 Ralica Kirilova Podovi Nastilki
  0 siblings, 0 replies; 3+ messages in thread
From: Ralica Kirilova Podovi Nastilki @ 2004-09-08 11:22 UTC (permalink / raw)
  To: linux-admin

Oops,
forgot to say.
My distro is Slackware -9.1. Kernel 2.4.26

Sorry :)

Larry.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: IMAP Auth problem
  2004-09-08 11:07 IMAP Auth problem Ralica Kirilova
@ 2004-09-09  7:00 ` Ralica Kirilova
  0 siblings, 0 replies; 3+ messages in thread
From: Ralica Kirilova @ 2004-09-09  7:00 UTC (permalink / raw)
  To: linux-admin

Hi again,
sorry for the flame :)
all fixed now, with authshadow
Bye!



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-09-09  7:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-08 11:07 IMAP Auth problem Ralica Kirilova
2004-09-09  7:00 ` Ralica Kirilova
  -- strict thread matches above, loose matches on Subject: below --
2004-09-08 11:22 Ralica Kirilova Podovi Nastilki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.