iso disk 3 and 4

2003-08-17 Thread David R. Stegner
I am trying to move up to 4.8 release.

According to the online installation guide, section 2.13.1, for each 
release there are ISO disks 1 - 4.

I have downloaded 1 & 2 and all is well.

Does anyone have an idea where disks 3 & 4 are, I am unable to find them at 
ftp.freebsd.org.

Dave

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


Sendmail 8.12.6 install

2002-12-07 Thread David R. Stegner

Have been learning FreeBSD since version 2.2.6, not a newbie but not an 
expert.  Have been able to install and upgrade software and OS from source 
and ports previously

OS version: 4.4 Release
Sendmail:   8.11.6

I have learning Sendmail for about a year using 8..11.6.  Had no problems 
setting up, etc.

Wanted, or thought I should upgrade to 8.12.6 to try and learn about 
implement milter stuff.

1.  CVSUP'd Sendmail 8.12.6 port a few days ago.

2.  ran make in /usr/ports/mail/sendmail

3.  read and followed the INSTALL instructions and associated README files.



When I rebooted by system, 8.11.6 was still running.

I can run 8.12.6 manually.

Where I am confused:

8.11.6 install was

sendmail executable in /usr/libexec/sendmail/
usr/sbin/sendmail was pointer to /usr/sbin/mailwrapper
mailer.conf pointed to /usr/libexec/sendmail/sendmail
rc.conf reflected 8.11.6 flags, etc

after 8.12.6 install complete

sendmail executable in /usr/local/sbin/


Is 4.4R too old to use 8.12.6 port?

Is port install supposed to update rc.conf?

Is port install supposed to utilize mailwrapper.

Are install directories different now? , I searched and could not find answer.

Have I missed a document or step? or maybe my lack of understanding.


In desperation I tried std port install instructions:

Make in /usr/ports/mail/sendmail

Make install in /usr/ports/mail/sendmail

Received the following:

===>  Installing for sendmail-8.12.6_1
if ! pw groupshow smmsp; then pw groupadd smmsp -g 25; fi
smmsp:*:25:
if ! pw usershow smmsp; then pw useradd smmsp -g smmsp -u 25  -h - -d 
/nonexiste
nt -s /nonexistent -c "Sendmail Queue"; fi
smmsp:*:25:25::0:0:Sendmail Queue:/nonexistent:/nonexistent
@dirrm share/sendmail: not found
*** Error code 127

Stop in /usr/ports/mail/sendmail.
*** Error code 1

Stop in /usr/ports/mail/sendmail.
*** Error code 1

Stop in /usr/ports/mail/sendmail.
adam#



Any help is appreciated..

Thanking you in advance



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


Re: Sendmail 8.12.6 install

2002-12-10 Thread David R. Stegner
Dirk,

Thank You for the response.

I think I am close.

You were right on with the CVSUP /usr/posrt/Mk.  I CVSUP'd ports-base and 
make install runs in /usr/ports/mail/sendmail
without any complaints.

I now received the message you spoke of:

as the message tells:
[...]
---
To activate sendmail as your default mailer, call the target 'mailer.conf':
/usr/ports/mail/sendmail$ make mailer.conf

And this worked fine..


My last point of confusion:

I do not know what to do about rc.conf, defaults/rc.conf, 
/usr/local/etc/rc.d, etc.

As it stands now I have changed flags in /etc/rc.conf

as the message tells:
[...]

in FreeBSD-RELEASE < 4.6 set your flags in /etc/rc.conf:
sendmail_flags="-L sm-msp-queue -Ac -q1m"


When I reboot my system, only the msp portion starts.

Do I need to use the shell scripts in /usr/local/etc/rc.d? and what do I do 
with them to start automatic??

Do I need to disable sendmail in rc.conf as Mathew Seaman indicated in his 
response?

 DRS

At 02:11 PM 12/8/02 +0100, Dirk Meyer wrote:
Hi David R. Stegner,
> 1.  CVSUP'd Sendmail 8.12.6 port a few days ago.
> 2.  ran make in /usr/ports/mail/sendmail
> 3.  read and followed the INSTALL instructions and associated README files.
>
> When I rebooted by system, 8.11.6 was still running.

you forgot to do:
# cd /usr/ports/mail/sendmail && make mailer.conf

> I can run 8.12.6 manually.
> Where I am confused:
> 8.11.6 install was
>  sendmail executable in /usr/libexec/sendmail/
>  usr/sbin/sendmail was pointer to /usr/sbin/mailwrapper
>  mailer.conf pointed to /usr/libexec/sendmail/sendmail
>  rc.conf reflected 8.11.6 flags, etc

This is sendmail in the base installation.

> after 8.12.6 install complete
>  sendmail executable in /usr/local/sbin/


This is a ports installation.

> Is 4.4R too old to use 8.12.6 port?

no.

> Is port install supposed to update rc.conf?

no.
You must update mailer.conf by hand, or by "make mailer.conf"

> Is port install supposed to utilize mailwrapper.

yes.

as the message tells:
[...]
---
To activate sendmail as your default mailer, call the target 'mailer.conf':
/usr/ports/mail/sendmail$ make mailer.conf

Your '/etc/mail/mailer.conf' should look like this:
#
[...]

> Make install in /usr/ports/mail/sendmail
> Received the following:
>
> ===>  Installing for sendmail-8.12.6_1
[...]
> smmsp:*:25:25::0:0:Sendmail Queue:/nonexistent:/nonexistent
> @dirrm share/sendmail: not found
> *** Error code 127

please check:

# make -V ECHO_CMD
echo

if this does not show, please cvsup "/usr/ports/Mk".

kind regards Dirk

- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
- [[EMAIL PROTECTED]],[[EMAIL PROTECTED]],[[EMAIL PROTECTED]]


David R. Stegner, CDP

Voice: (909) 874-4334
Cell   : (909) 452-8107


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