Re: Simple sendmail.cf question

2007-03-20 Thread Charles Trevor

Bob Applegate wrote:

I'm trying to figure out how to build sendmail.cf from
the m4 files.  The instructions located in
/usr/src/contrib/sendmail/cf/README are a bit vague.

Can someone give me the secret recipe for doing this?
I've always hand-edited the sendmail.cf file, but doing
the work with macros looks so much easier.  I just need
to find out how to properly do it.

Thanks

Bob



I have found this page helpful in the past..

http://www.technoids.org/freebsdsendmailfaqs.html

HTH

Charlie
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Simple sendmail.cf question

2007-03-19 Thread Gerard
On Monday March 19, 2007 at 10:36:42 (AM) Wojciech Puchar wrote:


> > I'm trying to figure out how to build sendmail.cf from
> > the m4 files.  The instructions located in
> > /usr/src/contrib/sendmail/cf/README are a bit vague.
> >
> > Can someone give me the secret recipe for doing this?
> 
> 
> cd /etc/mail
> make
> make install

If you want to do everything at once, use:

make all install restart

assuming Sendmail is running, else change restart to start. See
/etc/mail/Makefile for further information.

Ciao!

-- 
Gerard


Only in America...

Tim Allen, comedian, had this to say about Martha Stewart:

"Boy, I feel safer now that she's behind bars. O. J. & Kobe are walking
around, but they take the one woman in America willing to cook, clean,
and work in the yard and haul her ass to jail."
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Simple sendmail.cf question

2007-03-19 Thread Wojciech Puchar

I'm trying to figure out how to build sendmail.cf from
the m4 files.  The instructions located in
/usr/src/contrib/sendmail/cf/README are a bit vague.

Can someone give me the secret recipe for doing this?



cd /etc/mail
make
make install

:)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Simple sendmail.cf question

2007-03-18 Thread chuckr
Derek Ragona wrote:
> Don't build them there.  There are sample .mc files and a make file in
> /etc/mail.  You will find one you can copy for your system, and make
> whatever customizations you need.  There is also one for the submit.mc
> too.
>
Good suggestion, but I think that the fact that there's an extremely
well written (meaning quite well commented, with perfect targets)
Makefile, which will perform, for the user who might be innocent of
sendmail, all of the more difficult bits.  The Makefile is in
/etc/mail/Makefile, and watchig it in action will show users how to do
those things they might be unaware of.  Probably ought to read the
README in that directory, also.
> -Derek
>
> At 06:01 PM 3/18/2007, Bob Applegate wrote:
>> I'm trying to figure out how to build sendmail.cf from
>> the m4 files.  The instructions located in
>> /usr/src/contrib/sendmail/cf/README are a bit vague.
>>
>> Can someone give me the secret recipe for doing this?
>> I've always hand-edited the sendmail.cf file, but doing
>> the work with macros looks so much easier.  I just need
>> to find out how to properly do it.
>>
>> Thanks
>>
>> Bob
>>
>>
>> ___
>> NOCC, http://nocc.sourceforge.net
>>
>>
>> ___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to
>> "[EMAIL PROTECTED]"
>>
>> -- 
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>> MailScanner thanks transtec Computers for their support.
>

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Simple sendmail.cf question

2007-03-18 Thread Jeffrey Goldberg

You know, I consider your subject line an oxymoron.

On Mar 18, 2007, at 6:01 PM, Bob Applegate wrote:


I'm trying to figure out how to build sendmail.cf from
the m4 files.  The instructions located in
/usr/src/contrib/sendmail/cf/README are a bit vague.

Can someone give me the secret recipe for doing this?
I've always hand-edited the sendmail.cf file, but doing
the work with macros looks so much easier.  I just need
to find out how to properly do it.


Look in /etc/mail.   On my system there is a freebsd.mc and a  
submit.mc.  There is also a Makefile.


  make cf

will generate the .cf files from the .mc files using m4.

Cheers,


-j

--
Jeffrey Goldberghttp://www.goldmark.org/jeff/

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Simple sendmail.cf question

2007-03-18 Thread Derek Ragona
Don't build them there.  There are sample .mc files and a make file in 
/etc/mail.  You will find one you can copy for your system, and make 
whatever customizations you need.  There is also one for the submit.mc too.


-Derek

At 06:01 PM 3/18/2007, Bob Applegate wrote:

I'm trying to figure out how to build sendmail.cf from
the m4 files.  The instructions located in
/usr/src/contrib/sendmail/cf/README are a bit vague.

Can someone give me the secret recipe for doing this?
I've always hand-edited the sendmail.cf file, but doing
the work with macros looks so much easier.  I just need
to find out how to properly do it.

Thanks

Bob


___
NOCC, http://nocc.sourceforge.net


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.


--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"