- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /var permissions
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
Discussions
Discussions
Discussions
Forums
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
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-03-2004 02:33 AM
тАО05-03-2004 02:33 AM
/var permissions
I came back on Monday morning to find our HPUX 11.0 system in trouble, specifically our sendmail 8.11.1.
We can are able to send email out but not receive anything?
Anyhow, the /var directory permissions below
ll -d /var drwxr-xr-x 20 bin bin 1024 Feb 19
These don't look right to me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:37 AM
тАО05-03-2004 02:37 AM
Re: /var permissions
I see some change in OWNER's fields, make it:
dr-xr-xr-x 20 bin bin 1024 Apr 15 13:28 var
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:38 AM
тАО05-03-2004 02:38 AM
Re: /var permissions
what does the output of
# ps -ef | grep sendmail
say ?
Sometimes mail reception bums out due to high cpu load and you can see it in this output.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 02:56 AM
тАО05-03-2004 02:56 AM
Re: /var permissions
ll -d /var
dr-xr-xr-x 28 bin bin 8192 Jul 10 2003 /var
Check mailq
Is the sendmail daemon running?
ps -ef|grep send
root 2711 1 0 Apr 24 ? 4:26 sendmail: accepting connections
Anything strange in /var/adm/syslog/mail.log?
If you don't have a mail.log, add one:
In /etc/syslog.conf:
mail.debug /var/adm/syslog/mail.log
*.info;mail.none /var/adm/syslog/syslog.log
*.alert /dev/console
*.alert root
*.emerg *
Then kill -HUP the syslogd pid
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 03:20 AM
тАО05-03-2004 03:20 AM
Re: /var permissions
I changed permissions to 555 on /var.
Ps -ef | grep sendmail shows that sendmail is accepting connections and I also verified these smtp connections through our firewall.
I cleared out our /mqueue and then we started receiving messages from the outside. I checked the mail & syslog and both didn't show anything out of the ordinary? Not sure what happened?
Is 8.11.1 the latest version of Sendmail offered by HP? I have been battling spammers and have been identified as a open relay in the past? We since taken care of the relay thing, but looking to stay on top of this to keep the bad guys out. Any help with this last point would be much appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 03:35 AM
тАО05-03-2004 03:35 AM
Re: /var permissions
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=SMAIL811
I would look into compiling your own version from sendmail.org seeing how your server is on the net...
Though I see there is a patch:
http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=T64V51AB-IX6-SENDMAI
Which makes it appear that sendmail 8.12.x is in Internet Express?
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1111
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-03-2004 04:00 AM
тАО05-03-2004 04:00 AM
Re: /var permissions
Rgds...Geoff