|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/logwatch/default.conf/services/ |
Upload File : |
########################################################################### # $Id: sendmail-largeboxes.conf,v 1.5 2005/12/07 19:22:29 bjorn Exp $ ########################################################################### # This displays a warning for large mailboxes # Best solution would be to have a config setting for what the # server administrator considers as "large". Hard coded to consider 40Mb+ # as large. # You can put comments anywhere you want to. They are effective for the # rest of the line. # this is in the format of <name> = <value>. Whitespace at the beginning # and end of the lines is removed. Whitespace before and after the = sign # is removed. Everything is case *insensitive*. # Yes = True = On = 1 # No = False = Off = 0 # service title Title = "sendmail-largeboxes (large mail spool files)" # Which logfile group... LogFile = NONE # Mailbox size threshold # can add units KB, MB, GB, TB # can set to 0 to report spool files being created where they shouldn't $sendmail_largeboxes_size = 40MB ######################################################## # This was written and is maintained by: # Colin Smith <Colin.Smith@fantasie.org.uk> # # Please send all comments, suggestions, bug reports, # etc, to Colin.Smith@fantasie.org.uk ######################################################## # vi: shiftwidth=3 tabstop=3 et