Hi,
I have configured sendmail as a nullclient with the following parameters.

[root@zeus]# cat /etc/mail/null.mc 
include(`/usr/share/sendmail-cf/m4/cf.m4')
VERSIONID(`linux setup for Red Hat Linux nullclient')dnl
OSTYPE(`linux')
undefine(`UUCP_RELAY')dnl
undefine(`BITNET_RELAY')dnl
DOMAIN(`generic')dnl
FEATURE(`nullclient',`boukha.centre-cired.fr')dnl
undefine(`ALIAS_FILE')dnl
[root@zeus]#  m4 /etc/mail/null.mc > /etc/sendmail.cf

However, it seems that sendmail is trying to send mail to root on the mailhub:
[root@zeus]# sendmail -bp
                /var/spool/mqueue (18 requests)
----Q-ID---- --Size-- -----Q-Time----- ------------Sender/Recipient------------
g17321f05428       73 Thu Feb  7 04:02 root
                 (Deferred: 451 <[EMAIL PROTECTED]>... Sender address )
                                       root
g16921201150       73 Wed Feb  6 10:02 root
                 (Deferred: 451 <[EMAIL PROTECTED]>... Sender address )
                                       root
....

How could I notify sendmail that root is really local and that mail should be
delivered locally or via procmail ?

Another question: how to have sendmail reread its config file ? For lot of
daemons sending -HUP does the trick, but I haven't seen anything in the
sendmail conf.

Pat



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to