[EMAIL PROTECTED] wrote:

>I'd like to setup a priamry to do mail forwarding to a NT exchange
>server, only if there is no local account on the primary mail server

Use ~alias/.qmail-default to forward the "no local account" messages
to the NT box, e.g.:

  |forward "$LOCAL"@ntbox

>it would be useful if a copy of each forwarded e-mail could be saved
>on the qmail server for 30 days or so

Add a Maildir delivery line to ~alias/.qmail-default:

  ./LogMaildir/

And run a cron job nightly to purge 31-day-old mail from
~alias/LogMaildir.

-Dave

Reply via email to