- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: user unknown
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
03-31-2005 06:17 PM
03-31-2005 06:17 PM
hpux 11.11 is running on superdome 32way
Apr 1 12:00:12 sendmail[4809]: MAA04809: SYSERR: putoutmsg (NO-HOST): error on output channel sending "550 off ... User unknown": Bad file number
this message in the syslog
what's the problem..and what shall i do ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 06:31 PM
03-31-2005 06:31 PM
Solutionyou could either :
Restrict the security of some directories, so that sendmail doesn't give the warnings anymore:
# chmod go-w / /etc /etc/mail /var /var/spool /var/spool/mqueue
# chown root / /etc /etc/mail
or
# vi /etc/mail/sendmail.cf
(and add right after the line #O DontBlameSendmail=safe)
O DontBlameSendmail=GroupWritableDirPathSafe
Or if one doesn't care about sendmail checking any security setting add
O DontBlameSendmail=safe
Then stop/start sendmail.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 06:56 PM
03-31-2005 06:56 PM
Re: user unknown
one more question
i already changed name nsswitch.conf -> nsswitch.conf.old like this
because this system didn't use dns, nis...etc
but still this message in the syslog
Apr 1 16:39:18 khan2 sendmail[7564]: NOQUEUE: SYSERR(root): NIS map mail.aliases specified, but NIS not running
help me!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 07:34 PM
03-31-2005 07:34 PM
Re: user unknown
what's the contents of the nsswitch.conf file and what do you get if you run nslookup
version of sendmail ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2005 07:54 PM
03-31-2005 07:54 PM
Re: user unknown
and sendmail version is 8.9.3
$ nslookup khan1(hostname)
Using /etc/hosts on: khan1
looking up FILES
Name: khan1
Address: 210.123.91.91
Aliases: khan1_base.
#
# @(#)B.11.11_LR
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# uses NIS (YP) in conjunction with files.
#
passwd: compat
group: compat
hosts: files [NOTFOUND=continue] dns [NOTFOUND=continue] files
networks: nis [NOTFOUND=return] files
protocols: nis [NOTFOUND=return] files
rpc: nis [NOTFOUND=return] files
publickey: nis [NOTFOUND=return] files
netgroup: nis [NOTFOUND=return] files
automount: files nis
aliases: files
services: nis [NOTFOUND=return] files