MailX

 
Thread Tools Search this Thread
Special Forums UNIX and Linux Applications MailX
# 1  
Old 10-23-2007
Question MailX

Hi,
I am not able to send direct mails from our unix server to our lotus notes id. It was fine until we upgrade our Lotus notes server. What are the changes need to add when we upgrade Lotus notes. Please advice.
It run in sh file
This is the statement
uuencode $RTDIR/$filename monthly_$filename | mailx -s " Monthly Report " $MAILLIST

Thanks
Rajani

Last edited by rajani_p; 10-23-2007 at 01:28 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

need help with mailx

Hi Gurus, I have a solaris zone. I am finding a issue in the situation below. When I tried to send a mail in this format its failing. : mailx -s "test mail f" xxxxxx@yy.com But its working just fine if I use echo. echo "test body"|mailx -s "test mail " xxxxxxx@yy.com Is there... (1 Reply)
Discussion started by: rama krishna
1 Replies

2. Linux

Mailx

We have configured mailx Linux server. When send mail from Linux server it is not going How to trouble shoot the root cause step by step (3 Replies)
Discussion started by: pmsuper
3 Replies

3. Shell Programming and Scripting

Mailx: How to send a attachment using mailx command

Hi All, Can anyone please provide the command for sending an mail with attachment using mailx command. Thanks in Advance :) Regards, Siram. (3 Replies)
Discussion started by: Sriram.Vedula53
3 Replies

4. UNIX for Advanced & Expert Users

mailx

whn mail command fails. Please tell various reasons. Thanks for the reply (2 Replies)
Discussion started by: ratna
2 Replies

5. Shell Programming and Scripting

mailx

Hi, Thanks in Advance !! I have a korn script which is used to mail the reports to the users. I'm using the mailx utility. The uid used for running the script is "cronman", so the mails recieved by users are id FROM:"cronman". Now i want to change the FROM address to another user name... (2 Replies)
Discussion started by: pradeep_desh
2 Replies

6. UNIX for Advanced & Expert Users

MAILX help

Hello all, how do I view the default mail configurations using the mailx problem? At the moment, I have an account, and all the mail to that account is being routed to an email address, how can I view this behaviour? Also, is there anyway I can view the default mail settings for a server without... (0 Replies)
Discussion started by: Khoomfire
0 Replies

7. UNIX for Dummies Questions & Answers

mailx error message : mailx: NUL changed to @

If I use the "Mail" link instead of the "mail" link to ../mailx I get this error. Mail so-n-so @whatever.com mailx: NUL changed to @ Unknown command: "postmaster" The email still goes through but i get the error. If I use "mail" it goes thru without the error. Any ideas?? (2 Replies)
Discussion started by: BG_JrAdmin
2 Replies

8. UNIX for Dummies Questions & Answers

Help with mailx

I want to send a message with an attachment from Unix using the following command: uuencode $DIRNAME/$FILENAME1 | mailx -s "test subject" xyz@xyz I need to attach the file and I also want a simple message body like "there is an error. Please check it". Do I need to have this message body... (1 Reply)
Discussion started by: ssmith001
1 Replies

9. Shell Programming and Scripting

mailx to to Dl

Is there any way that I can mailx to a distribution list without having a $HOME/.mailrc file? We have a distribution list in Outlook for our group say group@something.com. I am trting to do echo "Something"|mailx -s "Subject" group@something.com it doesnt work Any ideas? Thanks (1 Reply)
Discussion started by: sm321
1 Replies

10. UNIX for Dummies Questions & Answers

Need help with mailx

How can I send a file of Unix usernames to everyone on the file without making an alias in my .mailrc file? Using a mailx command. Thanks, J.J. (2 Replies)
Discussion started by: JJJ
2 Replies
Login or Register to Ask a Question
NFARCHIVE(8)						      System Manager's Manual						      NFARCHIVE(8)

NAME
nfarchive - archive notesfiles SYNOPSIS
nfarchive [ -# ] [ -d ] [ -m- or -m+ ] [ -w# ] [ -f file ] topic [ ... ] DESCRIPTION
Nfarchive is used to expire notes that have not been modified in a certain amount of time. Archives are stored in ``archive notesfiles''. The -# parameter is the number of days a notestring must be idle (no new responses) before being eligible for archival. Expired notestrings are either deleted or placed in an archive. The -d parameter tells nfarchive to delete expired notestrings. If unse- lected, the expired notestrings are placed in an archive. The -m+ option specifies that only notes marked with a director message are eligible for expiration. -m- specifies that only notes without a director message are eligible for expiration. By default, the expiration algorithm is indifferent to a note's director message status. The -w# option specified the working set size for the expired notesfiles. The specified number represents the minimum number of notes to leave in the notesfile. The expiration threshold, working set size, expiration action, and director message requirements can all be specified as a director's option in each notesfile. Specific values override what is specified on the nfarchive command line. A default value specifies using the value specified on the command line. The -f parameter specifies a file containing a list of notesfiles to archive. Notesfiles can also be specified on the command line. By default, the archive of notesfile /usr/spool/notes/somenotes is in /usr/spool/oldnotes/somenotes. The archive of /some/other/place/somenotes also defaults to /usr/spool/oldnotes/somenotes. To prevent collisions of this nature, mapping between active and archive notesfiles is implemented. The file /usr/spool/notes/.utilities/net.alias/Archive-into contains lines of the form: active-notesfile:archive notesfile Lines in this file beginning with `#' are comments. Notesfiles without an entry in this file are archived into the /usr/spool/oldnotes directory with the appropriate last component. When initially created, an archive notesfile has an access list matching its active counterpart. Currently, only directors are allowed to write in an archive notesfile. Nfarchive refuses to archive an archive notesfile. FILES
/usr/spool/notes/.utilities where this programs lives. /usr/spool/notes/.utilities/net.alias/Archive-into maps active notesfiles into their archives. /usr/spool/notes Default notes data base /usr/spool/oldnotes Default archive directory SEE ALSO
notes(1), The Notesfile Reference Manual AUTHORS
Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa) Department of Computer Science University of Illinois at Urbana-Champaign Urbana, IL Rob Kolstad (kolstad@convex.UUCP) CONVEX Computer Corporation Richardson, TX University of Illinois NFARCHIVE(8)