head	1.6;
access;
symbols
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2005.11.09.00.04.25;	author mnag;	state dead;
branches;
next	1.5;

1.5
date	2005.07.08.12.18.26;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.10.16.05.53;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2004.07.23.12.30.38;	author vs;	state Exp;
branches;
next	1.2;

1.2
date	2003.03.04.04.16.53;	author foxfair;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.16.05.07.07;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update to 4.33
Use group in MASTER_SITES
Add SHA256

PR:		88598
Submitted by:	Demin Alexander <support@@spectrum.ru> (maintainer)
@
text
@--- usr/local/etc/drweb/drweb_postfix.conf.orig	Tue Dec 21 12:16:19 2004
+++ usr/local/etc/drweb/drweb_postfix.conf	Tue Dec 21 12:25:01 2004
@@@@ -87,10 +87,10 @@@@
 DenyByDefault = no
 
 # List with rules for users or domains to block scanning 
-DenyList = /usr/local/etc/drweb/users.conf
+DenyList = %CONFDIR%/users.conf
 
 # Directory used to store temporary files
-Spool = /var/drweb/spool 
+Spool = /tmp 
 
 # Permissions for created spool files
 SpoolFilesMode = 0600
@@@@ -269,16 +269,16 @@@@
 FilterMail = DrWEB-DAEMON
 
 # List of unnotificable viruses
-UnnotificableVirusesList = /usr/local/etc/drweb/viruses.conf
+UnnotificableVirusesList = %CONFDIR%/viruses.conf
 
 # List of unnotificable addresses
-UnnotificableAddressesList = /usr/local/etc/drweb/addresses.conf
+UnnotificableAddressesList = %CONFDIR%/addresses.conf
 
 # Quarantine directory. 
 # The infected files could be moved in that dir 
 # if you leave this field empty or commented out then 
 # infected messages will not be stored
-Quarantine = /var/drweb/infected
+Quarantine = /usr/local/drweb/infected
 
 # Permissions for quarantined files
 QuarantineFilesMode = 0660
@@@@ -302,21 +302,21 @@@@
 RcptsNotify = yes
 
 # Files with notification templates
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/virus-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/virus-admin.msg
-RcptsTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/virus-rcpts.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/postfix/virus-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/postfix/virus-admin.msg
+RcptsTemplate = %CONFDIR%/templates/en-ru/postfix/virus-rcpts.msg
 
 [CuredNotifications]
 SenderNotify = yes
 AdminNotify = yes
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/cured-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/cured-admin.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/postfix/cured-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/postfix/cured-admin.msg
 
 [SkipNotifications]
 SenderNotify = yes
 AdminNotify = no
 RcptsNotify = no
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/skip-sender.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/postfix/skip-sender.msg
 AdminTemplate = 
 RcptsTemplate = 
 
@@@@ -324,16 +324,16 @@@@
 SenderNotify = yes
 AdminNotify = yes
 RcptsNotify = no
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/archive-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/archive-admin.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/postfix/archive-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/postfix/archive-admin.msg
 RcptsTemplate = 
 
 [ErrorNotifications]
 SenderNotify = yes
 AdminNotify = yes
 RcptsNotify = no
-SenderTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/error-sender.msg
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/error-admin.msg
+SenderTemplate = %CONFDIR%/templates/en-ru/postfix/error-sender.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/postfix/error-admin.msg
 RcptsTemplate = 
 
 [RuleFilterNotifications]
@@@@ -341,12 +341,12 @@@@
 AdminNotify = yes
 RcptsNotify = no
 SenderTemplate = 
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/rule-admin.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/postfix/rule-admin.msg
 RcptsTemplate = 
 
 [LicenseLimitNotifications]
 AdminNotify = yes
-AdminTemplate = /usr/local/etc/drweb/templates/en-ru/postfix/license-admin.msg
+AdminTemplate = %CONFDIR%/templates/en-ru/postfix/license-admin.msg
 
 ###################
 # Logging section #
@


1.5
log
@- Fix a typo in patch to default configuration file

PR:		ports/82930
Submitted by:	Dmitry A Grigorovich <odip@@bionet.nsc.ru>
Approved by:	Alexander Demin <support@@spectrum.ru> (maintainer)
@
text
@@


1.4
log
@- Update to 4.32.1
- Pass maintainership to submitter

PR:		ports/75353
Submitted by:	Demin Alexander <support(at)spectrum.ru>
Approved by:	former maintainer
@
text
@d71 1
a71 1
+AdminTemplate = %CONFIDR%/templates/en-ru/postfix/archive-admin.msg
@


1.3
log
@Update to 4.31

PR:		ports/69239
Submitted by:	zhuravlev alexander (maintainer)
@
text
@d1 99
a99 11
--- dw_options.c.orig	Tue Dec  9 01:23:55 2003
+++ dw_options.c	Tue Mar  2 20:54:56 2004
@@@@ -117,7 +117,7 @@@@
 #if defined(__UNIX_DW)
 #if !defined(EMX_DW)
 #if defined(FreeBSD_DW)
-#define OS_SPEC_CONFNAME            "/usr/local/etc/drweb/"CONF_FNAME
+#define OS_SPEC_CONFNAME            "%PREFIX%/etc/drweb/"CONF_FNAME
 #else /* FreeBSD */
 #define OS_SPEC_CONFNAME            "/opt/drweb/"CONF_FNAME
 #endif /* FreeBSD */
@


1.2
log
@PR:		48794
Submitted by:	MAINTAINER
Update to 4.29.10a
@
text
@d1 3
a3 3
--- dw_options.c.orig	Fri Feb 14 16:52:50 2003
+++ dw_options.c	Sat Mar  1 00:18:04 2003
@@@@ -113,7 +113,7 @@@@
d7 1
a7 1
-#define OS_SPEC_CONFNAME            "/usr/local/drweb/"CONF_FNAME
@


1.1
log
@New port: drweb-postfix antivirus checking backend

PR:		ports/46496
Submitted by:	zhuravlev alexander <zaa@@ulstu.ru>
@
text
@d1 3
a3 4
--- dw_options.c.bak	Thu Aug 22 18:35:50 2002
+++ dw_options.c	Sat Aug 24 19:19:13 2002
@@@@ -92,7 +92,7 @@@@
 
d6 1
d9 3
a11 3
 #else /* EMX */
 #define OS_SPEC_CONFNAME            "./"CONF_FNAME
 #endif /* EMX */
@

