[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: would like to use qmail on debian box and got bo running on a hinote ultra 2



Sen Nagata <sen_ml@eccosys.com> 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
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: