Qmail + Virtual Domains | autoresponder not working
I have a working qmail server for virtual domains but for some reason can not get the autoresponder to work on it. I installed the package then created"/etc/vmailmgr/vdeliver-postdeliver" with
#!/bin/sh
if test -s $MAILDIR/autoresponse/message.txt
then
qmail-autoresponder $MAILDIR/autoresponse/message.txt $MAILDIR/autoresponse
fi
But the mail gets droped in the box without a response kicked off, is there anything i am missing?

