Thanks again.
Here's the whole shabang for anyone else interested (need I say it? "
Try at your own risk"):
First Get altermime and install it on your Zimbra box
http://www.pldaniels.com/altermime/
The original putmail.py is located at (no need to download it)
http://putmail.sourceforge.net/home.html
Optionally Joe's Own Editor is at
http://sourceforge.net/projects/joe-editor/
You might be able to use
I use joe to edit text files, you can use vi, nano, joe or whatever you like to edit yours
SSH into your zimbra box As root and download this posts attachment
Code:
ssh root@my.zimbrabox.com
wget http://www.zimbra.com/forums/attachment.php?attachmentid=187&stc=1
tar -xzvf add_disclaimer_files.tgz
cp /opt/zimbra/postfix/conf/master.cf /opt/zimbra/postfix/conf/master.cf.bak
mv master.cf /opt/zimbra/postfix/conf/master.cf
chown zimbra:zimbra /opt/zimbra/postfix/conf/master.cf
mv putmail.py /usr/local/bin
chmod +x /usr/local/bin/putmail.py
mkdir /opt/zimbra/.putmail
mv putmailrc /opt/zimbra/.putmail
joe /opt/zimbra/.putmail/putmailrc
Change the email address to one of your own email addresses
/opt/zimbra/.putmail/putmailrc
Code:
[config]
server = localhost
email = admin@myzimbradomain.com
port = 10026
save and exit
as root
Code:
cd ..
chown zimbra:zimbra /opt/zimbra/.putmail -R
mkdir /opt/zimbra/filter
mkdir /opt/zimbra/filter/scratch
mv add_disclaimer /opt/zimbra/filter
chmod +x /opt/zimbra/filter/add_disclaimer
joe /opt/zimbra/filter/add_disclaimer
Find and Change copyright URL to one of your own
/opt/zimbra/filter/add_disclaimer Code:
--xheader="X-Copyrighted-Material: Please visit http://www.yourdomain.com/disclaimer.html" \
Save text and exit
Now create the global footer files
as root
Code:
joe /opt/zimbra/filter/disclaimer.txt
/opt/zimbra/filter/disclaimer.txt Code:
Whatever text you want to appear at the bottom of each email
Save the text and exit
as root
Code:
joe /opt/zimbra/filter/disclaimer.html
/opt/zimbra/filter/disclaimer.html Code:
Whatever <b>HTML</b> text you want to appear at the bottom of each email
Save the text and exit
as root
Code:
chown zimbra:zimbra /opt/zimbra/filter -R
mv zmrestart /opt/zimbra/bin
chmod +x /opt/zimbra/bin/zmrestart
chown zimbra:zimbra /opt/zimbra/bin/zmrestart
su - zimbra
zmrestart
If all went well you now have global footers on each email
Do what you can to support this excellent product. ZCS is too cool!!! 