Displaying 1 result from an estimated 1 matches for "cc241769".
2001 Nov 08
1
Permission problem in message command with guest ftp user
...not mutt (for example, echo Message sent > /tmp/message).
So, here is the clue:
ls -al `which mutt`
-rwxr-xr-x 1 root root /usr/local/bin/mutt
However, here is ls -al `which mail`
-rwxr-sr-x 1 root mail /bin/mail
Here is the from address of the mail that samba sends me:
From: FTP user <ftp@cc241769-a.twsn1.md.home.com
So, keeping things simple, I just changed mutt to mail in my message
command, and now all it fine. I could have changed permission and ownership
on mutt, but, it it working fine, so, why mess with it.
At least I now know why the mail boxes must be in group mail!
I suspect that...