Hello,
I have done that, it works now, but the mail is delivered to
/var/mail...
How can I squeeze ./Mailbox in there somehow?
Thanks,
T
Sam wrote:
>
> On Fri, 12 Nov 1999, Tristan Hannover wrote:
>
> > Hello,
> >
> > I was curious if anyone uses maildrop (or equivalents) to sort incoming
> > mail to various folders (depending on subject, from, to), or even
> > rewrite various headers on demand.
> > And if so, would anyone please show me the correct to integrate maildrop
> > into qmail? Maildrop's homepage shows its setup for sendmail, but makes
> > no references for qmail.
> >
> > I tried to use the procmail startup files, and when replaced procmail
> > with maildrop string (for piping incoming messages to it), my qmail no
> > longer receives any mail.
>
> Use the startup command in Qmail's INSTALL, except replace ./Maildir with
> '| /usr/local/bin/maildrop', including the single quotes.