Receiving NDR with mailx


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Receiving NDR with mailx
# 1  
Old 02-04-2014
Receiving NDR with mailx

We use mailx (HP-UX) sending emails to list of external parties.
When their email address is wrong or mailbox is full, how can I receive Non-Delivery Report (NDR) in a specific internal emailbox being monitored?

Please help.
Thanks
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Mailx sending but not receiving

Hi, I need help with mailx. When I run the below mailx command, it works fine because the exit code is fine, and the message is sent to /usr/mail/<id> echo "This is a test message" | mailx -s "Test" <my email address> My question is, how do I get it to reach my email address (on outlook... (2 Replies)
Discussion started by: ChicagoBlues
2 Replies

2. Shell Programming and Scripting

mail is not receiving from the server

Dear All, I am using CentOS release 5.5 (Final).I want to monitoring the system activity through mail.But the <code>mail -s "Subject" user1@domain.com</code> is not working from the server.could you help me the procedure to generate mail from the server. (2 Replies)
Discussion started by: kpoobathi
2 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 Dummies Questions & Answers

NDR generated by recipient Exchange server complaining about Return DNS

Hi guys We have a client that gets NDR mails when sending emails to the domain "recipient.com" My client's domain is "client.com" My Client setup: Server 2003 Domain Front end Back end Exchange 2003 Standard SP2 1 Linux Firewall/Router The NDR contains: The following... (0 Replies)
Discussion started by: wbdevilliers
0 Replies

5. Programming

Help receiving a frame in C!

Hello everybody, I have a problem with a program i'm coding, the thing is that i need the program to check quickly if it receives a response, if not, just go ahead. My program sends the frame successfully, but it keeps waiting for the response until it receives something. That's what i need to... (2 Replies)
Discussion started by: Zykl0n-B
2 Replies

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

7. Forum Support Area for Unregistered Users & Account Problems

not receiving email

I've requested several passwords and they are not being sent to my email. My email is working - email address removed (2 Replies)
Discussion started by: xyz
2 Replies

8. UNIX for Dummies Questions & Answers

receiving faxes with eFax, need help

Hi folks, I am a newbie, and a little dum too. I have installed and been able to run eFax on my Linux Conectiva box. Using this comand I can put my FaxServer receiving faxes: efax -d /dev/ttyS1 -w -iS0=2 It works fine. Problem: This will receive the fax, and once it is done I... (0 Replies)
Discussion started by: fundidor
0 Replies
Login or Register to Ask a Question
mail(1B)					     SunOS/BSD Compatibility Package Commands						  mail(1B)

NAME
mail, Mail - interactive message processing system SYNOPSIS
/usr/ucb/mail ... /usr/ucb/Mail ... DESCRIPTION
/usr/ucb/mail and /usr/ucb/Mail are provided as links to /usr/bin/mailx. See mailx(1) for more information on the usage of these commands. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: /usr/ucb/mail +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+ /usr/ucb/Mail +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWscpu | +-----------------------------+-----------------------------+ SEE ALSO
mailx(1),attributes(5) SunOS 5.11 19 Aug 1998 mail(1B)