Re: still generating sendmail.st log using postfix

2007-06-21 Thread Schiz0

On 6/21/07, John Webster <[EMAIL PROTECTED]> wrote:


--On Thursday, June 21, 2007 16:26:58 -0400 Bob <[EMAIL PROTECTED]> 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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




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])
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: still generating sendmail.st log using postfix

2007-06-21 Thread John Webster

--On Thursday, June 21, 2007 16:26:58 -0400 Bob <[EMAIL PROTECTED]> 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@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: still generating sendmail.st log using postfix

2007-06-21 Thread Schiz0

On 6/21/07, Bob <[EMAIL PROTECTED]> 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?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"




Check /etc/newsyslog.conf

Newsyslog rotates the log files. Comment the /var/log/sendmail.st line
out of that file and it'll stop rotating it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


still generating sendmail.st log using postfix

2007-06-21 Thread Bob
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?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"