ASK:How To Automatically Add A Disclaimer To Outgoing Emails With alterMIME

Discussion in 'Installation/Configuration' started by abadi, Sep 21, 2008.

  1. abadi

    abadi New Member

    Last edited: Sep 21, 2008
  2. falko

    falko Super Moderator Howtoforge Staff

    Simply leave out the part where /etc/postfix/disclaimer gets modified. The original script doesn't distinguish between incoming and outgoing emails - it simply adds a disclaimer to all mails.
     
  3. abadi

    abadi New Member

    Hi Falko,

    I dont have the original script (/usr/share/doc/altermime/examples/), could you help me with the full script in the condition only add disclaimer for outgoing only for all the users .
    Thanks!
     
    Last edited: Sep 23, 2008
  4. falko

    falko Super Moderator Howtoforge Staff

    Please try this:
    Code:
    apt-get remove --purge altermime
    apt-get install altermime
    Afterwards the original script should be in /usr/share/doc/altermime/examples/.
     

Share This Page