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

Reply via email to