- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- praliases is not working
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:16 AM
10-23-2002 01:16 AM
I have a 712 machine with 11.00 os. After installing the OS, i have copied the all the file in /usr/adm/netdist as shown below.
# ll /usr/adm/netdist/
total 1312
drwxrwxr-x 2 root sys 96 Oct 23 02:23 INFO
-r--r--r-- 1 root bin 11235 May 15 1991 README
-r--r--r-- 1 root bin 38 Mar 31 1996 daemon-list
-r--r--r-- 1 root bin 1014 Feb 8 1999 install.mylist
-r-xr-xr-x 1 root bin 12050 Jun 12 1991 netdaemon.dy
-rw-r--r-- 1 root sys 637501 Oct 23 02:55 ninstall.log
-r-xr-xr-x 1 root bin 599 May 15 1991 restartd
-rw-r--r-- 1 root sys 1879 Mar 2 2000 sendmail.log
-r-xr-xr-x 1 root bin 3075 May 15 1991 startd
-r-xr-xr-x 1 root bin 726 May 15 1991 stopd
#
After that i have executed
/var/adm/netdist/netdaemon.dy
when i put "praliases mike or praliases prasathc" it's giving "No Such Key"
# praliases prasathc
prasathc: No such key
and the praliases is as follows
# praliases
postmaster:root
operator:root
daemon:root
@:@
mailer-daemon:root
nobody:/dev/null
uucp:root
In that situation i am able to receive mails, but i am not able to send a mail to others.
What should i do now.
Can any one help me out.
Thanks in Advance
Prasath C
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:29 AM
10-23-2002 01:29 AM
Re: praliases is not working
file
this should be in the format
Key: mailing list.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:35 AM
10-23-2002 01:35 AM
Re: praliases is not working
No such key is reported when the name you specified with praliases does not exists in
/etc/mail/aliases file.
#praliases prasathc
So put this entry in /etc/mail/aliases
prasathc: user
Then run
#newaliases
Now
#praliases prasathc
will give this output
prasathc: user
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2002 01:42 AM
10-23-2002 01:42 AM
Re: praliases is not working
Thanks for the prompt repley.
Actually the /etc/mail/aliases file size is small when i compared with other 11.00 machine.
So i have copied the file, and run a commend newaliases, now it's working fine.
Thanks for the help.
Prasath C