- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem implementing Procmail for root on 11.0...
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-20-2005 06:11 AM
10-20-2005 06:11 AM
What am I missing? Why is server B ignoring the .forward file only for root?
-Dave
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 03:29 PM
10-20-2005 03:29 PM
Re: Problem implementing Procmail for root on 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 03:51 PM
10-20-2005 03:51 PM
Re: Problem implementing Procmail for root on 11.00
Also looking at this FAQ may help
http://www.zer0.org/procmail/faq.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 01:27 AM
10-21-2005 01:27 AM
Re: Problem implementing Procmail for root on 11.00
# ll -d /.forward /.procmailrc /Procmail `which procmail` `which sendmail` `which mailx`
-rw-r--r-- 1 root sys 27 Sep 16 13:51 /.forward
-rw-r--r-- 1 root sys 2583 Oct 11 14:22 /.procmailrc
drwxrwxr-x 3 root mail 1024 Oct 5 16:39 /Procmail
-r-xr-xr-x 1 bin bin 163840 Dec 2 1998 /usr/bin/mailx
-rwxr-sr-x 1 root mail 90135 Sep 1 2003 /usr/local/bin/procmail
-r-sr-sr-t 1 root mail 831488 Oct 15 2003 /usr/sbin/sendmail
Here is the ll of the files on server B (the problem one):
# ll -d /.forward /.procmailrc /Procmail `which procmail` `which sendmail` `which mailx`
-rw-r--r-- 1 root sys 27 Sep 16 13:51 /.forward
-rw-r--r-- 1 root sys 2581 Oct 11 14:02 /.procmailrc
drwxrwxr-x 3 root mail 1024 Oct 11 14:38 /Procmail
-r-xr-xr-x 1 bin bin 163840 Dec 2 1998 /usr/bin/mailx
-rwxr-sr-x 1 root mail 90135 Sep 1 2003 /usr/local/bin/procmail
-r-sr-sr-t 1 root mail 831488 Oct 15 2003 /usr/sbin/sendmail
Any other ideas?
-Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 02:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2005 03:37 AM
10-21-2005 03:37 AM
Re: Problem implementing Procmail for root on 11.00
# ll -d /
drwxrwxr-x 45 root root 14336 Oct 21 08:00 /
# chmod g-w /
# ll -d /
drwxr-xr-x 45 root root 14336 Oct 21 08:00 /
Now Procmail is working on server B as it is on server A.
THANK YOU!!!!!
-Dave