Displaying 1 result from an estimated 1 matches for "runasgid".
Did you mean:
runagi
2003 Apr 10
4
Odd sendmail error
One my 4.8 box I recently made a silly mistake sending a mail from the
command line, along the lines of:
mkn@shrewd$ mail test@knigma.org -c test@knigma.org
Subject: test
test
EOT
mkn@shrewd$ WARNING: RunAsGid for MSP ignored, check group ids
(egid=1001, want=25)
can not chdir(/var/spool/clientmqueue/): Permission denied
Program mode requires special privileges, e.g., root or TrustedUser.
Obviously I meant:
mkn@shrewd$ mail -c test@knigma.org test@knigma.org
which works absolutely fine, so...