View | Details | Raw Unified | Return to bug 38915
Collapse All | Expand All

(-)conffiles/etc/amavis/conf.d/60-univention (-9 / +8 lines)
 Lines 303-322    Link Here 
303
# 5: more debug details
303
# 5: more debug details
304
#$log_level = 2;		# (defaults to 0)
304
#$log_level = 2;		# (defaults to 0)
305
305
306
@!@
307
if configRegistry.get('mail/amavis/debug/level'):
308
	print "$log_level = '%s';" % configRegistry['mail/amavis/debug/level']
309
@!@
310
306
# Customizable template for the most interesting log file entry (e.g. with
311
# Customizable template for the most interesting log file entry (e.g. with
307
# $log_level=0) (take care to properly quote Perl special characters like '\')
312
# $log_level=0) (take care to properly quote Perl special characters like '\')
308
# For a list of available macros see README.customize .
313
# For a list of available macros see README.customize .
309
314
310
# only log infected messages (useful with log level 0):
315
# We rely on the built-in log template for now.
311
# $log_templ = '[? %#V |[? %#F ||banned filename ([%F|,])]|infected ([%V|,])]#
316
# If needed, a custom log template can be specified via
312
# [? %#V |[? %#F ||, from=[?%o|(?)|<%o>], to=[<%R>|,][? %i ||, quarantine %i]]#
317
# $log_templ = 
313
# |, from=[?%o|(?)|<%o>], to=[<%R>|,][? %i ||, quarantine %i]]';
314
318
315
# log both infected and noninfected messages (default):
316
$log_templ = '[? %#V |[? %#F |[?%#D|Not-Delivered|Passed]|BANNED name/type (%F)]|INFECTED (%V)], #
317
[?%o|(?)|<%o>] -> [<%R>|,][? %i ||, quarantine %i], Message-ID: %m, Hits: %c';
318
319
320
#
319
#
321
# Section IV - Notifications/DSN, BOUNCE/REJECT/DROP/PASS destiny, quarantine
320
# Section IV - Notifications/DSN, BOUNCE/REJECT/DROP/PASS destiny, quarantine
322
#
321
#
(-)debian/univention-antivir-mail.univention-config-registry (+1 lines)
 Lines 15-20    Link Here 
15
Variables: mail/antivir/banned/mime_type
15
Variables: mail/antivir/banned/mime_type
16
Variables: mail/antivir/banned/rfc2046
16
Variables: mail/antivir/banned/rfc2046
17
Variables: mail/antispam/headertag
17
Variables: mail/antispam/headertag
18
Variables: mail/amavis/debug/level
18
19
19
Type: file
20
Type: file
20
File: etc/amavis/conf.d/15-content_filter_mode
21
File: etc/amavis/conf.d/15-content_filter_mode
(-)debian/univention-antivir-mail.univention-config-registry-variables (+6 lines)
 Lines 57-59    Link Here 
57
Description[en]=String to prepend to subject header field for SPAM messages. If the variable is unset, the subject is not modified.
57
Description[en]=String to prepend to subject header field for SPAM messages. If the variable is unset, the subject is not modified.
58
Type=str
58
Type=str
59
Categories=service-mail
59
Categories=service-mail
60
61
[mail/amavis/debug/level]
62
Description[de]=Log Level für amavisd-new. Mögliche Werte sind 0 bis 5. Ist die Variable nicht gesetzt, wird der Defaultwert von 0 verwendet.
63
Description[en]=Log level for amavisd-new. Possible values are 0 to 5. If the variable is unset, the default value of 0 is used.
64
Type=int
65
Categories=service-mail

Return to bug 38915