Rich Shepard wrote: > Logwatch runs well here, but it includes many lines from /var/log/maillog, > one for each lost connection. I would like to remove that portion of the > report but cannot find an option to do so in > /etc/logwatch/conf/logwatch.conf. > > If there is a way to eliminate this one section of the report, please > point me to the appropriate file to do so.
/etc/logwatch/conf/logwatch.conf Service = "-sendmail" and/or Service = "-postfix" is what I use depending on whether the system is running sendmail or postfix. I've seen on a few systems that were moved from sendmail to postfix that it required both. Too lazy to go find where the default of doing sendmail is set. :-) \\||/ Rod -- > > Thanks, > > Rich > _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
