> # default UID (can be username or userid:groupid)
> O DefaultUser=8:12
>
> In my password file, this is the user mail:
>
> mail:x:8:12:mail:/var/spool/mail:/sbin/nologin
>
> Permissions on /var/spool/clientmqueue are as follows:
>
> drwxrwx--- 2 mail mail 4096 Feb 28 13:13 clientmqueue
>
You have a user called "mail", which has UID 8 and GID 12, and a group called
"mail", which I assume has a GID of 12 - but have you actually checked that
this is the case? Given that the user is UID 8, the GID might also be 8, so
despite the names above, the effective GID of 12 is unable to access the
directory?
Try this:
ls -aln /var/spool|grep clientmqueue
If you get:
drwxrwx--- 2 8 12 4096 Feb 28 13:13 clientmqueue
Then all should be well.
However, I suspect you will get:
drwxrwx--- 2 8 8 4096 Feb 28 13:13 clientmqueue
The fix is to change the DefaultUser option in the Sendmail config to use the
correct GID number.
Paul.
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.0/276 - Release Date: 07/03/2006
_______________________________________________
NOTE: If there is a disclaimer or other legal boilerplate in the above
message, it is NULL AND VOID. You may ignore it.
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list [email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang