From: "Ralica Kirilova" <larry@itsbg.net>
To: linux-admin@vger.kernel.org
Subject: IMAP Auth problem
Date: Wed, 8 Sep 2004 14:07:45 +0300 [thread overview]
Message-ID: <001101c49594$1213c340$0500a8c0@sea> (raw)
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
next reply other threads:[~2004-09-08 11:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-08 11:07 Ralica Kirilova [this message]
2004-09-09 7:00 ` IMAP Auth problem Ralica Kirilova
-- strict thread matches above, loose matches on Subject: below --
2004-09-08 11:22 Ralica Kirilova Podovi Nastilki
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='001101c49594$1213c340$0500a8c0@sea' \
--to=larry@itsbg.net \
--cc=linux-admin@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).