Sen Nagata <[EMAIL PROTECTED]> writes: > is there a qmail package for bo available? i haven't been successful > in locating it if there is one...
Get the qmail-src package out of hamm's non-free. I built it manually rather than with the provided command, but it's not a big problem. The version I got didn't include the qmail-procmail program referred to (there's a bug #14315 for this) so here's mine: ----- #!/bin/sh /usr/bin/preline /usr/bin/procmail -p -f "$SENDER" status=$? # From DJB's dot-forward.c. Does procmail document this *anywhere*? case $status in 0) exit 0 ;; 100 | 64 | 65 | 70 | 6 | 77 | 78 | 112) exit 100 ;; *) exit 111 ;; esac ----- -- Carey Evans http://home.clear.net.nz/pages/c.evans/ GNU GPL: "The Source will be with you... always." -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .