Operating System - Tru64 Unix
1748003 Members
4414 Online
108757 Solutions
New Discussion юеВ

Urgent -- Some users can't mailx

 
ericfjchen
Regular Advisor

Urgent -- Some users can't mailx

This is HP Tru64 5.1A. If we login by root, we can send mail without fail. However, the other OS accounts can't send mail. Herewith provide you the OS command we used,
================================
mailx -s "Test" ericfjchen@xxx.com < /tmp/test
queuename: Cannot create "qfQAA0000981465" in "/var/spool/mqueue" (euid=201): Permission denied
==================================
How to solve it?
3 REPLIES 3
Ralf Puchner
Honored Contributor

Re: Urgent -- Some users can't mailx

the errormessage is the key "permission denied", so why not using fverify to check the installation kits against permissions?
Help() { FirstReadManual(urgently); Go_to_it;; }
ericfjchen
Regular Advisor

Re: Urgent -- Some users can't mailx

How to verify it? Pls kindly tell me
Ralf Puchner
Honored Contributor

Re: Urgent -- Some users can't mailx

man fverify or simple use the search function within this forum.
Help() { FirstReadManual(urgently); Go_to_it;; }