"JP" <(E-Mail Removed)> wrote in message
news:c8lcdn$sqh$(E-Mail Removed)...
> "Robert" <rchin@spammenot_panix.com> wrote in message
> news
an.2004.05.21.13.48.18.103779@spammenot_pani x.com...
> >
> > Network Newbie here,
> > I set up a RH8 box at work, this is the ONLY *nix in this M$ shop
> > and plugged it into the M$ LAN
> > I also set up SAMBA.
> >
> > Can I enable SMTP server on this Linux box ?
> >
>
>
> chkconfig sendmail on
> service sendmail start
>
> I also suggest you read the Sendmail documentation with regard security
and
> relays.
>
> JP
>
> --
> There are 10 types of people in this world
> Those that understand binary and those that don't
>
OR, postfix
man alternatives will help you set it as your default mta
Then
postconf -e "myorigin = <your domain>"
postconf -e "mydestination = < domains you repond to space delimited>
postconf -e "mynetworks = 127.0.0.1 <your local LAN>"
postfonf -e "inet_interface = all"
service postfix restart
and voila.