I think this should be a fairly easy sendmail question. (?)
If you disable sendmail in rc3.d or rc5.d, does it disable it completely? Or does it just disable it's ability to receive mail, but will still send mail when needed?
Paul
It disables completely.
If you want to forbid mail reception, try iptables, maybe something like this:
iptables -A INPUT -p tcp --dport 25 -d $YOURIP -j REJECT
since you are not denying connections *to* 25 of other hosts you still could send email.
Hope this helps
-- Francisco Neira B. /~\ The ASCII Administrador de Red \ / Ribbon Campaign Defensoria del Pueblo X Against Lima, Peru, -05:00 UTC / \ HTML Email PGP Pub Key at http://portal.defensoria.gob.pe/~fneira/llavepublica.asc
-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list