<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16625"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI">
<DIV>I do not see any&nbsp;mechanism to logrotate&nbsp;the /var/zendto/zendto.log file.&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Perhaps create one or document that the installer may want to consider creating one.</DIV>
<DIV>&nbsp;</DIV>
<DIV>A&nbsp;starting suggestion for the log rotation script:</DIV>
<DIV>&nbsp;</DIV>
<DIV>file: /etc/logrotate.d/zendto</DIV>
<DIV>&nbsp;</DIV>
<DIV>/var/zendto/zendto.log {<BR>&nbsp;&nbsp;&nbsp; # rotate log files: daily | weekly | monthly<BR>&nbsp;&nbsp;&nbsp; monthly</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; # keep x rotations of backlogs<BR>&nbsp;&nbsp;&nbsp; rotate 12</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; &nbsp;# uncomment this if you want your log files compressed<BR>&nbsp;&nbsp; #compress</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp; # create new (empty) log files after rotating old one with the</DIV>
<DIV>&nbsp;&nbsp; # same permissions, owner, and group as the file being rotated<BR>&nbsp;&nbsp; create 664 apache apache</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; # do not rotate&nbsp;the log file if it is empty</DIV>
<DIV>&nbsp;&nbsp;&nbsp; notifempty</DIV>
<DIV>}<BR></DIV></BODY></HTML>