Comments on Automatically Add Disclaimers To Outgoing Emails With alterMIME On Fedora 8

Automatically Add Disclaimers To Outgoing Emails With alterMIME On Fedora 8 This document describes how to install and configure alterMIME as a Postfix filter on a Fedora 8 system. The resulting system will automatically add disclaimers to outgoing emails.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Stefanos Spanoudakis

If you need to match all the senders from your domain and not just specific ones do the following:

in the file /etc/postfix/disclaimer_addresses add your domains like:

example.com

sub.example.com

 

and then change the following line at /etc/postfix/disclaimer script:

original: from_address=`grep -m 1 "From:" in.$$ | cut -d "<" -f 2 | cut -d ">" -f 1`

after the change: from_address=`grep -m 1 "From:" in.$$ | cut -d "<" -f 2 | cut -d ">" -f 1 | cut -d "@" -f 2`

By: jm

Hi,

 Email Disclaimer works fine now with my MS Outlook. Problem is that the calendar invitation becomes garbled. How can I fix that?

 

Thanks

By: dulpicate disclaimers on addresses to the same domain

This works great apart from when an email is sent to another recipient within the same domain as the sender - the recipient will get the disclaimer twice. Any idea how to get around this? Thanks

By: sidgers

I used this writeup on my Fedora 8 machine and it works like a charm.  Is there any way to add the disclaimer to all outgoing messages irrespective of the sender's e-maill address??

By: Omar

Followed step by step bu it not works on my machine with amavis-new. Don't know where to start debugging. Help please! :(