Brian:
I followed your directions. The only problem I am having is executing the "spamcheck.sh".
Here are some details:
# ls -l /var/qmail/bin/spamcheck.sh -rwxr-xr-x 1 root qmail 36 Apr 1 23:37 /var/qmail/bin/spamcheck.sh
# cat /var/qmail/bin/spamcheck.sh #!/bin/sh spamc |maildir ./Maildir/
NOTE: I have tried it with "|spamc |maildir ..."
# tail /var/log/qmail/current @40000000406cf05828ab04b4 status: local 1/10 remote 0/20 @40000000406cf05912429174 delivery 1726: deferral: /var/qmail/bin/spamcheck.sh:_maildir:_command_not_found/ @40000000406cf0591242bc6c status: local 0/10 remote 0/20
NOTE: I can not find a "maildir" binary anywhere on my system.
Any help would be appreciated, Ray
You need to install the safecat software onto your system. It is not part of qmail-ldap. "maildir" is actually an alias to the "safecat" binary. I think it used to be called maildir, but changed names at some point in the past. You can get it here:
http://mysite.verizon.net/vze1ypud/linux/software/safecat.html -or- http://www.gnu.org/directory/Email/misc/safecat.html
Brian!
