View Single Post
  #5   (View Single Post)  
Old 19th November 2008
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Real Name: Ben
Spam Refugee
 
Join Date: Jul 2008
Location: Rotterdam, The Netherlands
Posts: 336
Default

I don't think so. The sendmail_enable directive operates the SMTP daemon. In other words, it opens a mailserver on your port 25 accepting incoming smtp connections from the world. Probably not what you want

If you have no sendmail-related entries in rc.conf, the defaults in /etc/defaults/rc.conf will be used, and those defaults are that a local Sendmail queue runner will be started at boot time, and that local mail will be processed every 15 minutes.

Code:
grep sendmail /etc/defaults/rc.conf
will reveal all.

Your process list should show:

Code:
   970  ??  Is     0:00.17 sendmail: Queue runner@00:15:00 for /var/spool/clientmqueue (sendmail)

Last edited by DutchDaemon; 19th November 2008 at 10:20 PM.
Reply With Quote