Add Disclaimer in the mail automatically


 
Thread Tools Search this Thread
Special Forums IP Networking Add Disclaimer in the mail automatically
# 1  
Old 05-22-2002
Data Add Disclaimer in the mail automatically

Hi All,

I have been given a task for adding a disclaimer automatically for all our outgoing emails from our unix machine.

Is there any config file so that the disclaimer will be added into all emails instead of using a script to send the email with the disclaimer?

Pls help
Thank you!

Foxy
# 2  
Old 05-22-2002
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Client was not authenticated to send anonymous mail during MAIL FROM (in reply to MAIL FROM comm

I am having trouble getting mail to work on a red hat server. At first I was getting this message. Diagnostic-Code: X-Postfix; delivery temporarily suspended: connect to :25: Connection refused Then added the port to my firewall. Then I temporarily turned off selinux. I then copied this file... (1 Reply)
Discussion started by: cokedude
1 Replies

2. Shell Programming and Scripting

ADD & automatically through cshc

Hello all, I want to know the command that I can add into my .cshrc file so that Every line of command automatically add & , I got result from internet for bash with using bind key but it is not useful as I am using csh (0 Replies)
Discussion started by: Milin
0 Replies

3. UNIX for Advanced & Expert Users

need to configure mail setting to send mail to outlook mail server

i have sun machines having solaris 9 & 10 OS . Now i need to send mail from the machines to my outlook account . I have the ip adress of OUTLOOK mail server. Now what are the setting i need to do in solaris machines so that i can use mailx or sendmail. actually i am trying to automate the high... (2 Replies)
Discussion started by: amitranjansahu
2 Replies

4. Shell Programming and Scripting

How to automatically send a mail alert if the script errors out

I have a script like this, which calls other scripts from that script: #!/usr/ksh moveFiles.sh extract.sh readfile=/home/sample.txt cat $readfile | while read line do file= `echo $line|awk '{print $4}'` if ; then mv $file /home/temp_stage fi (4 Replies)
Discussion started by: ss3944
4 Replies

5. UNIX and Linux Applications

Setting disclaimer in Sendmail.

Hello All, Can someone please help me in setting a disclaimer message in Sendmail? Thanks&Regards, Mahesh. (1 Reply)
Discussion started by: mahive
1 Replies

6. AIX

Legal Disclaimer setup in CDE

Hi pals I manage nearly 200+ aix workstations. I need to setup a legal disclaimer in all the workstations. When the user do a interactive login in CDE the legal disclaimer should be displayed and once he accepts the same he should be able to login to system. Can anybody suggest me as to... (0 Replies)
Discussion started by: sriram.s
0 Replies

7. Shell Programming and Scripting

add lines automatically based on a field on another file

hello I have a number of lines that need to be added at the end of a file each time I add a field in another file (let's name it file2) file2 has this format: filed1:field2:path1:path2:path3:path... Whenever I add a path field, I should add to file1 these lines: <Location path1>... (0 Replies)
Discussion started by: melanie_pfefer
0 Replies

8. Shell Programming and Scripting

how to send mail automatically in unix

Dear friends, I am storing daily some data in a tape disk. and numbering it from 1 2 3 like this. I want to get alert mail automatically when ever data is greater than or equal to 600. to my yahoo mail. i want to put that mail script in crontab so it will check the data daily at... (7 Replies)
Discussion started by: rajan_ka1
7 Replies

9. Shell Programming and Scripting

Send mail with attachments automatically in a interval period

hai everyone I want to send mail with attachments automatically for every 15 minutes getting different E-mail IDs from a file if any script is available , Please send to me .. This will be very useful for my project.... Thanks for your time..... Felix ... (3 Replies)
Discussion started by: Leo Felix
3 Replies

10. UNIX for Dummies Questions & Answers

Add Disclaimer in the mail automatically

Hi All, I have been given a task for adding a disclaimer automatically for all our outgoing emails from our unix machine. Is there any config file so that the disclaimer will be added into all emails instead of using a script to send the email with the disclaimer? Pls help Thank you! ... (4 Replies)
Discussion started by: foxychoi0330
4 Replies
Login or Register to Ask a Question