procmail
[Top] [All Lists]

Re: Log file size

2020-01-02 16:50:34
* Jostein Berntsen <jbernts(_at_)broadpark(_dot_)no> [01-02-20 17:34]:
Hi,

The procmail log file size in ~/.procmail/log seems to have a size limit 
for 52 MB and when reached it stops working. Can this be set to a higher 
value in the .procmailrc file?

procmail afaik does not set the log file size.  it is determined by your
system via in my openSUSE case, logrotate.  ie:
  /etc/logrotate.d/ntp
  /var/log/ntp {
      compress
      dateext
      maxage 365
      rotate 99
      size=+2048k
      notifempty
      missingok
      copytruncate
      postrotate
      chmod 644 /var/log/ntp
      endscript
  }

                                                  
-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA          @ptilopteri
http://en.opensuse.org    openSUSE Community Member    facebook/ptilopteri
Photos: http://wahoo.no-ip.org/piwigo               paka @ IRCnet freenode
____________________________________________________________
procmail mailing list -- procmail(_at_)lists(_dot_)rwth-aachen(_dot_)de   
Procmail homepage: http://www.procmail.org/
To unsubscribe send an email to 
procmail-leave(_at_)lists(_dot_)rwth-aachen(_dot_)de
https://lists.rwth-aachen.de/postorius/lists/procmail.lists.rwth-aachen.de

<Prev in Thread] Current Thread [Next in Thread>
  • Log file size, Jostein Berntsen
    • Re: Log file size, Patrick Shanahan <=