Re: Sendmail.cf

2001-02-05 Thread Gregory Neil Shapiro

mitko On friday evening I cvsup-ed from cvsup5.freebsd.org to move from
mitko 4.1.1-RELEASE to 4.2-STABLE. All went Ok, but after mergemaster and
mitko reboot - sendmail warns that the version of the sendmail.cf is
mitko older and exits with ExitStat = 70 :-))

mitko There was and 2 errors for line 108 'Karith' as I remember and
mitko something below.

mitko Sorry now I cant post you more information, because it happends at home. 
mitko Tomorrow I can post more details.

I'd like to see more details but my first thought is that you only updated
the sendmail binary and not the configuration file
(/etc/mail/sendmail.cf).  However, sendmail will only print a warning when
dealing with an old config, it will not exit.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: 4.2-b buildworld end, sendmail.cf, kernel modules

2000-11-02 Thread Kenneth W Cochran

From [EMAIL PROTECTED]  Thu Nov  2 12:26:46 2000
Date: Thu, 2 Nov 2000 09:25:33 -0800 (PST)
From: Gregory Neil Shapiro [EMAIL PROTECTED]
To: Kenneth W Cochran [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: 4.2-b buildworld end, sendmail.cf, kernel modules

kwc === etc
kwc === etc/sendmail
kwc rm -f freebsd.cf
kwc (cd /usr/src/etc/sendmail   m4 
-D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/ 
/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4 freebsd.mc)  freebsd.cf
kwc chmod 444 freebsd.cf

kwc "After:"

kwc === etc
kwc === etc/sendmail

kwc What is (and/or was) going on here (sendmail-config building)?

Are you sure you didn't have freebsd.cf in the obj
directory from an earlier build?

Not exactly, I'm afraid; I just noticed that "stanza" at
the end of my buildworld log.  Is this As Per Design or did
somebody goof?  The "before" output is from the 29th (
before)  the "after" output is from the night of Nov 1.
My guess is that "freebsd.cf" is something that "used to"
exist, but is now deprecated, but I'd like to hear
something (more-or-lese) "official."  :)
I can't find anything in any documentation of in the cvs list archive.

-kc


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Does sendmail.cf gets replaced by stable?

2000-02-27 Thread Francisco Reyes

On Sat, 26 Feb 2000 23:50:41 -0800, Doug Barton wrote:

Francisco Reyes wrote:
 
 Does the /etc/sendmail.cf gets replaced by stable?

   Not sure what you mean by "replaced by stable." It does not get
replaced in a make/build world. 

Apparently that is not the case.
According to  another email I got builds a sendmail.cf from
/usr/src/etc/sendmail/freebsd.mc and installs it.

There seems to be a parameter in /etc/rc.conf where one can
indicate which ".mc" file to use at make world.




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Does sendmail.cf gets replaced by stable?

2000-02-27 Thread Martin Welk

On Sat, Feb 26, 2000 at 08:38:49PM -0500, Francisco Reyes wrote:

 Apparently that is not the case.

As we are on the -stable list, I speak for stable: I did a cvsup yesterday
to and today made buildworld and installworld and my /etc/sendmail.cf
wasn't replaced by one of those procedures and I haven't configured
something special. (And I haven't seen something like that for more than
three years now - I have seen sendmail's barking update cf files that were
to new because I forgot to disable building and installing sendmail during
making the world and I had updated it meanwhile, but no change of the cf
file itself.)

 According to  another email I got builds a sendmail.cf from
 /usr/src/etc/sendmail/freebsd.mc and installs it.

Maybe, it's something different in -current.

 There seems to be a parameter in /etc/rc.conf where one can
 indicate which ".mc" file to use at make world.

Huh? Sendmail doesn't eat a plain .mc file so it cannot be a runtime
option. Sendmail needs a "compiled" (or hand-written :-) ) cf file.

Same game, perhaps it has changed in -current, as there is also a wrapper
for dealing with other default MTAs then sendmail and sendmail
configuration files move to /etc/mail, IIRR.

Regards,

Martin
-- 
  ,,Oh, there's a lot of opportunities, if you're knowing to take them,
  you know, there's a lot of opportunities, if there aren't
you can make them, make or break them!'' (Tennant/Lowe)


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Does sendmail.cf gets replaced by stable?

2000-02-27 Thread Jay Sachs

Martin Welk wrote:
 
 On Sat, Feb 26, 2000 at 08:38:49PM -0500, Francisco Reyes wrote:
 
  Apparently that is not the case.
 
 As we are on the -stable list, I speak for stable: I did a cvsup yesterday
 to and today made buildworld and installworld and my /etc/sendmail.cf
 wasn't replaced by one of those procedures and I haven't configured
 something special. (And I haven't seen something like that for more than
 three years now - I have seen sendmail's barking update cf files that were
 to new because I forgot to disable building and installing sendmail during
 making the world and I had updated it meanwhile, but no change of the cf
 file itself.)
 
  According to  another email I got builds a sendmail.cf from
  /usr/src/etc/sendmail/freebsd.mc and installs it.
 
 Maybe, it's something different in -current.

It's in stable. sendmail.cf is built, just not installed. Unless you ask
mergemaster to do it for you.

  There seems to be a parameter in /etc/rc.conf where one can
  indicate which ".mc" file to use at make world.
 
 Huh? Sendmail doesn't eat a plain .mc file so it cannot be a runtime
 option. Sendmail needs a "compiled" (or hand-written :-) ) cf file.

It appears (though I haven't tested it), that defining SENDMAIL_CF
in /etc/make.conf controls which .cf gets built, and subsequently 
installed by mergemaster. Look at /usr/src/etc/sendmail/Makefile.

jay


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: Does sendmail.cf gets replaced by stable?

2000-02-26 Thread Doug Barton

Francisco Reyes wrote:
 
 Does the /etc/sendmail.cf gets replaced by stable?

Not sure what you mean by "replaced by stable." It does not get
replaced in a make/build world. 

 I use mergemaster and I don't recall copying that file, however
 my sendmail stopped working recently after I CVSupped made
 world. I rebuilt cf file from an mc file I had previously used
 and all was well, but I don't recall having this problem before.

mergemaster does not install any files that you don't tell it to.
However you saved yourself by the first rule of mergemaster, always have
good backups. :)

Doug
-- 
"Welcome to the desert of the real." 

- Laurence Fishburne as Morpheus, "The Matrix"


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message