--Yanek Korff wrote on 28.02.2002 09:54 -0500:
 >> You also could configure --without-authdaemon, much easier
>> to debug with strace.
> ktrace okay?  Been using that -- easy enough to predict which authdaemon.
> It always chooses the lowest pid.

You want the other pid (with daemons=1 as recommended).
This script generates some lines useful output, at least
on FreeBSD with strace installed from the ports:

� #!/bin/sh -x
� strace -p `ps -ax | grep authdaemond | tail -n 1 | awk '{print $1}'` &
� ./authtest invalid@user
� sleep 1
� killall strace
� exit


Roland


_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to