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


1.5
date	2005.02.10.16.05.53;	author sem;	state dead;
branches;
next	1.4;

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

1.3
date	2003.07.14.05.17.29;	author daichi;	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.5
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
@--- etc/drweb_postfix.conf.orig	Sun Jul 18 14:55:55 2004
+++ etc/drweb_postfix.conf	Sun Jul 18 15:00:45 2004
@@@@ -18,14 +18,14 @@@@
 #   Address = local:/usr/local/drweb/run/drwebd.skt
 #   Address = pid:/usr/local/drweb/run/drwebd.pid
 #   Address = pid:/var/drweb/run/drwebd.pid, inet:3000@@backup_server.example.com
-Address = inet:3000@@localhost
+Address = local:%PREFIX%/drweb/run/drwebd.sock
 
 # Enable/disable caching of the resolved daemon host 
 # (useful only if daemon uses TCP/IP communications)
 Cache = yes
 
 # Timeout for the whole scanning session (seconds)
-Timeout = 120
+Timeout = 160
 
 ########################
 # Scan options section #
@@@@ -83,10 +83,10 @@@@
 DenyByDefault = no
 
 # List with rules for users or domains to block scanning 
-DenyList = /etc/drweb/users.conf
+DenyList = %PREFIX%/etc/drweb/users.conf
 
 # Directory used to store temporary files
-Spool = /var/drweb/spool 
+Spool = /tmp
 
 # Permissions for created spool files
 SpoolFilesMode = 0600
@@@@ -237,7 +237,7 @@@@
 #        pass - pass such messages 
 #        reject - reject such messages with permanent error 
 #        tempfail - reject such message with temporary error 
-ProcessingErrors = reject 
+ProcessingErrors = tempfail
 
 # Admin mail address (may be unix-local address)
 AdminMail = postmaster
@@@@ -249,16 +249,16 @@@@
 FilterMail = DrWEB-DAEMON
 
 # List of unnotificable viruses
-UnnotificableVirusesList = /etc/drweb/viruses.conf
+UnnotificableVirusesList = %PREFIX%/etc/drweb/viruses.conf
 
 # List of unnotificable addresses
-UnnotificableAddressesList = /etc/drweb/addresses.conf
+UnnotificableAddressesList = %PREFIX%/etc/drweb/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 = %PREFIX%/drweb/infected
 
 # Permissions for quarantined files
 QuarantineFilesMode = 0660
@@@@ -282,15 +282,16 @@@@
 RcptsNotify = yes
 
 # Files with notification templates
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/virus-sender.msg
-AdminTemplate = /etc/drweb/templates/en-ru/postfix/virus-admin.msg
-RcptsTemplate = /etc/drweb/templates/en-ru/postfix/virus-rcpts.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/sendmail/virus-sender.msg
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/sendmail/virus-admin.msg
+RcptsTemplate = %PREFIX%/etc/drweb/templates/en-ru/sendmail/virus-rcpts.msg
+
 
 [SkipNotifications]
 SenderNotify = yes
 AdminNotify = no
 RcptsNotify = no
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/skip-sender.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/skip-sender.msg
 AdminTemplate = 
 RcptsTemplate = 
 
@@@@ -298,16 +299,16 @@@@
 SenderNotify = yes
 AdminNotify = yes
 RcptsNotify = no
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/archive-sender.msg
-AdminTemplate = /etc/drweb/templates/en-ru/postfix/archive-admin.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/archive-sender.msg
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/archive-admin.msg
 RcptsTemplate = 
 
 [ErrorNotifications]
 SenderNotify = yes
 AdminNotify = yes
 RcptsNotify = no
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/error-sender.msg
-AdminTemplate = /etc/drweb/templates/en-ru/postfix/error-admin.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/error-sender.msg
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/error-admin.msg
 RcptsTemplate = 
 
 [RuleFilterNotifications]
@@@@ -315,7 +316,7 @@@@
 AdminNotify = yes
 RcptsNotify = no
 SenderTemplate = 
-AdminTemplate = /etc/drweb/templates/en-ru/postfix/rule-admin.msg
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/rule-admin.msg
 RcptsTemplate = 
 
 ###################
@


1.4
log
@Update to 4.31

PR:		ports/69239
Submitted by:	zhuravlev alexander (maintainer)
@
text
@@


1.3
log
@update security/drweb-postfix: 4.29.10a -> 4.29.12d

PR:		54413
Submitted by:	zhuravlev alexander <zaa@@ulstu.ru> (maintainer)
@
text
@d1 3
a3 3
--- etc/drweb_postfix.conf.orig	Sat Jul 12 16:30:33 2003
+++ etc/drweb_postfix.conf	Sat Jul 12 16:40:30 2003
@@@@ -17,14 +17,14 @@@@
d10 1
a10 1
 # Enable/disable caching resolved daemon host 
d14 1
a14 1
 # Timeout for whole scanning session (in seconds)
d20 2
a21 2
@@@@ -69,10 +69,10 @@@@
 DenyOnOne = yes
d27 1
a27 1
 # Directory used for story temporary files
d33 2
a34 2
@@@@ -192,28 +192,28 @@@@
 #        redirect - redirect to RedirectMail and reject message 
d37 1
a37 1
-ProcessingErrors = quarantine 
d41 3
a43 10
-AdminMail = av-master@@example.com
+AdminMail = postmaster
 
 # Mail address for redirect action (may be unix-local address)
-RedirectMail = quarantine@@example.com
+RedirectMail = postmaster
 
 # Filter address, that be used in From: (should be qualified)
-FilterMail = DrWEB-DAEMON@@example.com
+FilterMail = DrWEB-DAEMON@@%HOSTNAME%
d55 2
a56 2
 # if you stay this field empty or commented then 
 # infected messages would not been storied
d62 1
a62 1
@@@@ -237,15 +237,15 @@@@
d69 4
a72 3
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/virus-admin.msg
+RcptsTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/virus-rcpts.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/virus-sender.msg
d83 1
a83 1
@@@@ -253,16 +253,16 @@@@
d104 1
a104 1
@@@@ -270,7 +270,7 @@@@
@


1.2
log
@PR:		48794
Submitted by:	MAINTAINER
Update to 4.29.10a
@
text
@d1 2
a2 2
--- etc/drweb_postfix.conf.orig	Sat Mar  1 00:19:10 2003
+++ etc/drweb_postfix.conf	Sat Mar  1 00:28:41 2003
d33 6
a38 2
@@@@ -176,22 +176,22 @@@@
 ProcessingErrors = reject
d44 5
a48 1
 # Filter address, that be used in From:
d69 1
a69 1
@@@@ -206,9 +206,9 @@@@
d73 1
a75 1
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/virus-sender.msg
d82 1
a82 1
@@@@ -216,23 +216,23 @@@@
d84 2
a87 2
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/skip-sender.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/skip-sender.msg
d89 1
a89 1
 [ArchiveRestrictionNotifications]
d93 1
d95 1
a97 2
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/archive-sender.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/archive-sender.msg
d103 1
d105 1
d108 9
a116 2
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/error-sender.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/error-sender.msg
a118 1
 # Logging section #
@


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
--- etc/drweb_postfix.conf.orig	Wed Dec  4 16:17:33 2002
+++ etc/drweb_postfix.conf	Wed Dec  4 16:56:36 2002
@@@@ -14,14 +14,14 @@@@
 #   Address = inet:3000@@localhost
d6 1
d20 1
a20 1
@@@@ -58,10 +58,10 @@@@
d33 1
a33 1
@@@@ -144,16 +144,16 @@@@
d37 1
a37 1
-AdminMail = av-admin@@example.com
d41 10
a50 2
-FilterMail = DrWeb-DAEMON@@example.com
+FilterMail = DrWeb-DAEMON@@%HOSTNAME%
d61 1
a61 1
@@@@ -168,32 +168,32 @@@@
d66 1
a67 1
-RcptsTemplate = /etc/drweb/templates/en-ru/postfix/virus-rcpts.msg
d69 1
a70 1
+RcptsTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/virus-rcpts.msg
a72 1
 AdminNotify = no
d74 1
d77 1
a79 1
 RcptsTemplate = 
d81 2
a82 1
 [MailbombNotifications]
a83 1
 SenderNotify = yes
d85 2
a86 4
-AdminTemplate = /etc/drweb/templates/en-ru/postfix/mailbomb-admin.msg
-SenderTemplate = /etc/drweb/templates/en-ru/postfix/mailbomb-sender.msg
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/mailbomb-admin.msg
+SenderTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/mailbomb-sender.msg
d88 2
d92 1
a93 1
 SenderNotify = yes
d96 2
a98 1
+AdminTemplate = %PREFIX%/etc/drweb/templates/en-ru/postfix/error-admin.msg
a99 1
 RcptsTemplate = 
d102 1
@

