delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

it is started during the boot process with the message "starting standard daemons ..." - where can i configure these?
Or what else do i need to do to get rid of it (please not de-installing http://bbs.prog365.com/images/sites/wink.gif i want it on-demand)?
tia,
M


I tried to disable sendmail in FreeBSD 4.6-STABLE.
what i did so far:
- read handbook and faq
- put sendmail_enable="NO" in /etc/rc.conf
- chmod 644 /etc/rc.sendmail
but when i reboot sendmail is still running (ps and netstat show sendmail). for security i don´t want my port 25 to be open...
it is started during the boot process with the message "starting standard daemons ..." - where can i configure these?
Or what else do i need to do to get rid of it (please not de-installing i want it on-demand)?
tia,
M

TOP

This is funny,  I had this problem just 2 days ago (freebsd helped me out).
In /etc/rc.conf:
sendmail_enable="NONE"

TOP

thank you very much. this works
do you know where this is documented? i could not find any reference to this...
now i can go online (PPPoE, DSL) - let´s see what follows next

TOP

here:
http://www.freebsd.org/doc/en_US.IS...hangingmta.html
It changed between 4.5 and 4.6

TOP

abstract:

it is started during the boot process with the message "starting standard daemons ..." - where can i configure these?
Or what else do i need to do to get rid of it (please not de-installing http://bbs.prog365.com/images/sites/wink.gif i want it on-demand)?
tia,
M


thanks again. i just discovered that the german manual only goes up to chapter 11... (i am downloading the english version right now...)
[update]
the TOC of the english version (PDF) is not linked
[/update]

TOP

another plain example is in /etc/defaults/rc.conf...
Code:
  1. sendmail_enable="YES"        # Run the sendmail inbound daemon (YES/NO/NONE).
  2.                         # If NONE, don't start any sendmail processes.
Copy Code

TOP

thanks. as you can tell probably from my posts, i am new to *bsd. looking for an alternative to win*** (again), linux was nice to play with for a long time. now it´s time to progress
from my first three days with FreeBSD i can tell: i like seems easier to configure and much less disordered than linux...



it is started during the boot process with the message "starting standard daemons ..." - where can i configure these?
Or what else do i need to do to get rid of it (please not de-installing http://bbs.prog365.com/images/sites/wink.gif i want it on-demand)?
tia,
M

TOP

Back Forum