I'm trying to set up BINC to replace C***ier on my mail server, but running into one last problem that I'm hoping to solve.
Some users, local to the box, use Pine. For passwordless usage, we use Pine over SSH, which basically calls /etc/rimapd. For stock imapd implementations, this is generally a symlink to the imapd daemon. For C***ier, it's a shell script: #!/bin/sh exec /usr/lib/courier-imap/bin/imapd $HOME/Maildir 2>/dev/null Essentially, this does a PREAUTH for the local user. How can I call or script BINC to do a PREAUTH, so I can set up an appropriate /etc/rimapd? Thanks. Joe
