Subversion Repositories configs

Rev

Rev 192 | Rev 194 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 193
Line 23... Line 23...
23
$mydomain = 'ujsoftware.com';   # a convenient default for other settings
23
$mydomain = 'ujsoftware.com';   # a convenient default for other settings
24
 
24
 
25
$MYHOME = '/var/spool/amavisd';   # a convenient default for other settings, -H
25
$MYHOME = '/var/spool/amavisd';   # a convenient default for other settings, -H
26
$TEMPBASE = "$MYHOME/tmp";   # working directory, needs to exist, -T
26
$TEMPBASE = "$MYHOME/tmp";   # working directory, needs to exist, -T
27
$ENV{TMPDIR} = $TEMPBASE;    # environment variable TMPDIR, used by SA, etc.
27
$ENV{TMPDIR} = $TEMPBASE;    # environment variable TMPDIR, used by SA, etc.
28
$QUARANTINEDIR = undef;      # -Q
28
###$QUARANTINEDIR = undef;      # -Q
-
 
29
$QUARANTINEDIR = "/var/virusmails";      # -Q
29
# $quarantine_subdir_levels = 1;  # add level of subdirs to disperse quarantine
30
# $quarantine_subdir_levels = 1;  # add level of subdirs to disperse quarantine
30
# $release_format = 'resend';     # 'attach', 'plain', 'resend'
31
# $release_format = 'resend';     # 'attach', 'plain', 'resend'
31
# $report_format  = 'arf';        # 'attach', 'plain', 'resend', 'arf'
32
# $report_format  = 'arf';        # 'attach', 'plain', 'resend', 'arf'
32
 
33
 
33
# $daemon_chroot_dir = $MYHOME;   # chroot directory or undef, -R
34
# $daemon_chroot_dir = $MYHOME;   # chroot directory or undef, -R
Line 166... Line 167...
166
$final_virus_destiny      = D_DISCARD;
167
$final_virus_destiny      = D_DISCARD;
167
$final_banned_destiny     = D_BOUNCE;
168
$final_banned_destiny     = D_BOUNCE;
168
$final_spam_destiny       = D_DISCARD;  #!!!  D_DISCARD / D_REJECT
169
$final_spam_destiny       = D_DISCARD;  #!!!  D_DISCARD / D_REJECT
169
$final_bad_header_destiny = D_BOUNCE;
170
$final_bad_header_destiny = D_BOUNCE;
170
# $bad_header_quarantine_method = undef;
171
# $bad_header_quarantine_method = undef;
-
 
172
#$virus_quarantine_method        = 'local:virus/virus-%i-%n.txt';
-
 
173
#$spam_quarantine_method         = 'local:spam/spam-%b-%i-%n.txt';
-
 
174
#$banned_files_quarantine_method = 'local:banned/banned-%i-%n.txt';
-
 
175
#$bad_header_quarantine_method   = 'local:badh/badh-%i-%n.txt';
171
 
176
 
172
# $os_fingerprint_method = 'p0f:*:2345';  # to query p0f-analyzer.pl
177
# $os_fingerprint_method = 'p0f:*:2345';  # to query p0f-analyzer.pl
173
 
178
 
174
## hierarchy by which a final setting is chosen:
179
## hierarchy by which a final setting is chosen:
175
##   policy bank (based on port or IP address) -> *_by_ccat
180
##   policy bank (based on port or IP address) -> *_by_ccat