I am totaly stumped here is the sendmail.mc file I am using to generate the 
sendmail.cf file,

include(`/usr/lib/sendmail-cf/m4/cf.m4')
VERSIONID(`linux setup for RH7 + FreeVSD')dnl
OSTYPE(`linux')
define(`LOCAL_MAILER_FLAGS', `-S')dnl
define(`LOCAL_MAILER_ARGS', `procmail -a $h -d &u')dnl
define(`confDEF_USER_ID',``admin:mail'')dnl
define(`confRUN_AS_USER',`admin')dnl
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dnl
define(`confAUTO_REBUILD')dnl
define(`confTO_CONNECT', `1m')dnl
define(`confTRY_NULL_MX_LIST',true)dnl
define(`confDONT_PROBE_INTERFACES',true)dnl
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
define(`ALIAS_FILE',`/etc/mail/aliases')dnl
define(`STATUS_FILE', `/var/log/sendmail.st')dnl
define(`UUCP_MAILER_MAX', `2000000')dnl
define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl
FEATURE(`smrsh',`/usr/sbin/smrsh')dnl
FEATURE(`mailertable',`hash -o /etc/mail/mailertable')dnl
FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable')dnl
FEATURE(`redirect')dnl
FEATURE(`always_add_domain')dnl
FEATURE(`use_cw_file')dnl
FEATURE(`local_procmail')dnl
FEATURE(`access_db')dnl
FEATURE(`blacklist_recipients')dnl
FEATURE(`accept_unresolvable_domains')dnl
MAILER(`smtp')dnl
MAILER(`procmail')dnl

I found it in the mail archives and made a couple of changes, I dont have 
the sendmail-cf libs on that server so I quickly generated the cf on 
another RH 6.2 machine with the latest version of the libs on it. I also 
did the following

chown admin.mail /usr/bin/procmail
chmod ug+s /usr/bin/procmail

when I do a sendmail test :
sendmail -v xnyx </dev/null

this is the output:
xnyx... Connecting to local...
xnyx... Insufficient permission
/root/dead.letter... Saved message in /root/dead.letter

when I do the same test using admin:
[admin@calinux6 /root]$ sendmail -v admin </dev/null
admin... Connecting to local...
admin... Sent
[admin@calinux6 /root]$


This is a problem with all the VS's that I have built using the prebuilt 
skel. I dont know what I may have over looked.

Reply via email to