0 pts.
 E-Mail Signature on MTA
Hi All, Could anyone please assist. I want to be able to put an email 'disclaimer message' on the Mail Tranfer Agent (Postfix) that I use on my mandrake linux and which serves as the mail server for my network. I want it to work in such a way that every mail sent out of the network using mail clients (outlook) will have the disclaimer message attached to it. Even If I want to change the message, I will just have to do it on the server and not on individual mail clients and the message will still get attached to all outgoing mails like a mail signature. What tools on linux do I need to have this done? Thanks

Software/Hardware used:
ASKED: December 14, 2006  7:30 AM
UPDATED: December 14, 2006  9:53 AM

Answer Wiki:
not sure but thought you could do some reading and see if you might find some answers... http://www.seaglass.com/postfix/inforeply.pl To ensure that Postfix is working..... Edit the MAILSERVER=-NO- line in /etc/hostconfig. Change it to read MAILSERVER=-YES-. Save and exit the file. Open up /etc/postfix/main.cf, and edit these lines to reflect your setup. These are examples from my setup; yours might be different. LINE 67: myhostname = stibnite.oeyvind.org LINE 75: mydomain = oeyvind.org LINE 91: myorigin = $mydomain LINE 105: inet_interfaces = all LINE 152: mydestination = $myhostname, localhost.$mydomain LINE 239: mynetworks_style = subnet LINE 253: mynetworks = 192.168.0.0/23, 127.0.0.0/8 Save your work, and exit the file. Open up /etc/postfix/master.cf, and uncomment line 77 -- change #smtp inet n - n - - smtpd to smtp inet n - n - - smtpd. Save and exit the file. After a reboot, postfix MTA will be running. This url : http://www.seaglass.com/postfix/ says inforeply.pl (Chapter 8) Perl concept script for creating an automatic reply mechanism. This script will require some customization on your part, but it's a good starting point.
Last Wiki Answer Submitted:  December 14, 2006  9:53 am  by  Enterprisephil   0 pts.
All Answer Wiki Contributors:  Enterprisephil   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _