On Thu, 11 Apr 2002 at 17:25, Ina Patricia Lopez wrote:
> as much as possible, i dont want to use packages. i want to install from
> the source tarball.

What administrative sense this makes is absolutely foreign to me. If you
-REALLY- wanted to know "what went on under the hood" of your
applications, or if you wanted to learn about how the more experienced
package managers build a particular piece of software, or if you wanted to
customize how software was built and installed, you could rebuild the
packages from their sources. There are SRPMs and the really convenient
"apt-get source foo". These give you so many more benefits AFAIK than
simply building straight from the source, raw, and without the benefits of
package management.

>   ./configure \
>         --without-certdb \
>         --without-authpam \
>         --without-authldap \
>         --without-authpwd \
>         --without-authmysql \
>         --without-authpgsql \
>         --without-authvchkpw \
>         --without-authcram \
>         --without-authdaemon \
>         --without-authcustom
>
> and my users are supposed to be authenticated from the /etc/shadow file.

Is authshadow enabled by default? If you're not sure it's the default then
it's honestly funny how you've disabled all those authentication methods
and expect people to be able to login. Seriously (aka: sarcasm aside) you
may want to enable authshadow explicitly, or maybe authpam since it's very
useful to be able to modify stuff through pam.

I personally use the courier authdaemon, and it's served me pretty well.
authdaemon goes through PAM which goes through libpam_ldap. I should
probably try authdaemon to authldap one of these days but it works and has
scaled to whatever load we've got so there's no need for me to mangle it
that much.

> [root@mail etc]# telnet 10.10.10.1 143
> Trying 10.10.10.1 ...
> Connected to 10.10.10.1
> Escape character is '^]'.
> * OK Courier-IMAP ready. Copyright 1998-2002 Double Precision, Inc.
> See COPYING for distribution information.
> 1 logout
> * BYE Courier-IMAP server shutting down
> 1 OK LOGOUT completed
> Connection closed by foreign host.
>
> my maillog shows:
>
> Apr 12 09:20:14 dns imapd: Connection, ip=[::ffff:10.10.10.2]
> Apr 12 09:20:26 dns imapd: LOGOUT, ip=[::ffff:10.10.10.2]
> Apr 12 09:24:48 dns imapd: Connection, ip=[::ffff:10.10.10.2]
> Apr 12 09:24:56 dns imapd: LOGIN FAILED, ip=[::ffff:10.10.10.2]
>
> what else did i missed?

Uh, why didn't you login? You connected to your IMAP server then logged
out immediately. Is that really what you wanted to achieve? How about
executing:

   1 login username password

And then checking the logs?

 --> Jijo

-- 
Federico Sevilla III   :  <http://jijo.free.net.ph/>
Network Administrator  :  The Leather Collection, Inc.
GnuPG Key Fingerprint  :  0x93B746BE

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to