]> git.pld-linux.org Git - packages/amavisd-new.git/blobdiff - amavisd-new-config.patch
- add tmpwatch configuration
[packages/amavisd-new.git] / amavisd-new-config.patch
index 8db218eaa071710f9e053252aec399cc4a8ff885..b62567d98df1ea41ba4e0d7dea9f0e7babf3f848 100644 (file)
@@ -1,6 +1,6 @@
---- amavisd-new-2.1.0/amavisd.conf-sample.orig 2004-08-06 16:54:38.000000000 +0200
-+++ amavisd-new-2.1.0/amavisd.conf-sample      2004-08-06 19:40:58.730887728 +0200
-@@ -58,27 +58,31 @@
+--- ./amavisd.conf-sample.org  2006-05-23 12:01:01.000000000 +0200
++++ ./amavisd.conf-sample      2006-05-23 11:59:26.000000000 +0200
+@@ -63,27 +63,31 @@
  # $MYHOME serves as a quick default for some other configuration settings.
  # More refined control is available with each individual setting further down.
  # $MYHOME is not used directly by the program. No trailing slash!
  # (no trailing slash, may be a scratch file system)
 -$TEMPBASE = $MYHOME;          # (must be set if other config vars use is)
 -#$TEMPBASE = "$MYHOME/tmp";     # prefer to keep home dir /var/amavis clean?
-+$TEMPBASE = "$MYHOME/runtime";         # (must be set if other config vars use is)
++$TEMPBASE = "$MYHOME/runtime";                # (must be set if other config vars use is)
  
 -#$db_home = "$MYHOME/db";     # DB databases directory, default "$MYHOME/db"
-+$db_home = "$MYHOME/db";     # DB databases directory, default "$MYHOME/db"
++$db_home = "$MYHOME/db";      # DB databases directory, default "$MYHOME/db"
  
  # $helpers_home sets environment variable HOME, and is passed as option
  # 'home_dir_for_helpers' to Mail::SpamAssassin::new. It should be a directory
-@@ -107,6 +111,8 @@
+@@ -93,8 +97,8 @@
+ # Run the daemon in the specified chroot jail if nonempty:
+ #$daemon_chroot_dir = $MYHOME;  # (default is undef, meaning: do not chroot)
+-#$pid_file  = "$MYHOME/amavisd.pid";  # (default is "$MYHOME/amavisd.pid")
+-#$lock_file = "$MYHOME/amavisd.lock"; # (default is "$MYHOME/amavisd.lock")
++$pid_file  = "/var/run/amavisd/amavisd.pid";  # (default is "$MYHOME/amavisd.pid")
++$lock_file = "/var/run/amavisd/amavisd.lock"; # (default is "$MYHOME/amavisd.lock")
+ # set environment variables if you want (no defaults):
+ $ENV{TMPDIR} = $TEMPBASE;       # wise to set TMPDIR, but not obligatory
+@@ -112,6 +116,8 @@
  #$forward_method = 'smtp:[127.0.0.1]:10025';  # where to forward checked mail
  #$notify_method = $forward_method;            # where to submit notifications
  
 +# @auth_mech_avail = ('PLAIN','LOGIN'); # empty list disables incoming AUTH
 +
+ #$os_fingerprint_method = 'p0f:127.0.0.1:2345';  # query p0f-analyzer.pl
  # To make it possible for several hosts to share one content checking daemon,
- # the IP address and/or the port number in $forward_method and $notify_method
- # may be spacified as an asterisk. An asterisk in the colon-separated
-@@ -160,7 +166,8 @@
+@@ -171,7 +177,7 @@
  # and see further down what these two lookup lists really mean.
  #
  # @bypass_virus_checks_maps = (1);  # uncomment to DISABLE anti-virus code
 -# @bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code
 +@bypass_spam_checks_maps  = (1);  # uncomment to DISABLE anti-spam code
-+
  #
  # Any setting can be changed with a new assignment, so make sure
  # you do not unintentionally override these settings further down!
-@@ -275,7 +282,7 @@
- #$SYSLOG_LEVEL = 'user.info';     # (facility.priority, default 'mail.info')
+@@ -217,8 +223,8 @@
+ # AMAVIS-CLIENT PROTOCOL INPUT SETTINGS (e.g. with sendmail milter)
+ #   (used with amavis helper clients like amavis-milter.c and amavis.c,
+ #   NOT needed for Postfix or Exim or dual-sendmail - keep it undefined.
+-$unix_socketname = "$MYHOME/amavisd.sock"; # amavis helper protocol socket
+-#$unix_socketname = undef;        # disable listening on a unix socket
++#$unix_socketname = "/var/run/amavisd/amavisd.sock"; # amavis helper protocol socket
++$unix_socketname = undef;        # disable listening on a unix socket
+                                   # (default is undef, i.e. disabled)
+                                   # (usual setting is $MYHOME/amavisd.sock)
+@@ -301,7 +307,7 @@
+            # choose from: emerg, alert, crit, err, warning, notice, info, debug
  
  # Log file (if not using syslog)
 -$LOGFILE = "$MYHOME/amavis.log";  # (defaults to empty, no log)
-+# $LOGFILE = "$MYHOME/amavis.log";  # (defaults to empty, no log)
++#$LOGFILE = "/var/log/amavis.log";  # (defaults to empty, no log)
  
  #NOTE: levels are not strictly observed and are somewhat arbitrary
  # 0: startup/exit/failure messages, viruses detected
-@@ -284,7 +291,7 @@
+@@ -310,7 +316,7 @@
  # 3: server, client
  # 4: decompose parts
  # 5: more debug details
 -$log_level = 2;                 # (defaults to 0)
-+# $log_level = 2;               # (defaults to 0)
++#$log_level = 2;                # (defaults to 0)
  
  # Customizable template for the most interesting log file entry (e.g. with
  # $log_level=0) (take care to properly quote Perl special characters like '\')
-@@ -453,22 +460,22 @@
- # Bounces or rejects produce non-delivery status notification regardless.
- # Notify virus sender?
--#$warnvirussender = 1;        # (defaults to false (undef))
-+$warnvirussender = 1; # (defaults to false (undef))
- # Notify spam sender?
--#$warnspamsender = 1; # (defaults to false (undef))
-+$warnspamsender = 1;  # (defaults to false (undef))
- # Notify sender of banned files?
--#$warnbannedsender = 1;       # (defaults to false (undef))
-+$warnbannedsender = 1;        # (defaults to false (undef))
- # Notify sender of syntactically invalid header containing non-ASCII characters?
--#$warnbadhsender = 1; # (defaults to false (undef))
-+# $warnbadhsender = 1;        # (defaults to false (undef))
- # Notify virus (or banned files or bad headers) RECIPIENT?
- #  (not very useful, but some policies demand it)
--#$warnvirusrecip = 1; # (defaults to false (undef))
--#$warnbannedrecip = 1;        # (defaults to false (undef))
--#$warnbadhrecip = 1;  # (defaults to false (undef))
-+$warnvirusrecip = 1;  # (defaults to false (undef))
-+$warnbannedrecip = 1; # (defaults to false (undef))
-+$warnbadhrecip = 1;   # (defaults to false (undef))
- # Notify also non-local virus/banned recipients if $warn*recip is true?
- #  (including those not matching local_domains*)
-@@ -567,7 +574,8 @@
+@@ -684,7 +690,8 @@
  #   or a directory (no trailing slash)
  #   (the default value is undef, meaning no quarantine)
  #
 -$QUARANTINEDIR = '/var/virusmails';
-+# $QUARANTINEDIR = '/var/virusmails';
++#$QUARANTINEDIR = '/var/virusmails';
 +$QUARANTINEDIR = '/var/spool/amavis/virusmails';
  
- #$virus_quarantine_method        = 'local:virus-%i-%n';    # default
- #$spam_quarantine_method         = 'local:spam-%b-%i-%n';  # default
-@@ -1547,13 +1555,12 @@
+ #$quarantine_subdir_levels = 1;  # add level of subdirs to disperse quarantine
+@@ -1788,13 +1795,13 @@
  # ['Sophos SAVI', \&sophos_savi ],
  
  # ### http://www.clamav.net/
 -#   \&ask_daemon, ["CONTSCAN {}\n", "/var/run/clamav/clamd"],
 -#   qr/\bOK$/, qr/\bFOUND$/,
 -#   qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
--# # NOTE: run clamd under the same user as amavisd;  match the socket
--# # name (LocalSocket) in clamav.conf to the socket name in this entry
+-# # NOTE: the easiest is to run clamd under the same user as amavisd; match the
+-# # socket name (LocalSocket) in clamav.conf to the socket name in this entry
 -# # When running chrooted one may prefer: ["CONTSCAN {}\n","$MYHOME/clamd"],
-+  ['Clam Antivirus-clamd',
-+    \&ask_daemon, ["CONTSCAN {}\n", '/var/lib/clamav/clamd.socket'],
-+    qr/\bOK$/, qr/\bFOUND$/,
-+    qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
-+
-+# NOTE: match the socket name in clamav.conf to the socket name in this entry
++ ['Clam AntiVirus-clamd',
++   \&ask_daemon, ["CONTSCAN {}\n", "/var/lib/clamav/clamd.socket"],
++   qr/\bOK$/, qr/\bFOUND$/,
++   qr/^.*?: (?!Infected Archive)(.*) FOUND$/ ],
++ # NOTE: the easiest is to run clamd under the same user as amavisd; match the
++ # socket name (LocalSocket) in clamav.conf to the socket name in this entry
++ # When running chrooted one may prefer: ["CONTSCAN {}\n","$MYHOME/clamd"],
  
  # ### http://www.clamav.net/ and CPAN  (memory-hungry! clamd is preferred)
  # ['Mail::ClamAV', \&ask_clamav, "*", [0], [1], qr/^INFECTED: (.+)/],
-@@ -1678,10 +1685,11 @@
-     qr/was infected by virus (.+)/ ],
-   # see: http://www.flatmtn.com/computer/Linux-Antivirus_CAI.html
+@@ -1956,10 +1963,11 @@
+     '-s {}/*', [0], [1,2],
+     qr/--[ \t]*(.+)/ ],
  
 -  ### http://mks.com.pl/english.html
--  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
--    '-s {}/*', [0], [1,2],
--    qr/--[ \t]*(.+)/ ], 
+-  ['MkS_Vir daemon', 'mksscan',
+-    '-s -q {}', [0], [1..7],
+-    qr/^... (\S+)/ ],
 +#  Moved to secondary scanner
 +#  ### http://mks.com.pl/english.html
-+#  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
-+#    '-s {}/*', [0], [1,2],
-+#    qr/--[ \t]*(.+)/ ], 
++#  ['MkS_Vir daemon', 'mksscan',
++#    '-s -q {}', [0], [1..7],
++#    qr/^... (\S+)/ ],
  
-   ### http://mks.com.pl/english.html
-   ['MkS_Vir daemon', 'mksscan',
-@@ -1830,6 +1838,10 @@
+   ### http://www.nod32.com/
+   ['ESET Software NOD32 Command Line Interface v 2.51', 'nod32cli',
+@@ -2157,6 +2165,10 @@
  # ],
  # # other options to consider: -mime -oe -idedir=/usr/local/sav
  
-+   ['MkS_Vir for Linux (beta)', ['mks32','mks'],
-+     '-s {}/*', [0], [1,2],
-+     qr/--[ \t]*(.+)/ ],
++  ['MkS_Vir for Linux (beta)', ['mks32','mks'],
++      '-s {}/*', [0], [1,2],
++      qr/--[ \t]*(.+)/ ],
 +
  # always succeeds (uncomment to consider mail clean if all other scanners fail)
  # ['always-clean', sub {0}],
This page took 0.057386 seconds and 4 git commands to generate.