Hi In the DRAC homepage(http://mail.cc.umanitoba.ca/drac/pop.html) I've seen a tool to make DRAC work without modifying any courier-pop sources (http://mail.cc.umanitoba.ca/drac/courier-exec.txt). I've tried it, but I get no response and I don't know where to look at...
I have separate pop and smtp servers, and I've done this: On the smtp server (Debian unstable): apt-get install drac host# ps uax|grep drac root 5568 0.0 0.0 2388 808 ? S 15:36 0:00 /usr/sbin/rpc.dracd -i -e 30 /var/lib/drac/dracd.db On the courier-pop server: apt-get install drac-dev cc -o drac-add drac-add.c -ldrac cp drac-add /usr/lib/courier/authlib/drac-add And then I added "drac-add" to "/etc/courier/authdaemonrc" on "authmodulelist" like this: authmodulelist="authldap authpam drac-add" I restarted courier-authdaemon and courier-pop, but I see no activity... Where should I see some activity log? I've done "grep -ir drac-add /var/log/*" and I get only these results: /var/log/messages:Jun 15 15:42:05 orc authdaemond.ldap: authdaemon: modules="authldap authpam drac-add", daemons=5 /var/log/syslog:Jun 15 15:42:05 orc authdaemond.ldap: authdaemon: modules="authldap authpam drac-add", daemons=5 /var/log/user.log:Jun 15 15:42:05 orc authdaemond.ldap: authdaemon: modules="authldap authpam drac-add", daemons=5 So, do any of you think I am doing something wrong? Where can I see what's going on? How can I see if drac-add is sending rpc-requests correctly, or if drac is receiving rpc-requests correctly? Some log Thanks in advance Tomās