LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Sendmail Configuration (https://www.linuxquestions.org/questions/linux-newbie-8/sendmail-configuration-191533/)

ralphf 06-09-2004 11:09 AM

Sendmail Configuration
 
any help would be appreciated

I am tring to set up sendmail to send mail back to my account through the mail server.

What I have done up to this point is the following I have modified the following lines in my /etc/mail/sendmail.mc

define(`SMART_HOST',`mail.logisticare.com')
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')
dnl Cwlocalhost.localdomain
Cwsbdlcallcldb003.logisticare.com

Then I ran the m4 process and it created my sendmail.cf

Also I modified these two files

local-host-names
access

I put my fully qualified domain name in each one of these files

I am not sure about the next step I have a document which states to run a make from within the /etc/mail directory there is a Makefile in there what does this mean?

Pete M 06-09-2004 12:47 PM

Hi ralphf

If you have a registered domain name you do not need to send mail through a smart host Sendmail will simply send it on it's way into the internet

If you look in your mail directory there are files with very similar names, using the 'make' command produces the files with extension .db which are then readable by Sendmail

Take a look here if you want to learn more about Sendmail
Link

Pete


All times are GMT -5. The time now is 03:02 AM.