Hi,
I use on our mailserver the following software:
qmail 1.03
courier-imap 1.3.12
maildrop 1.3.5
sqwebmail 3.2.0
I want wo activate the autoresponder-function with sqwebmail and the
therefore used mailbot.
But with this I have one Problem:
When I use sqwebmail to make a mailfilter for maildrop, then the following
lines are inserted:
if ((hasaddr("[EMAIL PROTECTED]")))
{
AUTOREPLYFROM=$FROM
"/usr/bin/mailbot -A 'X-Sender: $FROM' -A 'From: $AUTOREPLYFROM' -m
/home/abruns/Maildir/autoresponses/zwei $SENDMAIL -f ''"
}
This does not work. I figured out, that $SENDMAIL is responsible for
the failures.
I exported $SENDMAIL to /usr/sbin/sendmail and inserted it into
/etc/profile
Does not work!
I changed the line in my .mailfilter to:
"/usr/bin/mailbot -A 'X-Sender: $FROM' -A 'From: $AUTOREPLYFROM' -m
/home/abruns/Maildir/autoresponses/zwei /usr/sbin/sendmail -f ''"
But that does not work too.
/usr/sbin/sendmail is a link to /var/qmail/bin/sendmail.
I tried to send a mail in the bash by hand on the mailserver running with
qmail und on another server where sendmail 8xxx is installed and figured
out, that on the sendmail-linux-server the /usr/sbin/sendmail does behave in
other way than the sendmail on my qmail-linux-server.
How do I set up $SENDMAIL right on a qmail-mail-server to use the
autoresponder-function with mailbot and sqwebmail?
Greetings
Alexander Bruns
Alexander Bruns
System- und Netzwerkadministration
FTK - Forschungsinstitut fuer Telekommunikation
Martin-Schmeisser-Weg 4
D - 44227 Dortmund
tel + 49 (0) 231 97 50 56 39
fax + 49 (0) 231 97 50 56 10
mail [EMAIL PROTECTED]