1 From: Ron Bickers <rbickers@logicetc.com>
3 For the archives (or for comment):
5 I now have mailbox_command = /usr/local/libexec/postqmail-local and
6 postqmail-local looks like this (minus some mailer wrapping):
9 export PATH=$PATH:/usr/local/bin:/var/qmail/bin
10 tail +2 | seekablepipe qmail-local -- \
11 "$USER" "$HOME" "$LOCAL" "${EXTENSION:+-}" "$EXTENSION"
12 "$DOMAIN""$SENDER" ./Maildir/
14 (($e == 111)) && exit 75
15 (($e == 100)) && exit 77