I have just installed it, and its failing at the performance test step of the install. I'm pretty sure I haven't done anything wrong. The only issue that popped up during the make/install was that the Debian was missing a softlink to the libsasl library. I took a look at one of my redhat boxes, and saw that the necessary link was linked to a library I had so I fixed that and the configure and install went off without a hitch.
The showmodules comes back with the proper output.
here is my setup. maybe i'm missing something and one of you eagle eyes can help me out.
from /etc/hosts 12.106.72.102 courier.ustri.com
from /etc/passwd courier:x:1001:1001:Courier Mail System:/mail:/bin/tcsh billy:x:1002:1002:Test:/mail/home/billy:/bin/tcsh
my test user is "billy". I can log in with him fine(using shadow passwords) my postmaster is aliased to the courier user
I'm using authdaemond.plain for now(to test)
default domain is ustri.com
ps -ef | grep courier shows
root 603 1 0 11:47 ? 00:00:00 /usr/lib/courier/libexec/courier/courierd
courier 604 603 0 11:47 ? 00:00:00 /usr/lib/courier/libexec/courier/courierd
uucp 605 604 0 11:47 ? 00:00:00 ./courieruucp
root 606 604 0 11:47 ? 00:00:00 ./courierlocal
root 607 604 0 11:47 ? 00:00:00 ./courierfax
courier 608 604 0 11:47 ? 00:00:00 ./courieresmtp
courier 609 604 0 11:47 ? 00:00:00 ./courierdsn
root 637 1 0 11:49 ? 00:00:00 /usr/lib/courier/libexec/authlib/authdaemond.plain start
root 638 637 0 11:49 ? 00:00:00 /usr/lib/courier/libexec/authlib/authdaemond.plain start
root 639 637 0 11:49 ? 00:00:00 /usr/lib/courier/libexec/authlib/authdaemond.plain start
root 640 637 0 11:49 ? 00:00:00 /usr/lib/courier/libexec/authlib/authdaemond.plain start
root 641 637 0 11:49 ? 00:00:00 /usr/lib/courier/libexec/authlib/authdaemond.plain start
root 642 637 0 11:49 ? 00:00:00 /usr/lib/courier/libexec/authlib/authdaemond.plain start
When issuing the command sh perftest1 1 "billy-test-1" i get the following output in my logs..
Aug 25 12:16:43 linux2 courierd: newmsg,id=0008464C.3F4A609B.000002F0: dns; localhost (localhost [127.0.0.1])
Aug 25 12:16:43 linux2 courierd: id=0008464C.3F4A609B.000002F0,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>: 550 User unknown.
Aug 25 12:16:43 linux2 courierd: id=0008464C.3F4A609B.000002F0,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>,status: failure
Aug 25 12:16:43 linux2 courierd: completed,id=0008464C.3F4A609B.000002F0
Aug 25 12:16:43 linux2 courierd: started,id=0008464C.3F4A609B.000002F0,from=<>,module=dsn,host=,addr=<[EMAIL PROTECTED]>
Aug 25 12:16:43 linux2 courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=1, inprogress=1
Aug 25 12:16:43 linux2 courierd: newmsg,id=00084650.3F4A609B.000002F3: dns; localhost (localhost [127.0.0.1])
Aug 25 12:16:43 linux2 courierd: id=00084650.3F4A609B.000002F3,from=<>,addr=<[EMAIL PROTECTED]>: 550 User unknown.
Aug 25 12:16:43 linux2 courierd: id=00084650.3F4A609B.000002F3,from=<>,addr=<[EMAIL PROTECTED]>,status: failure
Aug 25 12:16:43 linux2 courierd: completed,id=00084650.3F4A609B.000002F3
Aug 25 12:16:43 linux2 courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=2, inprogress=1
Aug 25 12:16:43 linux2 courierd: started,id=00084650.3F4A609B.000002F3,from=<>,module=dsn,host=,addr=<postmaster>
Aug 25 12:16:43 linux2 courierd: completed,id=0008464C.3F4A609B.000002F0
Aug 25 12:16:43 linux2 courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=1, inprogress=1
Aug 25 12:16:43 linux2 courierd: newmsg,id=0008464C.3F4A609B.000002F5: dns; localhost (localhost [127.0.0.1])
Aug 25 12:16:43 linux2 courierd: id=0008464C.3F4A609B.000002F5,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>: 550 User unknown.
Aug 25 12:16:43 linux2 courierd: id=0008464C.3F4A609B.000002F5,from=<[EMAIL PROTECTED]>,addr=<[EMAIL PROTECTED]>,status: failure
Aug 25 12:16:43 linux2 courierd: completed,id=0008464C.3F4A609B.000002F5
Aug 25 12:16:43 linux2 courierd: Waiting. shutdown time=none, wakeup time=none, queuedelivering=1, inprogress=1
Aug 25 12:16:43 linux2 courierd: completed,id=00084650.3F4A609B.000002F3
Aug 25 12:16:43 linux2 courierd: Waiting. shutdown time=Mon Aug 25 12:47:42 2003, wakeup time=Mon Aug 25 12:47:42 2003, queuedelivering=0, inprogress=0
It seems like courier can't find the users. This would seem to be an authentication problem, but as I said, I can log into the box fine using the test(billy) user and the courier user.
I looked at my config.log and didn't see any wierdness.
anybody got any ideas as to where I can begin to troubleshoot this? (short of sticking a bunch of debugging messages in the authlib code).
Its a pretty simple install and config, so I'm wondering if its that libsasl problem . Here is my sasl info
linux2:/usr/lib# ls -al libsas*
lrwxrwxrwx 1 root root 17 Aug 22 18:52 libsasl.so -> libsasl.so.7.1.10
lrwxrwxrwx 1 root root 17 Jul 16 07:33 libsasl.so.7 -> libsasl.so.7.1.10
-rw-r--r-- 1 root root 40612 Mar 30 2002 libsasl.so.7.1.10
-rw-r--r-- 1 root root 672 Mar 27 2002 libsasl2.la
lrwxrwxrwx 1 root root 17 Aug 22 18:26 libsasl2.so -> libsasl2.so.2.0.2
lrwxrwxrwx 1 root root 17 Aug 22 18:26 libsasl2.so.2 -> libsasl2.so.2.0.2
-rw-r--r-- 1 root root 64292 Mar 27 2002 libsasl2.so.2.0.2
i added the softlink of libsasl.so -> libsasl.so.7.1.10 (which is what my redhat box has)
Any ideas?
bill
------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
