Displaying 1 result from an estimated 1 matches for "you_logged_on".
2001 Nov 08
1
Permission problem in message command with guest ftp user
I haven't seen this posted so I will add one more reason why the message
command may not work: Permissions.
I have this in my [global]:
message command = /bin/bash -c 'cat %s | mutt -s You_logged_on jlh;rm %s' &
This never would work and I never could figure out why.
Turns out that I have guest user ftp, who for security reasons doesn't have
much in the way of write privileges in my /var/spool/mail/jlh file:
-rwxrwxr-x jlh mail Nov 8 19:26 jlh
All my logons are as a guest.
I...