I think you should give shell to vpopmail user
Anton
-----Original Message-----
From: Frankie [mailto:fran...@cyberweb-tech.com]
Sent: Friday, July 18, 2003 09:34
To: cour...@lists.sourceforge.net
Subject: [maildropl] autoresponse does not automatically reply
I have installed qmail + toaster patch0.5 + vpopmail5.3.20 + sqwebmail-3.5.3
+ maildrop-1.3.8. All filter rules that generated by sqwebmail work fine
except autoresponse does not reply to sender. I have checked the mailfilter
in /home/vpopmail/domains/mydomains/username/Maildir seems to be normal as
follows:
if (($SIZE > 1))##Op:islargerthan
##Header:
##Value:1
##Folder:+test
##From:
##PlainString
##Name:test
{
AUTOREPLYFROM=$FROM
`/usr/local/bin/mailbot -A "X-Sender: $FROM" -A "From: $AUTOREPLYFROM" -m
"/home/vpopmail/domains/mydomain/frankie/Maildir/autoresponses/test"
$SENDMAIL -t -f ""`
}
to "/home/vpopmail/domains/mydomain/frankie/Maildir/."
I have tried to change $SENDMAIL to /var/qmail/bin/sendmail but it still not
work. Any suggestion for me to fix it ?
Furthermore, I would like to know how sendmail recognize sender's email
address because there is no any parameter for "-t" option.
Regards,