/var/qmail/rc only contains the _default_ delivery instructions. .qmail
files in your home directory override this.
--Adam
On Thu, Apr 06, 2000 at 10:09:43AM +0200, Puck wrote:
> Hi there,
>
> i'm using some fine init-scripts for qmail and a qmail-wrapper (/var/qmail/rc) :
>
> [root@mohawk qmail]# cat rc
> #!/bin/sh
>
> # Using splogger to send the log through syslog.
> # Using procmail to deliver messages to /var/spool/mail/$USER by default.
>
> exec env - PATH="/var/qmail/bin:$PATH" \
> qmail-start '|preline procmail' splogger qmail
> [root@mohawk qmail]#
>
> procmail isn't patched to use Maildir delivery but, how ever, it works fine with
>Maildir?!
>
> Can someone explain this to me? Do i need to use procmail here? Why does it work
> without a patched procmail?!?!
>
> Thanks a lot,
> Thomas
>