- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- config sendmail
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
05-02-2006 06:06 AM
05-02-2006 06:06 AM
config sendmail
I´m trying to send a mail when my backup routine presents problems.
Something of the type:
"mailx -s "subject text" daniel.oliveira@primesys.com.br < text_error.txt"
The following error message is showed:
"NIS map mail.aliases specified, but NIS not running
Switch map aliases: unknown member map aliases.dns"
And the message is not sent.
Please, which does anybody know the configurations that I should do? For instance, where I configure the name/IP of the mail server, etc
I use HP-UX 11.0.
Thanks.
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 06:19 AM
05-02-2006 06:19 AM
Re: config sendmail
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=KBRC00004772
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 06:41 AM
05-02-2006 06:41 AM
Re: config sendmail
Probably want:
hosts: dns [NOTFOUND=CONTINUE] hosts
Make sure dns servers are in /etc/resolv.conf
To configure relay server, modify the DS macro in /etc/mail/sendmail.cf to be:
DSyouremailserver.yourdomain.com
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 07:14 AM
05-02-2006 07:14 AM
Re: config sendmail
I changed the parameters.
When I execute: "mailx -s "subject text" daniel.oliveira@primesys.com.br < text_error.txt"
The error message is showed:
"NIS map mail.aliases specified, but NIS not running"
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 07:15 AM
05-02-2006 07:15 AM
Re: config sendmail
Best regards,
Oz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 07:58 AM
05-02-2006 07:58 AM
Re: config sendmail
Sounds like a good time to check /etc/nsswitch.conf and see if this machine is part of an NIS domain and if so if appropriate servcies are running.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:04 AM
05-02-2006 08:04 AM
Re: config sendmail
Is NIS really necessary? If yes, as I do to initialize it?
Tks
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 08:42 AM
05-02-2006 08:42 AM
Re: config sendmail
In /etc/resolve.conf, in addition to the hosts parameter, makes sure that if these parameters are present that they only have "files" and not also "nis":
aliases: files
services: files
sendmailvars: files
You may need to restart the sendmail daemon if you changed any of these.
mark