On Fri, May 24, 2002 at 12:38:37PM -0400, Joe Riopel wrote:
I have sendmail set up here at work, and everyone can send email fine, except when I try to send using the good old mail command.. it tells me "Can't create transcript file ./xfg4OGa2S21960: Permission denied queueup: cannot create queue temp file ./tfg4OGa2S21960, uid=500: Permission denied"
Who is being denied permission? 'mail' or 'sendmail'? I guess if it's queueing (can you have that many vowels together?) it must be sendmail. I don't use sendmail, but I think it's odd that it's using the current directory, and not a full path (as daemons often like to do). I guess I should just defer to someone who knows about sendmail. You could also try calling sendmail directly, instead of using mail, and see if that behaves differently. I always do that in scripts anyway... seems to cut out the middle-man. -Chuck