<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">On 10/8/21 13:35, Colin Jack wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:51BDE08B-1F3D-4DFE-BC84-A458EBC57B69@mainline.co.uk">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}div.WordSection1
        {page:WordSection1;}</style>
      <div class="WordSection1">
        <p class="MsoNormal">I am sure I have seen this in the mail list
          before but cannot find it.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">My 5210R has stopped writing to the
          /var/log/maillog.<o:p></o:p></p>
        <p class="MsoNormal">What do I need to do to fix it please?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
    </blockquote>
    You might want to try to send rsyslogd a SIGHUP, as in:<br>
    <br>
    <font size="+1" face="monospace">kill -HUP $(cat
      /var/run/rsyslogd.pid)</font><br>
    <br>
    or straightaway restart it:<br>
    <br>
    <font size="+1" face="monospace">service rsyslog restart</font><br>
    <br>
    That should normally fix it.<br>
    <br>
    HTH - Christoph<br>
  </body>
</html>