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)
Comments
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`
Hi,
Email Disclaimer works fine now with my MS Outlook. Problem is that the calendar invitation becomes garbled. How can I fix that?
Thanks
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
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??
Followed step by step bu it not works on my machine with amavis-new. Don't know where to start debugging. Help please! :(