NCR Unix MP-RAS - Mail not working


 
Thread Tools Search this Thread
Operating Systems HP-UX NCR Unix MP-RAS - Mail not working
# 1  
Old 02-22-2011
NCR Unix MP-RAS - Mail not working

I am getting the following error when I send mail to any domain say abc123@xyz.com

Not delivered to :due to 11 transfer failure
(mail: Error #22 'Surrogate command failed ', rc =11)

En Route to: xyz.com!abc123
=======surrogate command==========
:/user/bin/uux -username -xyz.com!rmail
====start of stdout==
====start of stderr===
: bad system name : xyz.com
:uux failed (11)


Appericate your valuable suggestions.
# 2  
Old 02-23-2011
What command did you type?
Please post the command completely and accurately after changing anything confidential.

Does mail to remote accounts normally work for other people on the same computer?

On the surface your command line probably contains an exclamation mark which is unlikely to be correct.
# 3  
Old 02-23-2011
Quote:
Originally Posted by methyl
What command did you type?
Please post the command completely and accurately after changing anything confidential.

Does mail to remote accounts normally work for other people on the same computer?

On the surface your command line probably contains an exclamation mark which is unlikely to be correct.
mail -s "test mail" abcx123@xyz.com

I got

Ux mail: Error : can't send testmail
UX:mail: ERROR: Can't send to testmail
UX:mail: ERROR: Return to user_name
UX:mail: ERROR: Can't send to !xyz.com!abc123 (abc123@xyz.com)
UX:mail: ERROR: Return to user_name

and i when I check mail in Unix with user_name as user I got message as posted previously(surrogate command failed)
# 4  
Old 02-23-2011
use this command to send a mail.
echo "text"|mailx -s "subject" abc123&mail.com
# 5  
Old 02-23-2011
Quote:
Originally Posted by rajesh_pola
use this command to send a mail.
echo "text"|mailx -s "subject" abc123&mail.com

its is giving me the same error!

UX:mail: ERROR Can't send to !xyz.com!abc123 (abc123@xyz.com)
UX:mail: ERROR Return to user_name


Thanks

Last edited by rush143; 02-23-2011 at 12:44 PM..
# 6  
Old 02-24-2011
Quote:
echo "text"|mailx -s "subject" abc123&mail.com
Shouldn't that be:
Code:
echo "text"|mailx -s "subject" abc123@mail.com

# 7  
Old 02-24-2011
Quote:
Originally Posted by methyl
Shouldn't that be:
Code:
echo "text"|mailx -s "subject" abc123@mail.com


Yes It might be a typo.

still not solve the mail problem guys.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Ncr UNIX

let me know to create a new partition on ncr unix with vxfs filesystem (0 Replies)
Discussion started by: venikathir
0 Replies

2. UNIX for Advanced & Expert Users

NCR UNIX help

Dear all I'm trying to virtualize NCR on UBUNTU host . I need a help ,I'm new to UNIX world . If any one ca send me step by step guide , I'll appreciate this very much . Thanks (3 Replies)
Discussion started by: semerouk
3 Replies

3. Shell Programming and Scripting

Equivalent of mmin in MP-RAS/NCR Unix

Hi, i created a script to look for the modified files in the last 15 minutes. But later was told that the server that we need to implement this script is an MP-RAS (NCR Unix) server on which i found mmin option of the find command doesnt work.:wall: Can anybody please let me know the... (1 Reply)
Discussion started by: utkarsh
1 Replies

4. IP Networking

MP-RAS Unix Networking Setup

I have an MP-RAS unix server from ncr. We are trying to get the network configured so that we may transer files between the unix box and a pc. I have used the included TCPCONFIG command to setup the network, however I can not ping, telnet or ftp to any other pcs on the network. Any help would... (0 Replies)
Discussion started by: Rutgerncas
0 Replies

5. IP Networking

Changing IP address on NCR UNIX

Can someone assist please. I am trying to change IP address on NCR UNIX using tcpconfig but the address wont change!! Using ifconfig -a I still see the old address! This is on an NCR S24 server. (3 Replies)
Discussion started by: Vusi Boutu
3 Replies

6. Infrastructure Monitoring

NCR unix snmp agent

Good Day, I have requirement to monitor a number of NCR unix server for our unix team. As the System Management product that we use in out company does not have an agent for NCR unix I am investigating the SNMP route. I got the unix guys to enable SNMP however, it seems the default MIB that is... (0 Replies)
Discussion started by: priteshj
0 Replies

7. UNIX for Dummies Questions & Answers

MP-RAS Unix and NFS

Hi, I would like to know if It's possible configure NFS on MP-RAS Unix so mountd uses a static port instead of a dynamic one. Thanks. (1 Reply)
Discussion started by: cuatrodos
1 Replies

8. Filesystems, Disks and Memory

Help - NCR Unix 3.02 MP-RAS

Hi, I am new to the UNIX operating system and would realy appreciate some answers to these problems. I have a unix box (Actually several of them throughout the different locations) that have NCR MP-RAS 3.02.x.x (with multiuser and possibly security packages installed.) Originally they had 2gb... (4 Replies)
Discussion started by: ad7_98
4 Replies

9. UNIX for Dummies Questions & Answers

NCR MP-RAS 3.02 Root Password

I've just inherited the support of 3 NCR Servers running NCR MP-RAS 3.02 UNIX OS and it looks as though the previous support analyst (who as left the company) has kindly changed all 3 root passwords. Also there are no installation / boot cd's and the etc/passwd directory can only be updated by... (1 Reply)
Discussion started by: Bruv
1 Replies

10. UNIX for Dummies Questions & Answers

xntpd on NCR unix

Hi, I'm having these errors when using xntpd on ncr unix. synchronisation lost Feb 25 09:10:14 in.xntpd: Previous time adjustment didn't complete Can anyone help me on this. Is it an issue with the time delay as the reference time servers are on different sites and the ping response is... (0 Replies)
Discussion started by: bert.n
0 Replies
Login or Register to Ask a Question