still generating sendmail.st log using postfix

Schiz0 schiz0phrenic21 at gmail.com
Thu Jun 21 21:36:58 UTC 2007


On 6/21/07, John Webster <jwebster at es.net> wrote:
>
> --On Thursday, June 21, 2007 16:26:58 -0400 Bob <bob at a1poweruser.com> wrote:
>
> > I am using postfix and have sendmail_enable="NONE" and I
> > see sendmail.st log file filling up and being rotated.
> >
> > Why is the sendmail.st  file still be used with postfix?
> >
> > Is there some thing else I have to do to stop sendmail.st file?
> >
>
>
> By the way, shouldn't that be sendmail_enable="NO"?
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


It doesn't matter which one it is. If you look at /etc/rc.sendmail, it
checks for no and none:

start_mta()
{
     case ${sendmail_enable} in
     [Nn][Oo][Nn][Ee])
          ;;
     [Yy][Ee][Ss])


More information about the freebsd-questions mailing list