We have a number of users who complain about the auto responder in ISPConfig because when autoresponder replies, it bottom posts.
After much trial and error, I've found out a solution to this problem. What needs to be done is I need to modify the "/var/vmail/mailfilters/domain/email/.autoresponder" file and add the "-N" switch to the mailbot command so that it looks like so:
Quote:
RESPOND="/var/vmail/mailfilters/$HOST/$USER/.vacation.msg"
RESPONDDB="/var/vmail/mailfilters/$HOST/$USER/.vacation.lst"
# The following must be one contiguous line
cc "| mailbot -N -t $RESPOND -d $RESPONDDB -c 'UTF-8' -D 1 \
-A 'From: $RECIPIENT' -s 'Auto Response: from $RECIPIENT' \
/usr/sbin/sendmail -t -f ''"
|
My question is this: How do I change the default autoresponder script so that from now on, it will add the "-N" switch when someone sets their autoresponder option?
Recent comments
15 hours 41 min ago
20 hours 40 min ago
22 hours 6 min ago
22 hours 59 min ago
1 day 42 min ago
1 day 5 hours ago
1 day 5 hours ago
1 day 8 hours ago
1 day 21 hours ago
1 day 22 hours ago