Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: On my PC I use RHEL, at office AIX, Solaris, HP-UX, RHEL.
Posts: 254
Rep:
mutt is not working for a particular user
Hi,
It's curious to know that when I create a user with the name Dev, mutt doesn't seem to work for it- no mail is received by the named user. I deleted the user recursively and then recreated the account but the same problem is persisting.
Have a look at this code fragment:
Code:
mail -s "Memory Utilization Report: "$(date) root x Dev
The mail is received by root, x, but not by Dev. If I add another user with the name dev then the mutt command works for it.
It's curious to know that when I create a user with the name Dev, mutt doesn't seem to work for it- no mail is received by the named user. I deleted the user recursively and then recreated the account but the same problem is persisting.
Have a look at this code fragment:
Code:
mail -s "Memory Utilization Report: "$(date) root x Dev
The mail is received by root, x, but not by Dev. If I add another user with the name dev then the mutt command works for it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.