Networking Forums

Networking Forums > Computer Networking > Linux Networking > email server on my box

Reply
Thread Tools Display Modes

email server on my box

 
 
Robert
Guest
Posts: n/a

 
      05-21-2004, 01:48 PM

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 ?

Thanks
 
Reply With Quote
 
 
 
 
Matthew Robinson
Guest
Posts: n/a

 
      05-21-2004, 01:57 PM
yes, have a look for your init scripts to enable sendmail (if its already
installed, if not, have a look on the installation cd)

in slackware its /etc/rc.d/rc.sendmail (you have to

#make the sendmail script executable to it runs on startup
chmod a+x /etc/rc.d/rc.sendmail
#start sendmail so you dont have to reset your comp
/etc/rc.d/rc.sendmail start

)

but it'll be different in red hat
 
Reply With Quote
 
JP
Guest
Posts: n/a

 
      05-21-2004, 04:57 PM
"Robert" <rchin@spammenot_panix.com> wrote in message
newsan.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


 
Reply With Quote
 
Vic
Guest
Posts: n/a

 
      05-21-2004, 04:58 PM
"Robert" <rchin@spammenot_panix.com> wrote in message
newsan.2004.05.21.13.48.18.103779@spammenot_pani x.com

> I set up a RH8 box at work


Same as my box.

> this is the ONLY *nix in this M$ shop


....So far ;-)

> Can I enable SMTP server on this Linux box ?


Yes. In fact, it's probably already running - but probably only
accepting mail from localhost (that's the default setup).

I strongly recommend sticking Webmin on the box before you play about
with sendmail too much - it makes life much, much simpler...

Vic.


--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
Reply With Quote
 
Sukrit
Guest
Posts: n/a

 
      05-22-2004, 09:51 AM
Robert wrote:
> 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 ?
>
> Thanks


Just use Postfix. it's much easier to get going than sendmail. also u
can use imapd to set up SMTP.

SD.
 
Reply With Quote
 
Raqueeb Hassan
Guest
Posts: n/a

 
      05-22-2004, 12:49 PM
yes, sendmail should be up and running automatically .... be sure to
enable to access list which would connect other than localhost ...

configure SMTP accesslist as documented on
http://www.sendmail.org/~ca/email/auth.html

and you should see the documentation on mail relay ..

# by default we allow relaying from localhost...
localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY

hth

raqueeb hassan
congo
 
Reply With Quote
 
Wolf
Guest
Posts: n/a

 
      05-24-2004, 02:03 AM

"JP" <(E-Mail Removed)> wrote in message
news:c8lcdn$sqh$(E-Mail Removed)...
> "Robert" <rchin@spammenot_panix.com> wrote in message
> newsan.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.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Minuteman's Production server. your provider's email server sends a message back to the Production server. Don Saklad Linux Networking 0 05-19-2007 07:17 AM
email extractor , site , solutions , email based marketing , email marketing solution , email extractor , newsletter software , mass email , e-mail marketing , email marketing solutions , bulk email software , web advertising , email marketing , mark Nuclear Incorporation. www.nuclear-inc.com Broadband 0 04-05-2007 08:38 PM
email extractor , site , solutions , email based marketing , email marketing solution , email extractor , newsletter software , mass email , e-mail marketing , email marketing solutions , bulk email software , web advertising , email marketing , mark Nuclear Incorporation. www.nuclear-inc.com Home Networking 0 04-05-2007 08:31 PM
email notification upon server down aznan Windows Networking 2 11-24-2006 12:59 PM
email server... Christian Linux Networking 6 09-13-2003 03:24 AM



1 2 3 4 5 6 7 8 9 10 11