> Of course, Pawel. This is part of the directive for the dafaut delivery
> mechanism and would depend on your qmail's setup.
>
> See http://www.lifewithqmail.org if it is not the process you followed to
> install qmail. You can reference the directive for the qmail-start
> process At times that is in an rc file. i.e. instead of ./Maildir you can
> have |something.
>
I don't understand qmail.
It work(in local user .qmail):
|qmail-rblchk -l /var/log/spam/log -r bl.spamcannibal.org
../Maildir/
So I change in /etc/init.d/qmail
line:
qmail-start ./Maildir/ splogger qmail &
to:
qmail-start '|qmail-rblchk -l /var/log/spam/log -r bl.spamcannibal.org
../Maildir/' splogger qmail &
to:
qmail-start `|qmail-rblchk -l /var/log/spam/log -r bl.spamcannibal.org
../Maildir/` splogger qmail &
to:
qmail-start |qmail-rblchk -l /var/log/spam/log -r bl.spamcannibal.org
../Maildir/ splogger qmail &
and it's not work:(
I saw in process:
qmail-lspawn |qmail-rblchk -l /var/log/spam/log -r bl.spamcannibal.org
../Maildir/
Any sugesstion?
Thanks
Pawel Rutkowski