Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Aug 2004 03:09:54 +0000 (UTC)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc/rc.d sendmail
Message-ID:  <200408050309.i7539sR5050696@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gshapiro    2004-08-05 03:09:54 UTC

  FreeBSD src repository

  Modified files:
    etc/rc.d             sendmail 
  Log:
  Fix the startup logic for sendmail.  If sendmail_enable=yes, don't start
  the submit and outbound daemon, else if sendmail_submit_enable=yes, don't
  start the outbound daemon.  Only one daemon should be started.
  
  Also, do not rebuild database maps at boot time.  The code didn't pay
  attention to SENDMAIL_MAP_TYPE and assumed 'hash'.  Also, admins may
  not want maps automatically rebuilt just because the back end database
  has changed.  Finally, some maps are built with mode tools than just
  makemap (e.g., using cidrexpand on the access text file before sending
  it to makemap).
  
  Noticed by:     ache
  Reviewed by:    ache
  
  Revision  Changes    Path
  1.12      +11 -10    src/etc/rc.d/sendmail



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408050309.i7539sR5050696>