On Mon, Aug 27, 2012 at 11:25:29AM -0400, Rich Carreiro wrote: > I know the real answer is to figure out how to modify the > relevant logwatch service script and/or to figure out how to get > mailmain to submit on 587.
The real answer is trivial. My Mailman submits on 587. mm_cfg.py :: SMTPPORT = 587 http://list.org/mailman-install/customizing.html > But in the short term, is there any way to reduce postscreen's > logging level or do tell it not to log "uninteresting" > connections such as those from localhost? Your "short term" fix would take longer than DTRT, but the more proper kludge would be to pipe to grep -v before your logwatch. -- http://rob0.nodns4.us/ -- system administration and consulting Offlist GMX mail is seen only if "/dev/rob0" is in the Subject:
