Starting new entries in /etc/rc.conf
From: Bill Schoolcraft (bill_at_wiliweld.com)
Date: 11/26/03
- Previous message: Lowell Gilbert: "Re: newbie install question"
- Next in thread: Jonas Manalive: "Re: Starting new entries in /etc/rc.conf"
- Reply: Jonas Manalive: "Re: Starting new entries in /etc/rc.conf"
- Reply: Lowell Gilbert: "Re: Starting new entries in /etc/rc.conf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 26 Nov 2003 11:21:54 +0000 (GMT) To: freebsd-questions@freebsd.org
Hello Family,
I recently whacked the default outgoing mail process on my
FreeBSD-4.8 system and could no longer send mail with Pine using
"localhost" although I could in fact send mail with the command:
mail -s "mail test" bill@mydomain.com
So I went into /usr/ports/postfix-current and did an install and
at the end the instructions were to add the following to
/etc/rc.conf
####################################################
sendmail_enable="YES"
sendmail_flags="-bd"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
####################################################
Now, I see basicall the command of `sendmail -bd` nested in the
above settings but I'm not quite sure about the other three.
In other words, how would you correctly "source" the
/etc/rc.conf file if you can at all or is this file only meant
to be referenced at boot time?
Thanks
-- |<----------------------"Word-Wrap-At-72-Please"---------------------->| Bill Schoolcraft PO Box 210076 -o) San Francisco CA 94121 /\ "UNIX, A Way Of Life." _\_v _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Lowell Gilbert: "Re: newbie install question"
- Next in thread: Jonas Manalive: "Re: Starting new entries in /etc/rc.conf"
- Reply: Jonas Manalive: "Re: Starting new entries in /etc/rc.conf"
- Reply: Lowell Gilbert: "Re: Starting new entries in /etc/rc.conf"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|