On Thu, 2002-10-03 at 19:21, David Humphrey wrote:
> Phew!!!  Same thing with those RPM's.  Thanks for the link Gordon,
> nicely done, I really appreciate it.   It has answered one thing;
> whether the issue was a compile problem.  It's not.

Good enough.  One possibility down.

> I'm sorry to say, that the same exact thing happens with those RPM's, as
> was with the binaries I have built here.  So it just has to be me!

Did you remove all of the old binaries and config files prior to
install?

If so, maybe there's some sort of library problem...  Run ldd on
courieresmtp and see what you get.  Should look like this:

# ldd /usr/lib/courier/libexec/courier/modules/esmtp/courieresmtp
        libdl.so.2 => /lib/libdl.so.2 (0x4001e000)
        libgdbm.so.2 => /usr/lib/libgdbm.so.2 (0x40022000)
        libc.so.6 => /lib/i686/libc.so.6 (0x42000000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

And if it does look like that, then run 'rpm -qf' and 'rpm -Vf' on each
file.  'rpm -Vf' should always return nothing:

# rpm -Vf /lib/libdl.so.2 /usr/lib/libgdbm.so.2 /lib/i686/libc.so.6 \
        /lib/ld-linux.so.2
# rpm -qf /lib/libdl.so.2 /usr/lib/libgdbm.so.2 /lib/i686/libc.so.6
/lib/ld-linux.so.2   glibc-2.2.5-39
gdbm-1.8.0-14
glibc-2.2.5-39
glibc-2.2.5-39

> But I can't figure out what!  What is it about courieresmtp that needs
> to be configured to send mail *out* of the server?!?

Should just work.




-------------------------------------------------------
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