Change autoreply e-mail

Discussion in 'General' started by blocker, Jul 3, 2012.

  1. blocker

    blocker Member

    Hello,

    where can i find the file i should edit, so that the auto reply e-mail puts the original text bellow the auto text.

    thanks
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    All config files templates are in /usr/local/ispconfig/server/conf/. Save your edited file in the /usr/local/ispconfig/server/conf-custom/ folder.
     
  3. blocker

    blocker Member

    Hello Till,

    i have copied autoresponder.master in /usr/local/ispconfig/server/conf-custom and added to the mailbot command line -T forwardatt

    # The following must be one contiguous line
    cc "| mailbot -T forwardatt -t $RESPOND -d $RESPONDDB -c 'UTF-8' -D 1 \
    -A 'From: $RECIPIENT' -s 'Auto Response: from $RECIPIENT' \
    /usr/sbin/sendmail -t -f ''"


    but still get the original format on the auto-reply mail
     
  4. blocker

    blocker Member

    even if i edit directly the file in conf and set -T forward, the default formatting does not change... hmm this must be some syntax issue of mailbot, need to find out why...

    if somebody faced the same problem, please share
     
  5. falko

    falko Super Moderator Howtoforge Staff

    Please note that you've changed the template only. This doesn't mean it got applied to your mail boxes. You need to update the mail account in question so that the new template gets applied.
     

Share This Page