Henry: Thanks, this worked beautifully: a very nice, simple solution to the problem. I wish I had thought of it.
Since I use xinetd to handle binc, I changed $TCPREMOTEIP to $REMOTE_HOST. Dave > > > Create a script similar to the following: > #! /bin/sh > logger "bincimapd $BINCIMAP_USERID authenticated from $TCPREMOTEIP" > exec $@ > Add this script to the binc command chain between your checkpassword and > bincimapd commands. > > You may need to replace TCPREMOTEIP if you are not using tcpserver. Of > course, you can change the message to whatever you like. >
