- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail problem
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-03-2001 06:52 AM
10-03-2001 06:52 AM
In my HP-UX11.0 machine, when I test the sendmail by using "mailx -s subject username", I got the following error message:
"NIS map mail.aliases specified, but NIS not running "
How can I turn off the NIS map?
Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 06:58 AM
10-03-2001 06:58 AM
Re: sendmail problem
Check /etc/mail/sendmail.cf and look for lines that contain "alias" or "Alias". Is every reference made to the local aliases file ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 07:18 AM
10-03-2001 07:18 AM
Re: sendmail problem
in my service.switch file, it's
hosts files
aliases files
in the sendmail.cf file, it's
# aliases for local host
Cwlocalhost
# location of alias file
O AliasFile=/etc/mail/aliases
any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 07:24 AM
10-03-2001 07:24 AM
SolutionAlso Check your /etc/nsswitch.conf file,
If you have specified NIS for aliases, remove it.
The /etc/mail/service.switch is consulted only if NIS or DNS is not used and if you have configured ServiceSwitchFile in your /etc/mail/sendmail.cf file.
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2001 07:44 AM
10-03-2001 07:44 AM
Re: sendmail problem
It works now, I just remove NIS entries in the /etc/nsswitch.conf, and it OK now.
Thanks guys!