mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
b5f8865812
2) Incorporate changes from PR 57382: - add rc.subr support - cleanup sed variable replacement scripts - add pointer to Clam Antivirus to installation message PR 57382 was closed by mistake, I thought the contents have already been commited, while they were not. PR: 59323 Submitted by: milter@free.fr (1) Submitted by: Martin Matuska <martin@tradex.sk> (2) Approved by: MAINTAINER
41 lines
1.8 KiB
Plaintext
41 lines
1.8 KiB
Plaintext
--- amavisd.conf.orig Mon Nov 10 00:07:53 2003
|
|
+++ amavisd.conf Tue Nov 11 22:48:05 2003
|
|
@@ -51,7 +51,7 @@
|
|
# $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!
|
|
-#$MYHOME = '/var/lib/amavis'; # (default is '/var/amavis')
|
|
+$MYHOME = '%%AMAVISDIR%%'; # (default is '/var/amavis')
|
|
|
|
# $mydomain serves as a quick default for some other configuration settings.
|
|
# More refined control is available with each individual setting further down.
|
|
@@ -60,8 +60,8 @@
|
|
|
|
# Set the user and group to which the daemon will change if started as root
|
|
# (otherwise just keeps the UID unchanged, and these settings have no effect):
|
|
-$daemon_user = 'vscan'; # (no default; customary: vscan or amavis)
|
|
-$daemon_group = 'sweep'; # (no default; customary: vscan or amavis)
|
|
+$daemon_user = '%%AMAVISUSER%%'; # (no default; customary: vscan or amavis)
|
|
+$daemon_group = '%%AMAVISGROUP%%'; # (no default; customary: vscan or amavis)
|
|
|
|
# Runtime working directory (cwd), and a place where
|
|
# temporary directories for unpacking mail are created.
|
|
@@ -274,7 +274,7 @@
|
|
# 3: server, client
|
|
# 4: decompose parts
|
|
# 5: more debug details
|
|
-$log_level = 2; # (defaults to 0)
|
|
+$log_level = 0; # (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 '\')
|
|
@@ -510,7 +510,7 @@
|
|
# or a directory (no trailing slash)
|
|
# (the default value is undef, meaning no quarantine)
|
|
#
|
|
-$QUARANTINEDIR = '/var/virusmails';
|
|
+$QUARANTINEDIR = '%%AMAVISQUARANTINE%%';
|
|
|
|
#$virus_quarantine_method = "local:virus-%i-%n"; # default
|
|
#$spam_quarantine_method = "local:spam-%b-%i-%n"; # default
|