Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Add Disclaimer in the mail automatically Post 22010 by foxychoi0330 on Sunday 26th of May 2002 10:01:14 PM
Old 05-26-2002
Sorry that i havent mentioned the OS at the beginning! We are using the Digital Unix 4.0.F and the default bundled mailing utility. I think that we are using the sendmail since there is no other mailing command as we know. They are mail and Mail.
 

10 More Discussions You Might Find Interesting

1. IP Networking

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!... (1 Reply)
Discussion started by: foxychoi0330
1 Replies

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
newinclude(1)						      General Commands Manual						     newinclude(1)

NAME
newinclude - create a binary mailing list from an :include: file SYNOPSIS
newinclude list DESCRIPTION
newinclude reads a sendmail-style :include: file, list, and converts it into a binary format in list.bin for use by fastforward. newinclude first writes the mailing list to list.tmp, and then moves it to list.bin. If there is any problem creating list.tmp, newinclude leaves list.bin alone. newinclude always creates list.bin world-readable. COMPATIBILITY WARNING: sendmail reads list directly; fastforward needs list.bin. sendmail's strategy is a disaster if you save list to disk at the same moment that sendmail reads it; the list will be truncated at a random spot, perhaps in the middle of an address. Further- more, if the system crashes while you are writing list, list could be filled with all sorts of garbage. LIST FORMAT
list may contain any number of lines; each line may contain any number of addresses or further :include: files. See newaliases(1) for details on the address format. Any line in file beginning with # is ignored. COMPATIBILITY WARNING: newinclude does not support file or program deliveries in :include: files. You can use the secure delivery mecha- nisms described in dot-qmail(5) instead. COMPATIBILITY WARNING: Versions of sendmail before V8 did not allow comments in :include: files. SEE ALSO
fastforward(1), newaliases(1), setmaillist(1), dot-qmail(5) newinclude(1)
All times are GMT -4. The time now is 07:21 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy