<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Alexander Dalloz wrote:
<blockquote cite="mid1139890297.5856.102.camel@serendipity.dogma.lan"
 type="cite">
  <pre wrap="">Am Di, den 14.02.2006 schrieb Lovell Mcilwain um 4:50:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">How do you try to generate the .cf files? Simply run

make -C /etc/mail

(just to see if there are any errors/complaints)

  
      </pre>
    </blockquote>
    <pre wrap="">Output:
make: Entering directory `/etc/mail'
make: Leaving directory `/etc/mail'

sendmail.cf did have content in it this time.
    </pre>
    <blockquote type="cite">
      <pre wrap="">then

service sendmail restart

  
      </pre>
    </blockquote>
    <pre wrap="">I restarted the service:

Shutting down sendmail:                                    [  OK  ]
Shutting down sm-client:                                   [FAILED]
    </pre>
  </blockquote>
  <pre wrap=""><!---->
The submission agent wasn't running.

  </pre>
  <blockquote type="cite">
    <pre wrap="">Starting sendmail:                                         [  OK  ]
Starting sm-client:                                        [  OK  ]

I didn't get any complaints.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">[user@FC4FW share]$  m4 /etc/mail/sendmail.mc /etc/mail/sendmail.cf
          </pre>
        </blockquote>
      </blockquote>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Not the correct command syntax.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
You omitted the ">".

  </pre>
  <blockquote type="cite">
    <pre wrap="">This was the syntax I was told to use to append changes to my .cf file.  
If this isn't right what do I use? I had no clue about the previous 
command you gave me to generate the sendmail.cf file correctly.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf

Better use the make command (which makes use of the Makefile inside
/etc/mail) and catches more than just the .mc file changes, too the
hashed map files.

Alexander
  
  </pre>
</blockquote>
I will see how I can use the make command.  I don't know how the syntax
changes from using that vs the m4 command.  I will see what I can find
on it.  Thanks for all the help
</body>
</html>