/opt/osstech/var/log/mailman/*.log {
  notifempty
  missingok

  su mailman mailman
  delaycompress

  postrotate
    systemctl try-restart osstech-mailman.service
    ## Bug #5: `mailman reopen` does NOT close old log files
    #if systemctl is-active --quiet osstech-mailman.service; then
    #  /opt/osstech/bin/mailman reopen
    #fi
  endscript
}
