|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
disable sendmail
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
__________________
-- Manuel Hirsch - Linux, FreeBSD, programming, administration articles, tutorials and more. |
|
#2
|
|||
|
|||
|
This is funny, I had this problem just 2 days ago (freebsd helped me out).
In /etc/rc.conf: sendmail_enable="NONE"
__________________
FSBO (For Sale By Owner) Realty |
|
#3
|
|||
|
|||
|
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 ![]() |
|
#4
|
|||
|
|||
|
|
|
#5
|
|||
|
|||
|
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] Last edited by M.Hirsch : August 17th, 2002 at 07:38 AM. |
|
#6
|
||||
|
||||
|
I found out about this same thing myself when I'd installed OpenBSD 3.1 earlier. So, it wasn't too much of a thing to figure out for myself when I upgraded a FreeBSD box
. |
|
#7
|
|||
|
|||
|
another plain example is in /etc/defaults/rc.conf...
![]() Code:
sendmail_enable="YES" # Run the sendmail inbound daemon (YES/NO/NONE). # If NONE, don't start any sendmail processes. |
|
#8
|
|||
|
|||
|
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... |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > BSD Help > disable sendmail |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|