diff options
author | Hendrik Jaeger <henjae1@pf4vm75z.hin> | 2024-07-03 12:14:30 +0200 |
---|---|---|
committer | Hendrik Jaeger <henjae1@pf4vm75z.hin> | 2024-07-03 12:20:07 +0200 |
commit | 8feca24b106b0f4236add0689214a7fc075cde8f (patch) | |
tree | fa91a205e98756b733a2f119cf41256530e5e9c9 /templates | |
parent | b444934bebe52575ef3bce7677fadf5db54f4b1f (diff) |
fix template and deploy config file again
Diffstat (limited to 'templates')
-rw-r--r-- | templates/etc/logcheck/logcheck.conf.erb (renamed from templates/etc/logcheck/logcheck.conf) | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/templates/etc/logcheck/logcheck.conf b/templates/etc/logcheck/logcheck.conf.erb index 8509ea3..43cb5a6 100644 --- a/templates/etc/logcheck/logcheck.conf +++ b/templates/etc/logcheck/logcheck.conf.erb @@ -19,7 +19,7 @@ # Can be Set to "workstation", "server" or "paranoid" for different # levels of filtering. Defaults to server if not set. -REPORTLEVEL="<%= reportlevel %>" +REPORTLEVEL="<%= @reportlevel %>" # Controls the address mail goes to: # *NOTE* the script does not set a default value for this variable! @@ -71,6 +71,17 @@ FQDN=1 #ADDTAG="no" +# Previous versions of logcheck always sent messages in 7bit encoding, +# even if that resulted in RFC-violating messages. For example, really +# long syslog lines would generate too-long SMTP lines, which are +# rejected at least by Debian's default exim configuration. The new +# default is to let mime-construct pick an appropriate encoding, but you +# can override it by setting the below (to any of the encodings +# supported by mime-construct). You may need to do this if you have +# tools handling logcheck emails that don't understand MIME encoding. + +#MIMEENCODING= + # Set a different location for temporary files than /tmp # this is useful if your /tmp is small and you are getting # errors such as: |