Hi,
 
there is another Autoresponder avaiable (I send it with this mail)
just change the following lines of autorespond.c (Qmailadmin)
 

"|%s/autorespond 10000 5 %s/domains/%s/%s/message %s/domains/%s/%s\n",

 

to

"|%s/qmail-autoresponder %s/domains/%s/%s/message %s/domains/%s/%s\n",

 

and change

 

for f in /usr/local/bin /usr/bin /usr/sbin /usr/local/bin /var/qmail/bin
do
if test -f $f/autorespond
then
autorespond_bin=$f
fi
done

 

to

 

 

for f in /usr/local/bin /usr/bin /usr/sbin /usr/local/bin /var/qmail/bin
do
if test -f $f/qmail-autoresponder
then
autorespond_bin=$f
fi
done

 

Good luck!
Compilation of Qmail-Autoresponder is done like Autorespond.

 

You should change something in Qmail-Autoresponder

(qmail-autoresponder.c) before compiling:

 

static time_t opt_timelimit = 3600;

This is the Time-Limit before sending again the autoresponder-message (default = 1 hour) , you maybe should correct this to 30 (30 seconds) or something like that.

 
--
Mit freundlichen Gr��en,
Ronny G�rner
 
Sachsenprovider Internet Services
Florian-Geyer-Weg 14
D-01689 Weinboehla
Germany
 
Fon: +49 (0) 35243 36727
Fax: +49 (0) 35243 36729
Cellular: +49 (0) 173 9945001
 

qmail-autoresponder-0.93.tar.gz

Reply via email to