1833934 Members
1873 Online
110063 Solutions
New Discussion

Sendmail Configuration

 
Samuel Martinez
Advisor

Sendmail Configuration

I have a Sendmail 8.11.6/8.11.6 server.
And I need to configure it just for send e.mails from my own domain, because I have been sending e-mails from hotmail domain.

PLZ!!!! Help!!!!
rgds:
Samuel
win to win
3 REPLIES 3
Mark Fenton
Esteemed Contributor

Re: Sendmail Configuration

Samuel,

Take a look at

http://www.sendmail.org for everything you ever wanted to know about sendmail but were afraid to ask! A quickie which might be more to the point for you is the sendmail howto found at

http://www.tldp.org/HOWTO/mini/Sendmail-Address-Rewrite.html

(the above should appear all on one line)

hth

Mark
benoit Bruckert
Honored Contributor

Re: Sendmail Configuration

hi Samuel,
First you have to define the proper domain for your sendmail server :
in sendmail.cf place the line :
Djhost.yourdomain.com

You can later masquerade your email:
CMhost.yourdomain.com
and
DMyourdomain.com

With this it should work.
hth
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
Bill Thorsteinson
Honored Contributor

Re: Sendmail Configuration

Consider replacing Sendmail with Exim. It does the same
task, but is much simpler to
configure.