Re: [6.3] How are those daemons started?
- From: Gilles <gilles.ganault@xxxxxxx>
- Date: Mon, 31 Mar 2008 22:27:55 +0200
On Mon, 31 Mar 2008 15:06:20 -0500, Erik Osterholm
<freebsd-lists-erik@xxxxxxxxxxxxxxxxx> wrote:
Also note /etc/defaults/rc.conf which is /why/ these services
are on by default. Entries in /etc/rc.conf override entries in
/etc/defaults/rc.conf, so you should never change
/etc/defaults/rc.conf.
Thanks guys. After reading /etc/defaults/rc.conf, I understood that
the reason there's sendmail listening on TCP25 is so that local
daemons can send e-mail to the admin.
Thanks for the tip, and sockstat:
# sockstat | grep 2000
root asterisk 593 17 tcp4 *:2000 *:*
# sockstat | grep 2727
root asterisk 593 10 udp4 *:2727 *:*
# sockstat | grep 514
root syslogd 531 7 udp4 *:514 *:*
# sockstat | grep 25
root sendmail 676 3 tcp4 127.0.0.1:25 *:*
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: [6.3] How are those daemons started?
- From: Mel
- Re: [6.3] How are those daemons started?
- References:
- [6.3] How are those daemons started?
- From: Gilles
- Re: [6.3] How are those daemons started?
- From: Mel
- Re: [6.3] How are those daemons started?
- From: Erik Osterholm
- [6.3] How are those daemons started?
- Prev by Date: Re: SCSI network
- Next by Date: US-CERT Warning
- Previous by thread: Re: [6.3] How are those daemons started?
- Next by thread: Re: [6.3] How are those daemons started?
- Index(es):
Relevant Pages
|
|